Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: SvOlli on May 30, 2010, 03:25:04 PM

Title: feature request for the "rebuildfstab" command
Post 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
Code: [Select]
[ "$FSTYPE" = "ntfs" -a -x /usr/local/bin/mount.ntfs-3g ] && FSTYPE="ntfs-3g"just before the final
Code: [Select]
echo "$FSTYPE
Title: Re: feature request for the "rebuildfstab" command
Post by: althalus on May 30, 2010, 05:25:32 PM
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.
Title: Re: feature request for the "rebuildfstab" command
Post by: jur on May 30, 2010, 06:24:26 PM
Another vote. I already asked for this back in this thread
http://forum.tinycorelinux.net/index.php?topic=3943.0