![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| OS tutorials All Knowledge Info and links to posted here |
![]() |
|
Creating Big FAT32 partitions in Windows XP
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 18,715
Join Date: Jan 2006
Rep Power: 10
IM:
|
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 Where 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 \\.\ 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 |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |