Re: Boot panic -CURRENT #196643

From: Andreas Tobler <andreast-list_at_fgznet.ch>
Date: Sat, 29 Aug 2009 23:51:01 +0200
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
Received 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