Page 1 of 4

[SOLVED] Mounting: no such device

Posted: Sun May 05, 2013 10:33 am
by zdzi
I used the USB widget hack - fine.
I get the virtual USB fine.
Autostart works.
I can FTP and telnet to the TV.
TV is ES5500 with 32 FW.

I tried to mount manually via telnet:

mount -o user=username,password=pass -t cifs //192.168.1.100/video /dtv/usb/sdj/nas

And got no such device error

I inserted a USB disk and tried the above mount to /dtv/USB/sda1/nas

Still the same error message.

the nas directory was created in both areas before the mount was tried.

Where am I going wrong?

Thanks in advance.

Re: Mounting: no such device

Posted: Sun May 05, 2013 10:40 am
by juusso

Re: Mounting: no such device

Posted: Sun May 05, 2013 12:18 pm
by zdzi
juuso, I have read not just those but many other topics. I know you help but also have little patience for those that don't read.

Here, would help me greatly if you know the answer then to share it with me or at least give me some hints what specifically in those links.

Re: Mounting: no such device

Posted: Sun May 05, 2013 12:26 pm
by zdzi
And to be clear: I'm not looking for everything to work automatically on startup just manually at first. So not sure why manual running if the mount command doesn't work.

Re: Mounting: no such device

Posted: Sun May 05, 2013 12:41 pm
by juusso
if you mount to /dtv/usb/nas you have to be sure you have this dir on tv :-)

mkdir /dtv/usb/nas
or
mkdir /dtv/usb/sda1/nas

running script manually does help to troubleshoot exact problem.

Re: Mounting: no such device

Posted: Sun May 05, 2013 12:47 pm
by zdzi
I already wrote above that I created all these directories and checked they existed. And they do.

Re: Mounting: no such device

Posted: Sun May 05, 2013 12:56 pm
by juusso
pls start samba script manually how you saw already I asked in other threads. thanks.

Code: Select all

sh -x /mnt/etc/init.d/04_04_samba.init start
and give the output here.

Re: Mounting: no such device

Posted: Sun May 05, 2013 5:22 pm
by zdzi
VDLinux#> sh -x /mnt/etc/init.d/04_04_samba.init start
+ . /dtv/SGO.env
+ SYSROOT=/mnt
+ MOUNT_PATH=/dtv/usb/sdj
+ LOGFILE=/mnt/samygo.log
+ export MOD_DIR=/mnt/lib/modules/2.6.35.13
+ export TMPDIR=/dtv
+ export HOME=/mtd_wiselink
+ export SMB_CONF_PATH=/mnt/etc/samba/smb.conf
+ LD_LIBRARY_PATH=/mnt/opt/privateer/lib:/mnt/opt/privateer/usr/lib:/mnt/lib:/mnt/usr/lib:/mnt/lib:/mtd_cmmlib/Runtime/XorgLibs:/mtd_cmmlib/Runtime/lib/CairoShadow:/mtd_cmmlib/Runtime/lib:/mtd_exe/WebServerApp/bin:/mtd_cmmlib/CBRE:/dtv:/mtd_cmmlib/GAME_LIB:/dtv:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_appdata/Java/lib:/mtd_exe:/mtd_cmmlib/Comp_LIB:/mtd_cmmlib/Comp_LIB/XT9_LIB:/mtd_cmmlib/InfoLink/lib/plugin/Static:/mtd_cmmlib/InfoLink/lib:/mtd_cmmlib/OIPF:/lib:/mtd_cmmlib/CM_LIB:/mtd_appext/OIPF/lib:/mtd_exe/OIPF/lib:/mtd_cmmlib/YWidget_LIB:/mtd_contents:/mtd_appdata/yahoo:/mtd_cmmlib/moip:/mtd_appext/WidgetEngine:/mtd_rocommon/Webkit
+ PATH=/mnt/opt/privateer/sbin:/mnt/opt/privateer/bin:/mnt/opt/privateer/usr/bin:/mnt/opt/privateer/usr/sbin:/mnt/sbin:/mnt/bin:/mnt/usr/bin:/mnt/usr/sbin:/mnt/bin:/mtd_cmmlib/Runtime/bin:/usr/sbin:/usr/bin:/bin:/sbin:/etc/Scripts:/util:/mtd_cmmlib/Runtime/bin
+ export ENV=/dtv/.ashrc
+ export FRAMEBUFFER=/dev/sam/fb0
+ export DISTROOT=/mnt/opt/privateer
+ USER=
+ PASSWD=
+ PERM=rw
+ [ -e /mtd_rwarea/smb_userdata ]
+ [ -z ]
+ exit 1
VDLinux#>

Re: Mounting: no such device

Posted: Sun May 05, 2013 5:23 pm
by zdzi
Does that help?

Re: Mounting: no such device

Posted: Sun May 05, 2013 5:24 pm
by juusso
yes. much