2
I am having problems with a NTFS disk mounted as a fuseblk in my ubuntu 12.10 through external usb3.
When I did a 1.1TB backup with rsync the speed was 1-2MB/s (wiht a ext4 disk speed was 70 MB/s before and after trying the NTFS disk). Also after one hour errors started to appear:
- rsync: write failed on "xxx": No such file or directory
- recv_files: "yyy" is a directory #but this file is a FILE not a dir ??!!
- ....
As this is the first time I have mounted the NTFS in linux for heavy usage (the data would be used in windows afterwards), I would like to know if this kind of thinks are common o was only that something became unstable in my system and a simply restart would probably have solved it.
This leads me to the these questions:
Can I trust fuse for manage NTFS disks?
Or is a problem of the NTFS tools in linux not yet totally stables for writing?
Do people is still suffering from low performance with fuse-NTFS vs ext4 (in the past I have read about people complaining about this)?
Why would reformatting be necessary when
ntfs-3g
exists? Generally speaking, it's best to let old questions stay dead, unless an answer would apply to the issue today. – JW0914 – 2019-12-04T11:21:39.530Actually I've hit the same problem today, with an external USB disk showing "Microsoft basic data" as partition type, and mount using fuseblk. Working, but performances are not good at all compared to kernel drivers like ntfs-3g. In this case, re-partitioning / formating of the disk is - IMHO - the solution. – M-Jack – 2019-12-04T15:34:12.183
Why not install
ntfs-3g
then? You appear to make the point I'm making ("...but performance [is] not good at all compared to kernel drivers likentfs-3g
..."), but then say formatting is the solution... Your comment is contradictory. – JW0914 – 2019-12-04T21:02:47.947I agree, I was not clear :-)
ntfs-3g
is great. – M-Jack – 2019-12-05T08:44:23.700