Visit Counter

Wednesday, October 5, 2016

Share NAS drive with Suse 11 Linux




My cloud NAS box 192.0.0.100


I want backup NAS using veritas netbackup. I create folder on root partition.



# mkdir test



#  sudo mount -t cifs -o username=afi //192.0.0.100/24052016abkp /test


-t cifs
-o username
-NAS drive Ip address + Share folder 
-Test folder 


I created net backup policy and define backup selection /test/ and take a backup.


Note- If you receive the error: wrong fs type, bad option, bad superblock on... make sure you have cifs-utils installed, it may not be installed on your distro by default.


sudo apt-get install cifs-utils