Displaying 1 result from an estimated 1 matches for "krb5_fs".
Did you mean:
  krb5_asn
  
2005 Nov 27
1
how to get ''zfs mount -a'' in some order?
I have several filesystems created from the pool; and some
mountpoints are inside the others, e.g.:
# zfs list
NAME                   USED  AVAIL  REFER  MOUNTPOINT
nfsv4pool             15.5M  33.5G  98.5K  /nfsv4pool
nfsv4pool/KRB5_FS     1.87M  33.5G  1.87M  /export/test/KRB5_FS
nfsv4pool/NOSPC_FS    3.01M      0  3.01M  /export/test/NoSPC_FS
nfsv4pool/NOTSHARE_FS   105K  33.5G   105K  /export/test/NotShare_FS
nfsv4pool/PUBLICFS    1.87M  33.5G  1.87M  /export/test/PublicFS
nfsv4pool/ROFS         105K  33.5G   105K  /export/tes...