Mount file system lofs to non global-zone, online ?
Hello
For mount file system lofs from global zone to non global-zone online (When the zone is running), you need execute the next instructions:
Example:
root@hostname# mount -F lofs /FileSystemMountedInGlobalZone /zonepath_zonex/root/MountPointInNonGlobalZone
Where:
/FileSystemMountedInGlobalZone = It's filesystem mount point in global zone
/zonepath_zonex = It's absolute path of non global-zone zonepath
MountPointInNonGlobalZone = It's of filesystem mount point in non global zone
0