Accessing CIFS mount hangs after target server reboots - Raspberry Pi Forums


hi all,

got hands on bunch of pi's (2's , b+'s) , i'm having bit of trouble getting them talk windows server properly...

have windows server share (\\server\rpi) have pi's connect when start (it's in /etc/fstab /mnt/rpi). works great , all, , can access share.

if windows server restarts reason, attempts access share hangs initiating application. if i'm in bash , ls /mnt/rpi, it'll hang bash, can't ctrl+c or anything. rebooting pi way back.

these cifs package , version:
cifs-utils 2:5.5-1

have in /etc/fstab:

code: select all

//server/rpi    /mnt/rpi    cifs    credentials=/home/rpi/.smbcredentials/server,uid=1005,gid=1005,soft,iocharset=utf8 0 0
mount shows share:

code: select all

//server/rpi on /mnt/rpi type cifs (rw,relatime,vers=1.0,cache=strict,username=rpi,domain=domain,uid=1005,forceuid,gid=1005,forcegid,addr=10.0.0.200,file_mode=0755,dir_mode=0755,nounix,serverino,rsize=61440,wsize=16580,actimeo=1)
i've tried "soft" parameter (as shown above), , doesn't seem - mount output doesn't show soft 1 of active options.


have suggestions on try?

thanks!

oh, , target server running windows server 2012 r2. also, devices connected through wired ethernet , on same switch (i've tried different switches, same results).

server running on supermicro board intel nic.

windows machines can access server fine, after reboots.


raspberrypi



Comments