PDA

View Full Version : Mounting a second disk in SuSe


Boris--
June 6th, 2007, 01:06 PM
Is it possible to mount my Ubuntu drive in SuSe? I'm a newbie and am trying out a few distros. And another thing, is it possible to transfer my firefox settings between the two distros? Thanks in advance.

Nekiruhs
June 6th, 2007, 01:16 PM
sure it is
mount ext3 /dev/??? /media/???Where ??? is the partition designation for Ubuntu (Usually, hda?, sda? ? is a number).
You could also symbolic link the two firefox profile:
rm -r ~/.mozilla
ln -s /media/WhereYouMountedItAbove /home/YourUserNameOnUbuntu/.mozilla
From in SuSe. (assuming you want to use your Ubuntu settings in SuSe)