First you need to identify the partitions on your hard disk.
Create folders for each drive like cdrive, ddrive etc
If you want to mount them manually
run the command
Quote:
|
mount -t ntfs /dev/hda* /cdrive
|
or you may add them to the fstab file so that they are mounted automatically
go to /etc/
locate the file "fstab"
Open the file in some text editor
add the following lines
Quote:
# ***Start Of Fedora mount ntfs partitions enteries***
/dev/hda* /windows/cdrive: ntfs defaults 0 0
/dev/hda* /windows/ddrive: ntfs defaults 0 0
/dev/hda* /windows/edrive: ntfs defaults 0 0
# ***End Of Fedora mount ntfs partitions enteries***
|
* is the partition number
save the file & restart