[Ilugc] How to mount NAS in centos?

  • From: baskar910@xxxxxxxxx (Baskar K)
  • Date: Thu, 17 Apr 2014 18:33:28 +0530

Dear Srini

On Thu, Apr 17, 2014 at 5:40 PM, Shrinivasan T <tshrinivasan at gmail.com>wrote:

I have a NAS box.

IP : 192.168.10.11
share name : acplzimbra

I am trying to mount this a centos box in same network.
centos can ping the nas box and access it via browser.

When mounting using mount command, getting following error.

#mount -t cifs  192.168.10.11:/acplzimbra /nas --verbose -o
user=acplnasbox
Password:

mount.cifs kernel mount options: unc=//192.168.10.11

\,ip=192.168.10.11,ver=1,rw,user=acplnasbox,prefixpath=acplzimbra,pass=********
retrying with upper case share name

mount.cifs kernel mount options: unc=//192.168.10.11

\,ip=192.168.10.11,ver=1,rw,user=acplnasbox,prefixpath=ACPLZIMBRA,pass=********
mount error 6 = No such device or address
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)


How to solve this?

Thanks.



--
Regards,
T.Shrinivasan


I hope the syntax should be

mount -t cifs //ipnumber/sharename -o ...

please check

Thanks
baskar

Other related posts: