Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2007 21:23:52 +0200
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        Andrei Kolu <antik@bsd.ee>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: ZFS - Port mapper failure - RPC: Timed out
Message-ID:  <20070930192352.GC30362@garage.freebsd.pl>
In-Reply-To: <200708311115.19057.antik@bsd.ee>
References:  <20070801122122.GA59065@harmless.hu> <1185979074.1264.14.camel@herring.rabson.org> <200708311115.19057.antik@bsd.ee>

next in thread | previous in thread | raw e-mail | index | archive | help

--f0KYrhQ4vYSV2aJu
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Aug 31, 2007 at 11:15:18AM +0300, Andrei Kolu wrote:
> I followed this quick guide http://wiki.freebsd.org/ZFSQuickStartGuide an=
d=20
> encountered following problem:
>=20
> # zfs snapshot tank/ufs@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, noatim=
e)
> /dev/zvol/tank/ufs on /ufs (ufs, local)
>=20
> # mount -r /dev/zvol/tank/ufs@31082007 /ufs31082007
> mount: /ufs31082007: No such file or directory
> # mkdir /ufs31082007
> # mount -r /dev/zvol/tank/ufs@31082007 /ufs31082007
> mount_nfs: path@server syntax is deprecated, use server:path

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

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

--=20
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd@FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!

--f0KYrhQ4vYSV2aJu
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFG//fIForvXbEpPzQRAgdDAJ4kJN6uddhoIBWrOw0NnADfUa2x9wCggy+d
4Vr6V8txwuN0VN4/r/y3q5Q=
=dwAH
-----END PGP SIGNATURE-----

--f0KYrhQ4vYSV2aJu--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070930192352.GC30362>