Quote:
|
Originally Posted by Drool King Fyber - there is no directory /mnt/dos. But isn't it that you're suppose to mnt that hd/partition because it is formatted in winxp (/mnt/dos). I looked (used df) and found that the drive/partition that I'm trying to access has an * on it . Is this because it is on the 1st track of my hard disk (my RH9 is on the same hd but on a different partition - it is tagged as hdb5.
I thank you guys for taking the time out to help me.
DK  |
Well, the way it goes is you always mount a partition onto an EXISTING directory in the filesystem.
UNIX traditionally has been designed to treat all things as files - be it a device (which are called as special files in UNIX terminology), a directory (which becomes a directory special file) or a normal file.
So, when you mount a partition, it becomes accessible as part of the unform filesystem and you can use the same tools - like cp, ls etc - on it.
Linux derives from this same philosophy.
So, you see, you need to have the mountpoint (the directory where you want to mount the partition) already created.
