LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   accessing fat32 through fedora (https://www.linuxquestions.org/questions/linux-general-1/accessing-fat32-through-fedora-165570/)

Xris718 04-02-2004 10:30 PM

accessing fat32 through fedora
 
Hi all

I have 2 hard drives

1 hard drive has windows 2000

2nd hard drive has fedora

How can i access windows filesystem and its files while using fedora?

souljah 04-02-2004 11:22 PM

providing your kernel has fat32 support. you can either edit /etc/fstab to automagically mount it on boot and provide you with the easy mount /location/of/vfat or you can...

mount -t vfat /dev/(your win32 hd) /location/of/your/choice

enjoy.

Xris718 04-03-2004 12:11 AM

how can you find out if your kernel has fat32 support?


All times are GMT -5. The time now is 03:18 AM.