I?ve got an external USB-HD attached to my TV. First Partition is FAT. Second Partition is NTFS. I need Write-Permissions for the NTFS Partition to send Data from PC over Network. So I decided to use NTFS-3G to solve this Problem. But everytime I try to mount the NTFS-Partition, I get an error-message:
My strace (only the last informations after strace command):@ phpsysinfo $ source /dtv/SGO.env
@ phpsysinfo $ umount /dtv/usb/sda2
@ phpsysinfo $ ntfs-3g /dev/sda2 /dtv/usb/sda2
fuse: mount failed: Invalid argument
@ 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) = ?
I think there goes something wrong with fuse...but I don?t know.@ phpsysinfo $ ls -al /dtv/fuse
crw-rw-rw- 1 root 0 10, 229 Jan 1 00:04 /dtv/fuse
Please, help me to solve this Problem. The Function to copy contents over the air to the tv attached usb-hd was the main reason for me to use samygo. Would it help to uninstall and reinstall samygo with develop-account in smarthub?