On Sep 13, 2010, at 4:19 PM, Stephan Ferraro wrote: > I can't reboot: > My whole booting partition is ZFS. > I can boot a OpenSolaris snv_111b or Linux rescue system and then to try to > mount my filesystems over that. > > - When I execute "zfs import rpool" on OpenSolaris, OpenSolaris automatically > reboots.
When booted off of OpenSolaris LiveCD, you can run the following commands before trying to import: echo "aok/W 1" | mdb -kw echo "zfs_recover/W 1" | mdb -kw and then you can try to perform import. Victor > - When I execute "zfs import rpool" on Linux (ZFS-FUSE, latest version), then > I get: > # ./zpool import -f rpool > zfsfuse_ioctl_read_loop(): file descriptor closed > internal error: out of memory > > I can't start scrub because "import" fails already. It seems to be a bug in > the ZFS source code in all existing versions. > -- > This message posted from opensolaris.org > _______________________________________________ > zfs-code mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/zfs-code _______________________________________________ zfs-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/zfs-code
