WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: automount NTFS (ntfs-3g)  (Read 3661 times)

Offline jnovacek

  • Newbie
  • *
  • Posts: 30
automount NTFS (ntfs-3g)
« on: February 08, 2014, 01:13:30 PM »
Hi all,
I need to automount USB drives in "Tiny Core". I've used this https://code.google.com/p/yad/wiki/USBFlash and this http://forums.gentoo.org/viewtopic-t-918896-start-0.html. However, I am unable to connect NTFS for writing. When I use ntfs-3g, the command will not be executed. Where can I find a log to see what is going on?

When manually assembling everything works.
Tiny Core 5.2
Jirka
« Last Edit: February 08, 2014, 01:17:29 PM by jnovacek »

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: automount NTFS (ntfš-3g)
« Reply #1 on: February 08, 2014, 01:22:40 PM »
This isn't Gentoo.
Core does not automount anything.
You will need to install ntfs-3g.tcz and possibly ntfsprogs.tcz.
Then mount your ntfs partitions in /opt/bootlocal.sh.

Offline jnovacek

  • Newbie
  • *
  • Posts: 30
Re: automount NTFS (ntfs-3g)
« Reply #2 on: February 08, 2014, 01:41:50 PM »
I tried to use
mount -t ntfs-3g '/ dev/sdc1' '/ mnt/sdc1'  , it does not work.
If you use
ntfs-3g '/ dev/sdc1' '/ mnt/sdc1' , so it works.

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: automount NTFS (ntfs-3g)
« Reply #3 on: February 08, 2014, 01:43:54 PM »
Yes. Read the .info files ( the info tab in Apps ).