LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   how to mount windows partition in fedora 7 (https://www.linuxquestions.org/questions/fedora-35/how-to-mount-windows-partition-in-fedora-7-a-582305/)

naole.nikhil 09-05-2007 03:12 AM

how to mount windows partition in fedora 7
 
hi im a newbie.i have successfully installed fedora core 7 on my laptop.but im not able to mount my windows partiion in linux.can someone give me step by step approach to solve this problem.

Lenard 09-05-2007 03:55 AM

As root from the console or xterm session type: yum install fuse ntfs-3g

Example /etc/fstab file line entry;

Code:

/dev/sda1                /media/Windows                ntfs-3g auto,users,uid=0,gid=500,umask=000,rw        0 0
Use this typed command to confirm your Windows partition(s); fdisk -l


All times are GMT -5. The time now is 03:52 PM.