Page 1 of 1
Unable to mount windows server 2012 share

Posted:
29 Jan 2014, 17:13
by pacsabi
Hi,
I'm getting the followin error message when trying to mount windows server 2012 samba:
mount error(95): Operation not supported Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Any suggestions?
Thanks!
Re: Unable to mount windows server 2012 share

Posted:
29 Jan 2014, 19:32
by tc-fi
Can you mount the same share manually?
ssh root@runeaudio
rune (password)
cd /etc/mnt
mkdir TEST
mount -t cifs //ip_address/share_name /mnt/TEST -o username=your_user_name,password=your_password
Re: Unable to mount windows server 2012 share

Posted:
29 Jan 2014, 19:37
by ACX
Re: Unable to mount windows server 2012 share

Posted:
29 Jan 2014, 22:03
by pacsabi
Re: Unable to mount windows server 2012 share

Posted:
29 Jan 2014, 22:10
by pacsabi
Re: Unable to mount windows server 2012 share

Posted:
30 Jan 2014, 00:22
by tc-fi
I had a similar problem. It's documented in in other post: "Can't mount Win7 share from RuneUI".
The error I was getting was "command not found" which suggests a bug in the RuneUI mount function since I was able to mount the share manually. However, after re-imaging the SD card and starting from scratch, the mount from RuneUI worked first time so I'm not sure whats going on.