Stephen Hahn wrote: > * Evan Layton <[EMAIL PROTECTED]> [2008-08-14 18:40]: >> Stephen Hahn wrote: >>> * Evan Layton <[EMAIL PROTECTED]> [2008-08-14 18:12]: >>>> It appears that all of your BE's at one time or another have been >>>> manually mounted but never unmounted using "beadm unmount <be_name>". >>>> Once you've mounted you must unmount before rebooting or you'll run >>>> into errors such as this. >>> Shouldn't "beadm list" show me which BE's have mountpoints? >> It only shows a BE's mount point if it's actually mounted. It's definitely >> possible to change "beadm list" to show the mount points even when it's not >> mounted but we'd probably want to add another column to the default output >> to show if it's currently mounted or not. > > I would happily type "beadm list -v" to get additional columns. Up to > you, though--is there another way to get the mountpoint displayed, > when a BE is not mounted? > > - Stephen >
Currently the only way to get the mount point for a BE that isn't mounted is to use "zfs list". # zfs list -r rpool/ROOT/opensolaris-7 NAME USED AVAIL REFER MOUNTPOINT rpool/ROOT/opensolaris-7 337K 130G 2.83G legacy rpool/ROOT/opensolaris-7/opt 0 130G 3.61M /opt The information for the mount point is available in the data returned from the libbe library so adding the option to show mount points could be added. It seems like a good idea to me to file an enhancement bug to add this functionality. -evan _______________________________________________ indiana-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/indiana-discuss
