Displaying 1 result from an estimated 1 matches for "s10up".
Did you mean:
s10u4
2010 Apr 20
1
libguestfs mounting solaris 10 ZFS guest
...installed and
zfs-fuse and I can create ZFS filesystems on the physical host machine.
Just really not sure how to make libguestfs deal with it. I have tried
mounting the pool and the underlying virtual disk device with no success.
# guestmount -o modules=zfs -a /dev/kvmVG00/sol10u6 -m
newpool/ROOT/s10up-08 --ro /mnt
libguestfs: error: mount_options: mount_options_stub:
newpool/ROOT/s10up-08: expecting a device name
# guestmount -o modules=zfs -a /dev/kvmVG00/sol10u6 -m /dev/dsk/c0d0s0
--ro /mnt
libguestfs: error: mount_options: mount_options_stub: /dev/dsk/c0d0s0:
No such file or directory
# gue...