LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Simple question (https://www.linuxquestions.org/questions/linux-newbie-8/simple-question-246629/)

Devils_Knight 10-24-2004 04:42 AM

Simple question
 
I have a dual boot with Redhat 9.0 and Windows XP,

Is there a way to acces my Windows files from linux?,
If so, How?

Thanks.

cadj 10-24-2004 04:48 AM

as root, using the mount command

search these forums for "mount ntfs"

and just a tip, use specific titles for your threads

D3javu 10-24-2004 04:49 AM

Sure. You can access fat tat32 ntfs and many other format from linux. All you have to do is mount the partition. Mount it if you can , or if you need help on mount , reply here. Ok? :)

Devils_Knight 10-24-2004 06:03 AM

Thanks,

How can I mount a NTFS partition?

cadj 10-24-2004 08:07 PM

to mount a partition to a directory eg /mnt/winxp

mount -t ntfs /dev/hda1 /mnt/winxp

/dev/hda1 is the first drive, and the first partition
/dev/hdb1 is the second drive, first partition

the -t is for type


All times are GMT -5. The time now is 09:54 AM.