On Sun, 09 Nov 2003 09:49, Marc wrote:
<snip>
>   How do I get to my old home partision hdc9 to back up the old files?
>    I went to file:/mnt and I don't see it there.

Create a mount point like say, /mnt/oldhome as root:

#  mkdir -p /mnt/oldhome

Then mount the partition as root with:

#  mount -t <fs type> /dev/hdc9 /mnt/oldhome

where <fs type> is one of:  ext2, ext3, reiserfs or whatever.

You should now see your files under /mnt/oldhome.

Sharrea
-- 
Help Microsoft stamp out piracy - give Linux to a friend today


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to