Auto Mount FAT32 Windows Partitons


Recommended Posts

Hi. I was wonderinf if and how you could have Linux [Fedora Core 1] auto mount my windows partitions [hda1] to [/mnt/windows_c/] & [hda5] to [/mnt/windows_d/] upon booting my computer.

NOTE:

1)The /mnt/windows_*/ directories are already there.

2)Both Partitons are FAT32

TIA dewy?

Link to comment
Share on other sites

Correct me if I'm wrong, but couldn't you just throw these in your /etc/fstab ? Eg...

/dev/hda1 /mnt/windows_c vfat auto,otheroptions 0 0

(actually, afaik, auto is on by default)

Of course, maybe with fat32 there is something special you need to do, but as far as I know there isn't (I have no windows partitions). Good luck :)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.