WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: ntfs-3g error  (Read 6219 times)

Offline goyfilms

  • Newbie
  • *
  • Posts: 15
Re: ntfs-3g error
« Reply #15 on: May 12, 2011, 05:20:33 AM »
I was using a 3rd party remastered TC 2.5 called [remaster] because I need this hacked wifi drivers for test wifi security but it haven't fuse module and because of this ntfs-3g doesn't works

Now I'm trying TC 3.6 and ntfs-3g works fine, but I like to automount NTFS partitions on boot so I used this script to integrate ntfs-3g into TC base:
http://forum.tinycorelinux.net/index.php?topic=6246.0

It worked into fstab because now it is like:
/dev/sda1      /mnt/sda1      ntfs-3g    noauto,users,xc       0 0 # Added by TC

but the ntfs partitions doesn't automount on boot.

how can I do it?
thanks

EDIT: I think I need to change "noauto" for "auto" but I don't know how to do it
« Last Edit: May 12, 2011, 05:50:05 AM by goyfilms »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ntfs-3g error
« Reply #16 on: May 12, 2011, 06:19:17 AM »
TC only mounts the tce partition.
Add a mount command to /opt/bootlocal.sh.

Offline goyfilms

  • Newbie
  • *
  • Posts: 15
Re: ntfs-3g error
« Reply #17 on: May 12, 2011, 09:26:47 AM »
TC only mounts the tce partition.
Add a mount command to /opt/bootlocal.sh.
how can do it to mount only ntfs partitions by bootlocal.sh?

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: ntfs-3g error
« Reply #18 on: May 12, 2011, 10:19:20 AM »
You need to add a line to bootlocal.sh:
mount /mnt/sda1



Offline goyfilms

  • Newbie
  • *
  • Posts: 15
Re: ntfs-3g error
« Reply #19 on: May 14, 2011, 06:24:25 AM »
I don't know why, but if I add that line to bootlocal.sh it don't works,
however, if I add it to .ashrc from /home/tc, it works fine