Mandrake kindly mounts your partitions too.
Normally as a root, you would have to create a folder in the /mnt directory lets say stuff.
The you find out which part of the hard drive you want to mount.
so /dev/hda1 (First Hard Disk, partition 1)
/dev/hdb2 (Second hard disk, partition 2) etc.
I normally just type: mount /dev/hda4 /mnt/stuff
and it works. Not sure RH 8 can read NTFS yet though.
|