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?
can't see partition
tikker
Junior Member Posts: 7 Joined: Sep 2009 Reputation: 0 |
2009-09-16 15:19
Post: #1
|
| find quote |
alanwww1
Team-XBMC Member Joined: Nov 2008 Reputation: 31 Location: Hungary |
2009-09-16 15:56
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
Junior Member Posts: 7 Joined: Sep 2009 Reputation: 0 |
2009-09-16 23:44
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
Team-XBMC Developer Joined: May 2004 Reputation: 12 |
2009-09-17 00:05
Post: #4
Mount it with fstab.
Howto post your problem in a useful manner. #xbmc-linux on FreeNode XBMC online-manual, FAQ, search, forum rules, how to submit a bugreport. |
| find quote |

Search
Help