dewy Posted January 10, 2004 Share Posted January 10, 2004 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 More sharing options...
MG-Cloud Posted January 10, 2004 Share Posted January 10, 2004 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 More sharing options...
mr.dan Posted January 10, 2004 Share Posted January 10, 2004 after you put the entry in your fstab file, just do mount -a to automatically mount your drive. for a good tutorial on mounting fat drives see http://www.linuxforum.com/linux_tutorials/14/1.php Link to comment Share on other sites More sharing options...
Recommended Posts