Hi, I do the following setup according to guide of Sun:
1. Create a workspace at the label of the file system that is going to be shared. 2. Create a new dfstab file in that zone. a. edit the dfstab file . # vi /zone/PUBLIC/root/etc/dfs/dfstab d. Add an entry to share the exported directory. share -F nfs -o ro /export/install share -F nfs -o ro /cdrom 3. In the global zone, run the shareall command. The actual sharing occurs when each zone is brought into the ready or running state. 4. As root in the global zone, run the following commands for each zone. the zone is already running, reboot the zone. # zoneadm -z PUBLIC reboot # zoneadm list -vi After completing above setup,there are nothing to be shared in PUBLIC zone and global zone. Are there other method to share files in PUBLIC labeled zone? Thanks! This message posted from opensolaris.org