Date: Wed, 17 Dec 2008 22:37:26 +0100 From: "Olivier SMEDTS" <olivier@gid0.org> To: freebsd-current <freebsd-current@freebsd.org> Subject: "Funny" behavior of zpool import : can mount on top of / Message-ID: <367b2c980812171337v473a9bfbxf8c8aabafcd00d4e@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hello list,
Just something that makes my system crash when I'm too tired :
# dd if=/dev/zero of=/tmp/image bs=1M count=512
# mdconfig -a -f /tmp/image
# newfs /dev/md0
# mount /dev/md0 /
mount: /dev/md0 : Invalid argument
Ok, this error is expected... but now :
# zpool create -R /mnt test md0
# zpool export test
# zpool import test
Shit happens...
Of course, "zpool import -R /mnt test" is ok.
Btw, I'm using a fresh FreeBSD 8.0-CURRENT amd64 with zpool and zfs version 13.
Cheers
--
Olivier Smedts _
ASCII ribbon campaign ( )
e-mail: olivier@gid0.org - against HTML email & vCards X
www: http://www.gid0.org - against proprietary attachments / \
"Il y a seulement 10 sortes de gens dans le monde :
ceux qui comprennent le binaire,
et ceux qui ne le comprennent pas."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?367b2c980812171337v473a9bfbxf8c8aabafcd00d4e>
