Tiny Core Linux
Tiny Core Base => CorePlus => Topic started 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
-
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.
-
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.
-
Yes. Read the .info files ( the info tab in Apps ).