Problems with NAS Smaba-Mount
-
Hi Recalboxer I'm using this manual: https://github.com/digitalLumberjack/recalbox-os/wiki/Mount-a-remote-samba-share-on-system-directory-(EN) When I mount my samba share manually like this
mount -t cifs //serverip/directory /mountpoint -o user=user,password=password,uid=0,gid=0,rw
everything wirks fine. So share, username and password are correct. But then I edit /etc/fstab
//192.168.1.10/share /recalbox/share cifs user=samba,password=password,uid=0,gid=0,rw 0 0 I get a "NOGAEERRORMESSAGE", because the samba share isn't mount. Any help out there ?
-
Did you umount properly after your test in command line?
-
yes, but that's not the Problem mount -t cifs //192.168.0.10/es /mnt/es -o user=username,password=userpass,uid=0,gid=0,rw manually works. but in /etc/fstab //192.168.0.10/es /mnt/es cifs user=username,password=userpass,uid=0,gid=0,rw 0 0 won't work. But then I leave emulationstation using F4 then alt+f2 going to terminal and type mount -a the mount works Maybe I have do write a script in /etc/init.d but I don't know how to. My goal is to mount /recalbox/share to my NAS, beacuse I have too much media for the SD-Card. Can someone please help ? Also should I use cifs or nfs ?
-
Hello look this solution sorry it is in french http://blog.recalbox.com/forums/topic/tuto-utilisez-une-clef-usb-pour-stocker-les-roms/page/6/#post-6743