Tiny Core Linux

Tiny Core Base => CorePlus => Topic started by: jnovacek on February 08, 2014, 04:13:30 PM

Title: automount NTFS (ntfs-3g)
Post by: jnovacek on February 08, 2014, 04: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
Title: Re: automount NTFS (ntfš-3g)
Post by: gerald_clark on February 08, 2014, 04: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.
Title: Re: automount NTFS (ntfs-3g)
Post by: jnovacek on February 08, 2014, 04: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.
Title: Re: automount NTFS (ntfs-3g)
Post by: gerald_clark on February 08, 2014, 04:43:54 PM
Yes. Read the .info files ( the info tab in Apps ).