Option #1:
SMB
By Press ( ALT+F2 ) the new dialog will be opened just type in the box the below :
smb://windows-server-ip/shared folder
- mkdir /windows-backup
- as root user
- mount -t cifs //windowsip/sharefolder -o username=administrator,password=administratorpassword /windows-backup.
- run df -h to make sure the folder has been mounted.
mount -t smbfs -o username=administrator,password=administratorpassword //windowsip/backup /windwos-backup
Thank you
Osama mustafa
Reference :
1- cyberciti Here

Leave a comment