NAS mount fails but same mount works in raspyfi

Hi,

Trying volumio 1.1 beta for rpi.

Nice work!

  • boots much faster that raspyfi using edimax wifi adapter
  • wifi setup works from the webui. no more wicd-curses!
  • webui is coming along very nicely

My problem is that a mount to a win2003 file server that works fine in raspyfi is not working in volumio. Im getting ‘not found’ error even though I’m entering the exact same settings as in raspyfi.

Here is the auto generated mount string from raspyfi if that helps. The share name is ‘Repository’.

//192.168.1.21/Repository/Audio/Test on /mnt/NAS/Music2 type cifs (rw,relatime,vers=1.0,sec=ntlmssp,cache=strict,unc=\192.168.1.21\Repository,username=Rp1user,domain=MS1,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.1.21,file_mode=0777,dir_mode=0777,nounix,serverino,rsize=2048,wsize=4096,actimeo=1)

Try to install cifs-utils with

apt-get update apt-get install cifs-utils

wit SSH (user root pw volumio)

let me know

installed cifs-utils but same result — ‘not found’

must be some dif between how raspyfi and volumio does mounts?