You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

You will need to install cifs-utils in order to mount samba shared directory:

sudo yum -y install cifs-utils


To mount in root account, run below commands:

mount -t cifs //192.168.10.21/repository /mnt/nas -ousername=yourUserName,password=yourPassword,file_mode=0664,dir_mode=0775,uid=root,gid=root


  • No labels