|
|
#1 | |
|
Registered User
Join Date: Jan 2006
Posts: 148
|
noob Linux question: can you set up /boot as a FAT32 partition instead of using ext3 so Windows can also read/write it?
I don't see why not, but I've found no documentation via google that anyone has ever done this... |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jul 2005
Posts: 3,606
|
Why would you need Windows to read/write to /boot?
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jan 2006
Posts: 148
|
I partitioned a dual boot system the wrong way:
C: 150MB (currently FAT16) D: 40GB for XP E: etc. for Linux and installed XP first. Of course, XP installed it's boot menu, etc. to C: which I had intended to use for /boot. I'd like to convert C: to FAT32 so it can have the long filenames needed for /boot... |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Feb 2006
Posts: 2
|
Drive letters are Windows only; they are completly irrevealant to Linux. You could format your one partition as FAT and mount /boot to it, but there is no reason to do so, and would only greatly weaken your Linux system.
What you should do is simply install one of the Linux bootloaders; either LILO or GRUB. They are installed to the MBR or to one of the partition superblocks, and can boot both systems. The filesystem which it is formatted as does not matter.
__________________
AMD Athlon 64 3000+ | 2 GB RAM | NVIDIA Geforce 5500FX | nForce3 motherboard Slackware Linux 10.2 |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jan 2006
Posts: 148
|
yep, I was trying to simplify writing the partitions. C: is /dev/sda1, D: is /dev/sda5, etc. Grub is in the MBR. I'm trying to keep the first partition as FAT32 because I've read that every time you upgrade Windows, it blows away your MBR..and it seems to scribble on the first partition (writing its boot.ini menu there).
I was just wondering if there was a reason /boot had to be ext3...e.g., grub only understands ext3 but not FAT32... |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Jan 2006
Posts: 148
|
More on putting /boot on FAT16/FAT32 (I googled for "grub FAT32" this time instead of "/boot FAT32"):
http://lists.gnu.org/archive/html/bu.../msg00047.html Looks like FAT16 is probably the way to go as long as Linux supports long filenames on FAT16 like Win2K/XP does... |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fat32 hard drive size limit | Kruno | Microsoft Windows XP And Vista | 8 | 10-08-02 07:22 PM |