Boot panic -CURRENT #196643

Andreas Tobler andreast-list at fgznet.ch
Sat Aug 29 21:51:04 UTC 2009


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


More information about the freebsd-current mailing list