Tiny Core Linux
Tiny Core Base => TCB Talk => Topic started by: SvOlli on May 30, 2010, 03:25:04 PM
-
I would be nice, if /usr/sbin/rebuildfstab could detect if ntfs-3g is installed an replace the "ntfs"-type with an "ntfs-3g" one.
Digging deeper into that problem, I noticed that the easiest way to fix that should be to modify /usr/sbin/fstype by adding [ "$FSTYPE" = "ntfs" -a -x /usr/local/bin/mount.ntfs-3g ] && FSTYPE="ntfs-3g"
just before the finalecho "$FSTYPE
-
I'll second the request for detecting ntfs-3g when building fstab, and further, it would be nice if loading ntfs-3g would then re-run rebuildfstab automagically.
-
Another vote. I already asked for this back in this thread
http://forum.tinycorelinux.net/index.php?topic=3943.0