Date: Sat, 29 Aug 2009 23:51:01 +0200 From: Andreas Tobler <andreast-list@fgznet.ch> To: Kamigishi Rei <spambox@haruhiism.net> Cc: Kostik Belousov <kostikbel@gmail.com>, freebsd-current <freebsd-current@freebsd.org> Subject: Re: Boot panic -CURRENT #196643 Message-ID: <4A99A2C5.8020900@fgznet.ch> In-Reply-To: <4A99A0F7.7000205@haruhiism.net> References: <4A997442.1060200@fgznet.ch> <20090829183906.GS1881@deviant.kiev.zoral.com.ua> <4A9988ED.2040403@fgznet.ch> <20090829201614.GU1881@deviant.kiev.zoral.com.ua> <4A999344.5000703@fgznet.ch> <20090829205723.GW1881@deviant.kiev.zoral.com.ua> <4A999A07.9000204@fgznet.ch> <4A99A0F7.7000205@haruhiism.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Kamigishi Rei wrote: > Andreas Tobler wrote: >> I'd like to mount ad4s4a to /mnt with the following command: >> tc# mount -t zfs /dev/ad4s4a /mnt >> mount: /dev/ad4s4a : Invalid argument >> Any idea what I'm doing wrong? Or is it not possible? > You cannot mount ZFS filesystems by using /sbin/mount. Yup, I learned. > > man zpool (see "zpool import") > man zfs load the zfs stuff. 'mount -t zfs /dev/blah' loaded the module zfs.ko for me. tc# zpool export zroot tc# zpool import zroot tc# cd /zroot/ Then I was able to modify my faulty conf file. Thanks! Andreas
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A99A2C5.8020900>