7/24/2016

Mount Hdd From QNAP To Ubuntu Server.

Mount Hdd From QNAP To Ubuntu Server.
1. Use Command interminal
sudo mount -t cifs -o username=****,password=**** //192.168.2.77/backup /BACKUP/BackupToQnap/
 
คำสั่ง Umount
umount //192.168.2.77/backup

2. Edit fstab mount auto when open ubuntu.
nano /etc/fstab
 
Insert  Code.
//192.168.2.77/backup  /BACKUP/BackupToQnap  cifs username=****,password=****
 
3. Delete History Command in terminal.
history -c
 
Other information.
http://www.linuxquestions.org/questions/linux-newbie-8/mount-nas-qnap-to-ubuntu-server-4175498144/

No comments:

Post a Comment