|
What you do depends on the file systems on your windoze partitions. If they are NTFS, you will find you can read the data, but writing is not recommended yet. If they are fat32, you will be able to mount the file system, and both read and write to them.
In your linux system, you need to make a mount point. This is done with the mkdir command. Once the mount point is made, you can use the mount commnad to mount the drive. That will last for the current boot, or until you umount the drive. If you want to mount it each boot, you need to edit the /ect/fstab file, and add a line to it.
You can find lots of help in the Wiki area of this board. Start there, and post back when you run into problems, or lack of understanding. If you need specific help with the "how to" part, post back the details of the partitions you wish to mount. We need to know the hard drive, partition information, file system type.
|