> -The biggest problem it is encouraging the use of microsoft technology,
> en im anti-microsoft.That will make me shift to ext3/ext2 both for my
> partition en my external usb hdd.
For me it's only an open source technology
> -The problem with ntfs-3g is the security issues, this fs doesnt respect
> fstab entry afaik.That will prevent you from user mounting with this fs,
> if u found ways to give ur user access to mount ntfs-3g fs pls let me
> know.
It works fine in my case. I followed the help here:
http://ntfs-3g.org/support.html#useroption2
> -Another advantage is gain in performance whem on linux as mentioned in
> the above post.I would agree that ext2/ext3 works better with linux than
> ntfs3-g
I've found ntfs-3g to be faster than ext3. I remember this was discussed
here earlier. The reason is probably that NTFS uses the efficient extents
to address data on the disks but ext3 doesn't. ext4 solves this problem and
I hope it will be faster than ntfs-3g
I've found a recent benchmark here. XFS was the fastest, then ntfs-3g and
the slowest is ext3:
http://www.nabble.com/Re:--Linux-NTFS-U ... 70363.html
> refer to this topic for ntfs-3g problem
For me it seems to be a /bin/mount problem which calls ntfs-3g unprivileged
even if root granted access to the user in /etc/fstab. If ntfs-3g ignored
this then unprivileged users could mount any NTFS partition which would be
a serious security problem.