Page 4 of 4
Re: [SOLVED] ntfs-3g mount: problem with /dev/fuse
Posted: Thu Jun 14, 2012 4:06 pm
by juusso
Your TV is ARM and you shouldn`t use MSTAR, ok?
Did you unmount before to use ntfs3g?
Code: Select all
. /dtv/SGO.env
umount /dtv/usb/sda2
ntfs-3g /dev/sda2 /dtv/usb/sda2
And yes, if The Thread is flagged as [SOLVED]...it is solved.
Re: [SOLVED] ntfs-3g mount: problem with /dev/fuse
Posted: Thu Jun 14, 2012 4:25 pm
by Mosquito79
Yes, I did everything how it is described in this thread:
@ phpsysinfo $ source /dtv/SGO.env
@ phpsysinfo $ umount /dtv/usb/sda2
@ phpsysinfo $ ntfs-3g /dev/sda2 /dtv/usb/sda2
fuse: mount failed: Invalid argument
I don?t find a solution in this thread for my problem...so I asked if it?s really solved because the problems here are similar to mine, sry.
My strace (only the last informations after strace command):
@ phpsysinfo $ strace ntfs-3g /dev/sda2 /dtv/usb/sda2
...
open("/dev/null", O_RDWR|O_LARGEFILE) = 107
close(107) = 0
stat64("/dtv/usb/sda2", {st_mode=S_IFDIR|0755, st_size=40, ...}) = 0
open("/dtv/fuse", O_RDWR|O_LARGEFILE) = 107
getuid32() = 0
getgid32() = 4294967295
mount("/dev/sda2", "/dtv/usb/sda2", "fuseblk", MS_NOSUID|MS_NODEV, "allow_other,blksize=4096,fd=107,"...) = -1 EINVAL (Invalid argument)
write(2, "fuse: mount failed: Invalid argu"..., 37fuse: mount failed: Invalid argument
) = 37
close(107) = 0
fsync(106) = 0
fcntl64(106, F_SETLK64, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}, 0xbeb5cd68) = 0
close(106) = 0
brk(0x33000) = 0x33000
brk(0x32000) = 0x32000
exit_group(21) = ?
And my fuse:
@ phpsysinfo $ ls -al /dtv/fuse
crw-rw-rw- 1 root 0 10, 229 Jan 1 00:04 /dtv/fuse
Re: [SOLVED] ntfs-3g mount: problem with /dev/fuse
Posted: Fri Jun 15, 2012 2:02 pm
by Mosquito79
To keep a better overall view I will start a new thread with my Problem. Is that ok?
Re: [SOLVED] ntfs-3g mount: problem with /dev/fuse
Posted: Mon Sep 10, 2012 11:34 pm
by eternalord
setti wrote:Hi, i have an D6500 and wanted to remount my ntfs device using ntfs-3g.
I connected via nc to my tv and executed
As result i got:
Code: Select all
Failed to create '/dev/fuse': Read-only file system
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
gives me
Code: Select all
lsmod | grep fuse
fuse 42724 2 - Live 0xbf50d000
Code: Select all
ls -al /dev/fuse
ls: /dev/fuse: No such file or directory
Any1?
All i installed was SamyGo App via SmartHub.
How do you fix this error:
ls: /dev/fuse: No such file or directory?
Someone can helpme..!!
Re: [SOLVED] ntfs-3g mount: problem with /dev/fuse
Posted: Tue Sep 11, 2012 9:15 pm
by eternalord
NVM, fixed, in my TV the /dev/fuse is hidden. the invalid argument problem was becouse the hdd need to be formated and use clean, without files, mount with ntfs-3g /dev/sda1 /dtv/usb/sda1, now is working and i copy everything from network, and downloading, and watching videos at same time. Thanks.