HPCHOST

Client Login Client Login

How to Mount a NAS Volume in Linux.

Method 1 - mount
If you have not already done so, create the directory you want the NAS account mapped to
Example:
mkdir /mnt/test
mount -t cifs //Hostname/Username -o username=username,password=password /local/mountpoint
Example:
mount -t cifs //nas0X.service.softlayer.com/{Username} -o username={Username},password={Password} /mnt/test/

Method 2 - smbmount
If you have not already done so, create the directory you want the NAS account mapped to
Example:
mkdir /mnt/test
smbmount //Hostname/Username /local/mountpoint -o lfs,username=username,password=password
Example:
smbmount //nas0X.service.softlayer.com/{Username} /mnt/test -o lfs,username={Username},password={Password}



Was this answer helpful?

Add to Favourites
Print this Article

Also Read



Close Chat
HPC Host Live Chat