On Aug 10, 2006, at 13:23, Eric Schrock wrote:
# zfs create pool/accounting/bob # zfs create pool/engineering/anne # ls /export/home anne bob #
Is easy to determine where 'anne' and 'bob' are really located? What would the output of (say) 'df' be?
I'm just thinking of the case where you want to trace usage, and find where things are really located. If 'anne' and 'bob' were 'lofs' mounts or simple symlinks then, if you would ever need operate on the 'real' location, you can script it via parsing the output of 'df' or 'ls' (for the lofs mount and symlinks cases, respectively).
In the above case, if you have hundreds of entries in /export/home (from dozens of pools), how can you determine which pool each directory is located in?
_______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss