Acces home folder on a different partion?
#1
Hi.

I'm testing out a new installation xbmc and got some promising results with the hd3200 screencard. The cpu idle is down to about 2%. I'm using a 8.04.1 server edition and are just doing a minimum install.

The problem I'm facing (rather newbie I guess) is how to access the homefolder on the other partion with the other ubuntu version 8.04.1 desktop installed.

Since I'm only working in console it is hard to find the right commands, and would appreciate the help guys!

Edit: sorry for terrible english, it was early morning for meSmile
XBMC Live 9.11
Intel core duo 2,E7400 2.80GHz
P5N7A-VM
1 GB DDR2 667MHz
Reply
#2
sudo mkdir /media/hardy
sudo mount /dev/[partition hardy is installed on] /media/hardy
Reply
#3
thank you Smile
XBMC Live 9.11
Intel core duo 2,E7400 2.80GHz
P5N7A-VM
1 GB DDR2 667MHz
Reply
#4
This was what I did to make it work!

Run this command to find out what your partion name is that you want to mount:
sudo fdisk -l


sudo mkdir /media/hardy
sudo mount /dev/[partition hardy is installed on] /media/hardy

And now your XBMC finds it Smile
XBMC Live 9.11
Intel core duo 2,E7400 2.80GHz
P5N7A-VM
1 GB DDR2 667MHz
Reply

Logout Mark Read Team Forum Stats Members Help
Acces home folder on a different partion?0