WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: feature request for the "rebuildfstab" command  (Read 2139 times)

Offline SvOlli

  • Full Member
  • ***
  • Posts: 193
  • Linux Developer
feature request for the "rebuildfstab" command
« on: May 30, 2010, 12: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

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: feature request for the "rebuildfstab" command
« Reply #1 on: May 30, 2010, 02: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.

Offline jur

  • Hero Member
  • *****
  • Posts: 863
    • cycling photo essays
Re: feature request for the "rebuildfstab" command
« Reply #2 on: May 30, 2010, 03:24:26 PM »
Another vote. I already asked for this back in this thread
http://forum.tinycorelinux.net/index.php?topic=3943.0