Mounting cifs share on HT-D6750W
Posted: Sun Jun 16, 2013 10:11 pm
I have a HT-D6750W with the SamyGO extension installed and are trying to set up my Goflex_home network drive to work with it.
I have made a user.sh file that is executed on boot, and added the following commands into it:
mkdir -p /dtv/usb/sda4
mount -o user=myuser,password=mypass -t cifs "//192.168.1.137/GoFlex Home Public" /dtv/usb/sda4
But after reboot I go to the menu and when zapping to my device I can see Network:Goflex and the USB (SamyGO Virt. USB) listed for a split of a second, but then it goes away and the menu item will show only USB (SamyGO virt.USB), disc, allshare and so on. Opening the virtual usb will display nothing except for a upnp/.debug folder
The /dtv/usb/sda4 folder is created on startup, but the folder is empty when browsing from ftp.
I also did try to use this line:
mount -t cifs -o rw,soft,rsize=8192,wsize=8192,username=myuser,password=mypass "//192.168.1.137/GoFlex Home Public" /dtv/usb/sda4
This is a copy of the commandline I use in my dreambox to mount the same drive, but this does not work either in the d6750w.
Note that I have not copied any cifs.ko file into my box, because I was thinking that cifs is already included since I have the samygo patched firmware with the samygo extension installed.
Any idea of what I do wrong here?
I have made a user.sh file that is executed on boot, and added the following commands into it:
mkdir -p /dtv/usb/sda4
mount -o user=myuser,password=mypass -t cifs "//192.168.1.137/GoFlex Home Public" /dtv/usb/sda4
But after reboot I go to the menu and when zapping to my device I can see Network:Goflex and the USB (SamyGO Virt. USB) listed for a split of a second, but then it goes away and the menu item will show only USB (SamyGO virt.USB), disc, allshare and so on. Opening the virtual usb will display nothing except for a upnp/.debug folder
The /dtv/usb/sda4 folder is created on startup, but the folder is empty when browsing from ftp.
I also did try to use this line:
mount -t cifs -o rw,soft,rsize=8192,wsize=8192,username=myuser,password=mypass "//192.168.1.137/GoFlex Home Public" /dtv/usb/sda4
This is a copy of the commandline I use in my dreambox to mount the same drive, but this does not work either in the d6750w.
Note that I have not copied any cifs.ko file into my box, because I was thinking that cifs is already included since I have the samygo patched firmware with the samygo extension installed.
Any idea of what I do wrong here?