can't see partition

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
tikker Offline
Junior Member
Posts: 7
Joined: Sep 2009
Reputation: 0
Post: #1
i have installed linux(ubuntu) on the hd of my asrock ion 330.
I have made seperate partitions for the os and my data(music etc)
Then i made the pc boot with xbmc using session for xbmc (from the wiki)


And now i cannot see my data partition(ntfs) from xbmc but when i go into ubuntu desktop i can.

Can anyone help me fix this?

and as a bonus question.. how can i make some folders on that partition available for other pc's(windows) in the same network?
find quote
alanwww1 Offline
Team-XBMC Member
Posts: 1,299
Joined: Nov 2008
Reputation: 31
Location: Hungary
Post: #2
I think the ntfs partition should be mounted under /media directory.
I think xbmc is "seeing" the devices mounted under /media.

In ubuntu, the partition is not mounted until you try reading it. Have you tried using it under ubuntu desktop, than going back to xbmc and see if it is there ?

If it is mounted under /media but xbmc does not see it you can still make a symlink to it in your homedir.

Do the following:

- In terminal:
ls /media

Check if you can see your partition here. Remember the name of the partition.

After that:

cd ~
ln -s /media/yourpartitionname

this creates a symlink to your partition which you can use in xbmc.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
tikker Offline
Junior Member
Posts: 7
Joined: Sep 2009
Reputation: 0
Post: #3
Thanks for your reply!
I can see the data-partition in ubuntu desktop and after i browse it i can also see the partition in xbmc....

But i was hoping to be able to see the partition in xbmc without having to exit xbmc, browse for the partition and then go back into xbmc
find quote
althekiller Offline
Team-XBMC Developer
Posts: 4,701
Joined: May 2004
Reputation: 12
Post: #4
Mount it with fstab.
find quote