Error » Operating systems Error!! » OS tutorials » Creating Big FAT32 partitions in Windows XP

OS tutorials All Knowledge Info and links to posted here

Post New Thread Reply
  Creating Big FAT32 partitions in Windows XP
LinkBack Thread Tools Display Modes
Old 25-Dec-2006, 10:24 PM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,715
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Creating Big FAT32 partitions in Windows XP

Windows XP doesn't let you format a partition with FAT32 if it is bigger than 32GB. This is obviously to force you to use NTFS. But if, like me, you want a big partition that can be read by many OSes including Windows, Linux and OSX then you have to use FAT32.

To do this, first you must create your partition, it is probably best to use windows disk management to do this.

Right click on My Computer and select Manage. Then select Disk Management from the left. Now find some unallocated space on one of your disks. Right click on the unallocated space and select New Partition.

Press next, select primary partition. Press next, enter the size of your new partition, the number that's in there by default is the ammount of unallocated space on your disk and thus the maximum size for the partition. Press next, select a drive letter of your choice (it can be changed later). Press next, select do not format this partition. Then press next and then finish.

Now you have a new partition that is not yet formatted.

To format the big partition with FAT32 you have to use Linux mkdosfs for Windows NT/2K/XP. There might be other ways, but this is what I used and it worked perfectly. You can download mkdosfs from here:
http://www.mager.org/mkdosfs/

Download mkdosfs.zip and extract it.

mkdosfs.exe is a command line program so when you extract it put it somewhere easy to access like C:. Now, press start then run and type cmd. Now, assuming you put mkdosfs.exe on C: type C:\mkdosfs

That should give you instruction on how to use the program. If it doesn't then you haven't typed in the path of the program correctly.

To format a partition you must type this into cmd:

C:\mkdosfs -F 32 -n -v

Where is a name of your choice for your new partition and is the drive letter of the partition you want to format. *Don't get the drive letter wrong!*

Once you have typed that in and pressed enter, the program should give you some information about your new partition like this:

mkdosfs 2.8 (28 Feb 2001)
Win32 port by Jens-Uwe Mager
\\.\ has 255 heads and 63 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 390716865 sectors;
file system has 2 32-bit FATs and 8 sectors per cluster.
FAT size is 380816 sectors, and provides 48744400 clusters.
Volume ID is 4149e22c, volume label .

It will be unresponsive while it formats the drive, but it only took about 30 seconds to format my 200GB partition.

Note the -F 32 part of the command. mkdosfs can format FAT12 and FAT16 partitions with the relevant command. If you don't include -F 32 then mkdosfs will use either FAT12 or FAT16 so make sure you do put that bit on.

So there you go, now you have a FAT32 partition bigger than 32GB that can be read and written to by many OSes and you didn't even have to leave Windows XP
Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
External Hard drive for MAC, Fat32 4GB transferrs cap? Anilrgowda Mac - Operating Systems and Applications Error 1 18-Oct-2007 12:07 AM
Is my network drive FAT32, NTFS, etc? My backup data is > 2GB Anilrgowda Microsoft Windows xp error 1 08-Mar-2007 09:24 PM
Chkdsk the best ntfs index recovery tool for windows ntfs partitions? Anilrgowda Microsoft Windows xp error 0 11-Jan-2007 11:52 PM
Dreamweaver MX: Creating Pop Up Windows from Text Links Admin Programming tutorials 0 14-Dec-2006 11:45 PM
Microsoft’s Windows Vista is Creating Wealth for Industry Anilrgowda Microsoft windows vista error 0 11-Dec-2006 10:27 PM


All times are GMT -8. The time now is 07:12 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228