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! AndreasReceived on Sat Aug 29 2009 - 19:51:04 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC