Re: [SOLVED] Problem with /dev/fuse
Posted: Wed Feb 15, 2012 6:43 am
woohoo, great!
Samsung TV Firmware on the GO
http://forum.samygo.tv/
Code: Select all
source /dtv/SGO.env
ntfs-3g /dev/sdb1 /dtv/usb/sdb1
/mtd_down/widgets/user/SamyGO/SamyGO/opt/privateer/usr/bin/ntfs-3g: line 1: syntax error: unexpected "("
This usually indicates incompatibility of binary, not the permission error.Spoza wrote:Code: Select all
ntfs-3g: line 1: syntax error: unexpected "("
juuso wrote:This usually indicates incompatibility of binary, not the permission error.Spoza wrote:Code: Select all
ntfs-3g: line 1: syntax error: unexpected "("
@arris69 ?
Code: Select all
SamyGO/opt/privateer/usr/bin/ntfs-3g: ELF 32-bit LSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.12, with unknown capability 0xf41 = 0x756e6700, stripped
T-MST5DEUC_root/mtd_exe/exeDSP: ELF 32-bit LSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.12, with unknown capability 0xf41 = 0x756e6700, stripped
not so important, but can you pls. send me the files what you have installed on your tv (ntfs-3g) and the one what you backed-up. to arris (at) gmx.atSpoza wrote:eeee... can you explain this "not commented shock" a bit for us common people?
Code: Select all
ls -la opt/privateer/usr/bin/ntfs-3g
-rwxr-xr-x 1 root 0 42200 Jan 1 1980 opt/privateer/usr/bin/ntfs-3g
Code: Select all
umount /dtv/usb/sdb1
source /dtv/SGO.env
ntfs-3g /dev/sdb1 /dtv/usb/sdb1
Failed to write lock '/dev/sdb1': Permission denied
Error opening '/dev/sdb1': Permission denied
Failed to mount '/dev/sdb1': Permission denied
Please check '/dev/sdb1' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
http://ntfs-3g.org/support.html#unprivileged
Code: Select all
/bin/mount /dev/sdb1 /dtv/usb/sdb1
/bin/mount | grep dev
/dev/root on / type squashfs (ro,relatime)
/dev/stl0/10 on /mtd_rwarea type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/stl0/11 on /mtd_exe type squashfs (ro,relatime)
/dev/stl0/12 on /mtd_rocommon type squashfs (ro,relatime)
/dev/stl1/37 on /mtd_rocommons type squashfs (ro,relatime)
/dev/stl1/33 on /mtd_swu type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/stl1/34 on /mtd_contents type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/stl1/35 on /mtd_rwcommon type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/stl1/36 on /mtd_rwdata type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/sda1 on /dtv/usb/sda1 type vfat (rw,sync,relatime,fmask=0022,dmask=0000,allow_utime=0022,codepage=cp437,iocharset=utf8,shortname=mixed)
/dev/stl0/10 on /etc/passwd type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/stl0/10 on /etc/profile type rfs (rw,relatime,vfat,llw,iocharset=utf8)
/dev/sdb1 on /dtv/usb/sdb1 type ntfs (ro,relatime,uid=0,gid=0,fmask=0177,dmask=077,nls=utf8,errors=continue,mft_zone_multiplier=1)