Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: sam0010 on January 19, 2010, 04:31:08 PM

Title: Cannot use storage partition
Post by: sam0010 on January 19, 2010, 04:31:08 PM
I have installed tc 2.7 on a partition on my eeepc 701sd and I have VLC and rhythmbox working.   I have music on a different partition that I use for storage and music on an sd card.  Tc will load and play music that's on the sd card but  not that which is on the storage partition!  Tc will not let me copy from the sd card to the storage partition  or to  the tc partition. Any help will be appreciated.
Title: Re: Cannot use storage partition
Post by: Juanito on January 19, 2010, 05:20:49 PM
It sounds like a permissions issue - what filesystem do you have on the sd card?
Title: Re: Cannot use storage partition
Post by: maro on January 19, 2010, 05:23:09 PM
Do you know which device your "storage partition" relates to? I guess it's not mounted. But to get things started I'll list here a couple of commands. Please post the results and we can take it from there:
Code: [Select]
cat /etc/fstab
cat /etc/mtab
blkid /dev/[hs]d*
Title: Re: Cannot use storage partition
Post by: sam0010 on January 20, 2010, 10:09:41 AM
Thanks for replying. My sd card is fat32. I need instructions on how to copy and paste when using the terminal.  I am using Roxfiler to manage my files including mounting.   
Title: Re: Cannot use storage partition
Post by: curaga on January 20, 2010, 01:37:16 PM
Highlight the text to copy, and use the middle mouse button to paste.
Title: Re: Cannot use storage partition
Post by: sam0010 on January 20, 2010, 04:40:33 PM
Thanks.  I did
    chmod -R a+rwx /mnt/sda2(music partition)
    and
    chown -R root:root /mnt/sda2

This appears to have solved the problem.