WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Cannot use storage partition  (Read 1957 times)

Offline sam0010

  • Newbie
  • *
  • Posts: 20
Cannot use storage partition
« on: January 19, 2010, 01: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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14622
Re: Cannot use storage partition
« Reply #1 on: January 19, 2010, 02:20:49 PM »
It sounds like a permissions issue - what filesystem do you have on the sd card?

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: Cannot use storage partition
« Reply #2 on: January 19, 2010, 02: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*

Offline sam0010

  • Newbie
  • *
  • Posts: 20
Re: Cannot use storage partition
« Reply #3 on: January 20, 2010, 07: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.   

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10976
Re: Cannot use storage partition
« Reply #4 on: January 20, 2010, 10:37:16 AM »
Highlight the text to copy, and use the middle mouse button to paste.
The only barriers that can stop you are the ones you create yourself.

Offline sam0010

  • Newbie
  • *
  • Posts: 20
Re: Cannot use storage partition
« Reply #5 on: January 20, 2010, 01: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.
« Last Edit: January 20, 2010, 01:42:47 PM by sam0010 »