Solution, through some help from the zfs list... After the zpool import, I set the mountpoint with: zfs set mountpoint=/tmp/rescue rpool/ROOT/openindiana and zfs mount rpool/ROOT/openindiana
BTW, the following should be equivalent: zfs mount -o mountpoint=/tmp/rescue rpool/ROOT/openindiana but doesn't work. It seems to ignore the mountpoint. On 11/29/11, Francois Dion <[email protected]> wrote: > what I did: > mkdir /tmp/disk > zpool import -R /tmp/disk -f rpool > > export shows up in there and rpool, but in rpool there is only boot and > etc. > > zfs list shows rpool/ROOT/openindiana as mounted on /tmp/disk and I > see dump and swap, but no var. rpool/ROOT shows as legacy, so I > figured, maybe mount that. > > mount -F zfs rpool/ROOT /mnt/rpool > > ls -alR /mnt/rpool shows nothing. > > > > On 11/29/11, Cyril Plisko <[email protected]> wrote: >> On Tue, Nov 29, 2011 at 6:39 PM, Francois Dion <[email protected]> >> wrote: >>> Version: OI 151a >>> >>> In my trying to get a build of mixxx I messed up the library path, it >>> appears. >>> >>> I've tried mounting using the live cd, but I cant get to /var to >>> delete the /var/ld/64/ld.config... I can mount the rpool but i dont >>> see much anything in that rpool... /etc and /boot only >>> >>> This seems a little different than on solaris. What am I missing? >> >> You may need to mount the root (rpool/ROOT/your_be_name) file system >> manually. >> Do you see it in zfs list ? Also check you do not have /var in a >> separate dataset, in which case mount it as well. >> >> -- >> Regards, >> Cyril >> >> _______________________________________________ >> OpenIndiana-discuss mailing list >> [email protected] >> http://openindiana.org/mailman/listinfo/openindiana-discuss >> > _______________________________________________ OpenIndiana-discuss mailing list [email protected] http://openindiana.org/mailman/listinfo/openindiana-discuss
