Hi everyone,
after using Linux for 12 years, I now decided to give OpenSolaris a try, using 
it as OS for my new home-filer.

I've created a zpool, and multiple zfs on there, two of those are
NAME                                                        USED  AVAIL  REFER  
MOUNTPOINT
tank/data                                                   838G   993G  42.6K  
/data
tank/data/video                                             389G   993G   389G  
/data/video

and I've shared tank/data:
[EMAIL PROTECTED]:~# zfs get sharenfs tank/data
NAME       PROPERTY  VALUE                      SOURCE
tank/data  sharenfs  rw,nosuid,[EMAIL PROTECTED]  local
[EMAIL PROTECTED]:~# zfs get sharenfs tank/data/video
NAME             PROPERTY  VALUE                      SOURCE
tank/data/video  sharenfs  rw,nosuid,[EMAIL PROTECTED]  inherited from tank/data

Now I'd like to mount the whole /data tree with all its sub-zfs via NFS, but if 
I do a
mount -t nfs sheeana:/data /mnt
I can only see an empty /mnt/video; I have to additionally do a
mount -t nfs sheeana:/data/video /mnt/video

Is there some way to mount everything using just the first mount-command?

tia
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to