LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting windows drives in FC3 (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-windows-drives-in-fc3-564376/)

njanani 06-25-2007 11:22 AM

Mounting windows drives in FC3
 
hi
am new to linux.can u tel me how to mount my windows drives in FC3.

FilipBE 06-25-2007 01:02 PM

You can mount partitions/drivers by editing your /etc/fstab. :)

saikee 06-25-2007 01:34 PM

Or mount it manually.

Say your ntfs partition is the partition sda1 you need to make a temporary directory in /mnt, lets call it /mnt/sda1, and mount the device on it by commands in root console
Code:

mkdir /mnt/sda1
mount -t ntfs /dev/sda1 /mnt/sda1
ls /mnt/sda1

The last line is to check the content of /mnt/sda1

Cannot be absolutely certain but older Red Hat need special assistance to read ntfs partitions. Think FC3 should be alright with that.


All times are GMT -5. The time now is 01:43 PM.