Search:
|
Browse by category:
|
How to mount CIFS/SMB StoreSafe virtual storage on Mac OS X using command line tool? |
||||
To mount CIFS/SMB StoreSafe virtual storage on Mac OS X using command line tool, execute the following command in console mount -t smbfs -o automounted //<username>:<pin>@<storesafe hostname>/<virtual storage> <mount point> To umount, umount <mount point>
|