ZFS - Port mapper failure - RPC: Timed out

Pawel Jakub Dawidek pjd at FreeBSD.org
Sun Sep 30 12:24:02 PDT 2007


On Fri, Aug 31, 2007 at 11:15:18AM +0300, Andrei Kolu wrote:
> I followed this quick guide http://wiki.freebsd.org/ZFSQuickStartGuide and 
> encountered following problem:
> 
> # zfs snapshot tank/ufs at 31082007
> # mount
> /dev/ad4s1a on / (ufs, local)
> devfs on /dev (devfs, local)
> /dev/ad4s1e on /tmp (ufs, local, soft-updates)
> /dev/ad4s1f on /usr (ufs, local, soft-updates)
> /dev/ad4s1d on /var (ufs, local, soft-updates)
> tank on /tank (zfs, local, noatime)
> tank/usr on /tank/usr (zfs, local, noatime)
> tank/usr/ports on /tank/usr/ports (zfs, local, noatime)
> tank/usr/ports/distfiles on /tank/usr/ports/distfiles (zfs, local, noatime)
> /dev/zvol/tank/ufs on /ufs (ufs, local)
> 
> # mount -r /dev/zvol/tank/ufs at 31082007 /ufs31082007
> mount: /ufs31082007: No such file or directory
> # mkdir /ufs31082007
> # mount -r /dev/zvol/tank/ufs at 31082007 /ufs31082007
> mount_nfs: path at server syntax is deprecated, use server:path

Our mount(8) have problems with understading @. Try:

	mount -t ufs -r /dev/zvol/tank/ufs at 31082007 /ufs31082007

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-fs/attachments/20070930/4558857a/attachment.pgp


More information about the freebsd-fs mailing list