geo650 wrote:Hello!
I am very interested in recording on NTFS partition using PVR+ and your NTFS-3G driver. But I cannot.
Well, I've tried and I can. That's good. It means that eventually, you will too

.
geo650 wrote:When Content Library version is used, NTFS partition allows me to create directories, copy files etc. but after powering TV down and connecting HDD to my computer it shows that there are no new files on it!
I've been doing some tests, and I have experienced the problem some few times. it only appears when I create the file/directory, and then, shut-down the computer right away. The problem seems to be related with the "sync" option in the mount, which I forgot to add. You can just modify the telnet.sh file and add the "-o sync" option at the end of the ntfs-3g command. That should be the fix. I've uploaded a new version including that option in the mount.
geo650 wrote:The same result occurs when I run NTFS-3G by
commandline, except one thing: fs.f_type returned by statfs() function is other than "standard" NTFS type: I mean 0x1021994, not 0x5346544E (see:
http://linux.die.net/man/2/statfs for details). When executing
telnet.sh script, it creates
coredump file on re-mounted NTFS partition. Should I load
fuse.ko file using insmod command before calling telnet.sh script? If yes, it doesn't help at all.
Well, of course you MUST load FUSE. If the fuse.ko is not loaded, it should give you an error message telling you about that. I tried to do it manually (insmod /mtd_tlib/GGame/SamyGO/lib/modules/2.6.18_SELP-ARM/kernel/fs/fuse/fuse.ko), it works perfectly. I was able to execute the ntfs-3g command afterwards.
geo650 wrote:What should I do?
My info: LE40B650T2W T-CHL7DEUC 2005.0 patched, Samsung G2 Portable HDD/USB2.0 drive with single 500GB NTFS partition.
Umm, another possible error here may be the fact that my TV is CIP, but yours seem to be CI. Mine is LE40B650T2P. But, my compilation environment is not specific for CIP models (AFAIK). It MAY be a problem with the fuse.ko module, but if you was able to mount the partition, then the problem shoudl be fixed with the sync option.
Regards and please, provide feedback.
Summarising, just try to add the "-o sync" option to the ntfs-3g command, which I forgot to add, or install the new version I attach.
FILE DELETED SINCE "-o sync" does not performs well with recordings