Search:
|
Browse by category:
|
How to mount/unmount an NFS StoreSafe virtual storage on Mac OS X using command line tool? |
||||
To mount an NFS StoreSafe virtual storage on Mac OS X using command line tool, execute the following in console mount -t nfs <storesafe hostname>:/<virtual storage> <mount point> To unmount,
umount <mount point>
|