Computing.Net > Forums > Linux > Accesing files from fat32 hard disk in linux redhat 6.1.

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Accesing files from fat32 hard disk in linux redhat 6.1.

Reply to Message Icon

Name: Heena
Date: July 10, 2000 at 09:07:47 Pacific
Comment:

I have two hard disks. One has windows and the other linux. Is it possible for me to copy or access files from my windows hard disk in linux red hat 6.1.



Sponsored Link
Ads by Google

Response Number 1
Name: wong
Date: July 10, 2000 at 14:20:50 Pacific
Reply:

Once installed, you can read from FAT32 but I don't think you can write to it. The are mapped under /mnt


0

Response Number 2
Name: bry
Date: July 15, 2000 at 20:24:57 Pacific
Reply:

You can read and write to a fat32 partition.

you need to mount or place your hard disk in a directory in your filesystem on linux.

You should have a directory called /mnt. In there make a directory with nothing in it, lets say i call it "win".

As root issue the command "mount /dev/hda1 /mnt/win -t vfat"
This assumes that you are using ide interface and your windows disk is on the first partition of you primary as a master.

Check out the man page for the mount command it will tell you all about the options.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Old PC, need memory Acessing files from a fat...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Accesing files from fat32 hard disk in linux redhat 6.1.

Installing New Hard Disk On Linux www.computing.net/answers/linux/installing-new-hard-disk-on-linux/455.html

copying files from a slave drive FAT32.. www.computing.net/answers/linux/copying-files-from-a-slave-drive-fat32/9434.html

Mounting Hardisk in Linux 8 www.computing.net/answers/linux/mounting-hardisk-in-linux-8/21933.html