search for: zfs_member

Displaying 4 results from an estimated 4 matches for "zfs_member".

2014 Feb 04
3
Re: libguestfs and zfs-fuse
...n' to read the manual 'quit' to quit the shell ><fs> run ><fs> list-filesystems ><fs> list-partitions /dev/sda1 ><fs> file /dev/sda1 ; partition 4: ID=0xa5, active, starthead 0, startsector 0, 50000 sectors ><fs> vfs-type /dev/sda1 zfs_member I tried opening it with virt-rescue, but for some reason the zfs-fuse daemon would not start, and hence other commands such as zpool didn't work. I opened a bug to look at enabling ZFS: https://bugzilla.redhat.com/show_bug.cgi?id=1061040 Rich. -- Richard Jones, Virtualization Group, Red H...
2014 Feb 03
2
libguestfs and zfs-fuse
...uot; "/dev/sda1" "/" libguestfs: send_to_daemon: 72 bytes: 00 00 00 44 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 4a | 00 00 00 00 | ... guestfsd: main_loop: new request, len 0x44 /dev/sda1: No such file or directory mount -o /dev/vda1 /sysroot/ mount: unknown filesystem type 'zfs_member' guestfsd: error: /dev/vda1 on /: mount: unknown filesystem type 'zfs_member' From the aforementioned link, I should use zpool import -d $(dir) -R (mountpoint) to mount ZFS filesystems, however I'm not sure how to reconcile that with the 'guestmount' command or whether...
2014 Feb 05
0
Re: libguestfs and zfs-fuse
...> ><fs> run > ><fs> list-filesystems > ><fs> list-partitions > > /dev/sda1 > > ><fs> file /dev/sda1 > > ; partition 4: ID=0xa5, active, starthead 0, startsector 0, 50000 > sectors > ><fs> vfs-type /dev/sda1 > > zfs_member > > I tried opening it with virt-rescue, but for some reason the zfs-fuse > daemon would not start, and hence other commands such as zpool didn't > work. I've taken a quick look at this, and got a bit more with: ><rescue> ln -s ../run/lock /var/lock ><rescue...
2014 Feb 03
2
Re: libguestfs and zfs-fuse
On 02/03/2014 3:16 pm, Richard W.M. Jones wrote: > On Mon, Feb 03, 2014 at 03:12:28PM -0500, Andre Goree wrote: >> I'm wondering whether or not anyone has tried to use guestmount on >> an image with a ZFS partition (MBR partition table). I can't seem >> to find much on the internet regarding it, but I do see hints that >> may lead me to a solution. I'm