Hi, I've managed to install and configure Asset UPnP on a Raspberry Pi 2.
After following the advice on this forum for installing, creating an @reboot cron entry to start on powerup, and mounting a network share....
I have managed to get it all working apart from the auto mounting of the network share (using the fstab file)
My knowledge of Linux is pretty limited, but I did manage to manually mount the share to a (chmod 777) folder using the following mount command:*
sudo mount -t cifs //192.168.0.104/Public /home/pi/nas -o username=admin2,password=password,vers=1.0
The 'vers' bit apparently is something to do with the Nas device using an older version of the Samba protocol, it was only after adding this that I managed to manually mount the share (as I said, I'm not too familiar with Linux)
This works, and with UPNP running, everything works just fine, however I just cannot seem to get the mount to work when updating fstab file.
I tried the advice by Spoon here (final section):
so, I've tried things like
//192.168.0.4/Public /home/pi/nas cifs username=admin2,password=password,_netdev,sec=ntlm ,vers=1.0 0 0
..and various other configurations... nothing I've tried manages to mount the share on reboot...
Any help of converting my (working) mount command for use in th fstab file would be very appreciated... I'm so close!
Oh yes, the NAS device is a WD MYBOOKLIVEDUO
Thanks
After following the advice on this forum for installing, creating an @reboot cron entry to start on powerup, and mounting a network share....
I have managed to get it all working apart from the auto mounting of the network share (using the fstab file)
My knowledge of Linux is pretty limited, but I did manage to manually mount the share to a (chmod 777) folder using the following mount command:*
sudo mount -t cifs //192.168.0.104/Public /home/pi/nas -o username=admin2,password=password,vers=1.0
The 'vers' bit apparently is something to do with the Nas device using an older version of the Samba protocol, it was only after adding this that I managed to manually mount the share (as I said, I'm not too familiar with Linux)
This works, and with UPNP running, everything works just fine, however I just cannot seem to get the mount to work when updating fstab file.
I tried the advice by Spoon here (final section):
so, I've tried things like
//192.168.0.4/Public /home/pi/nas cifs username=admin2,password=password,_netdev,sec=ntlm ,vers=1.0 0 0
..and various other configurations... nothing I've tried manages to mount the share on reboot...
Any help of converting my (working) mount command for use in th fstab file would be very appreciated... I'm so close!
Oh yes, the NAS device is a WD MYBOOKLIVEDUO
Thanks
Comment