Simulator Discussions

How to correct mount CIFS volume from linux ??

Wencheng
4,004 Views

Hi All

       I am learning NetAPP...and create a CIFS volume..volume name is engineering.

CIFS001.png

CIFS002.png

now I could let Win10 mount it and write a file well. (mount path : \\SVM_IP\nsroot\engineering)

then I  want to using linux to mount CIFS volume...

I create a (cifs) file to provide credential information like below

-----------------

username=plateuser
password=vu/41234
domain=abc.com.tw

------------

then add setting in /etc/fstab

----------------

<SVM_IP>:/engineering /mnt/test cifs ro,nouser,noexec,nosuid,credentials=/usr/XXX/yyy/ZZZ/cifs 0 0

----------------------

 

but I tested mount..it show BAD UNC...

which parameter or setting that I forgot or set error ?

temp001.png

 

thanks

 

Wencheng

2 REPLIES 2

Wencheng
3,980 Views

When I try to troubleshooting  mount NetAPP CIFS volume issue..

I think and compare using the same linux (SuSE12 SP4 ) to mount other CIFS volume.

so I try to mount a NAS share volume , this SuSE12SP4 could mount well.

but I try to mount NetAPP CIFS volume it show error (5)

temp_NAS可以NetAPP不行.png 

fabio_nowak
3,339 Views

I'm getting a similar error after upgrading from 9.5 to 9.7.
I'm able to mount, but after sometime when I try to use the area, I get this message
OSError: [Errno 5] Input/output error:

I try to umount e mount, everything works again, but just for a while.

Public