Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 8665  / 1 Year ago, thu, february 16, 2023, 11:06:33

I am trying to mount a NAS on one of my servers:



htadmin@testing:~$ showmount -e 10.0.0.210
Export list for 10.0.0.210:
/humanresources
/Web
/Usb
/Recordings
/Public
/Network Recycle Bin 1
/Multimedia
/Download
/Data


Now I try to mount it:



sudo mount -o soft,intr,user_name=administrator,password=xxxxxxxx 
,rsize=8192,wsize=8192 10.0.0.210:/Data /mnt/nas


And I am presented with the following error message:



mount.nfs: an incorrect mount option was specified


Any help here would be great. Thanks!


More From » 12.04

 Answers
4

Solution:
sudo mount -t cifs //10.0.0.210/data -o username=xxxx,password=xxxx,rw,nounix,iocharset=utf8,file_mode=0644,dir_mode=0755 /mnt/nas


[#31643] Friday, February 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
exceeeelh

Total Points: 21
Total Questions: 109
Total Answers: 120

Location: Marshall Islands
Member since Wed, Jan 5, 2022
2 Years ago
exceeeelh questions
Sun, Nov 20, 22, 17:08, 1 Year ago
Sat, Jan 1, 22, 08:04, 2 Years ago
Wed, May 12, 21, 05:11, 3 Years ago
;