Search : in
By :

Make fat32 patition bootable from xp

Last answer on Apr 15, 2009 11:41:11 am BST locust, on Apr 5, 2009 12:33:03 am BST 
 Report this message to moderators

Hello,
i have attached 2nd harddisk of my other laptop to laptop#1 which has xp.
i have created fat32 & ntfs partition on 2nd hard disk. now i want to make my fat32 partion bootable.
i dont have partition magic.

pls reply ASAP.

Thanks

Configuration: Windows XP
Internet Explorer 8.0

Best answers for « make fat32 patition bootable from xp » in :
Formatting your drive in FAT32 Show Formatting your drive in FAT32 Issue Solution Issue Windows XP normally refuse to format a partition higher than 40 GB with FAT32. however this operation performs properly with NTFS Solution The solution for this issue is to boot...
Creating a Boot disk on XP ShowCreating a Boot disk on XP A boot disk is a removable storage medium from which a computer can load the OS or utility program. . You can need a boot disk for several reasons: Installing the OS. Data recovery. Data...
Mounting a partition Windows (VFAT/FAT32). ShowMounting a partition Windows (VFAT/FAT32) The following command enables you to mount a VFAT partition (file system in Windows 95): mount-t vfat / dev/hda1 / mnt/win95
Dual Boot Windows XP/Vista ShowDual Boot Windows XP/Vista Installing XP then Vista Installing XP over Vista If you don’t have the Vista Installation DVD If you have Vista Installation DVD Most new computers come with Windows Vista installed. Some users still...
Download Windows Movie Maker ShowDescription: Windows Movie Maker is surprisingly easy and amusing for family realization of films, by allowing you to create, to edit and to share your films on your own computer by of simple slip move. You can add special effects, music and...
FAT16 and FAT32 ShowThe FAT16 file system The first file system to be used on a Microsoft operating system was the FAT system, which uses a file allocation table. The file allocation table is actually an index which lists the content of the disk in order to record the...
Formatting - Formatting a hard drive ShowBefore trying to understand formatting, you first need to understand how a hard drive works. Many people do not distinguish low-level formatting (also called physical formatting) from high-level formatting (also called logical formatting). Even...
Peer-to-peer networking ShowIntroduction to peer-to-peer architecture In contrast to client-server networks there is no dedicated server in peer-to-peer architecture . Thus each computer in such a network is part server and part client. This means that each computer on the...

1

xpvista, on Apr 5, 2009 10:47:53 am BST
  • +4

You can download partition magic or EASUS partition manager

Reply to xpvista

2

 lee, on Apr 15, 2009 11:41:11 am BST
  • +1

1. Format the USB flash memory drive to FAT32 file system
Run CMD.EXE and type the following command. Note: This set of commands assumes that the USB flash drive is addressed as �disk 1�. Double check that by doing a list of the disks (type �list disk�) before cleaning it).

diskpart
select disk 1
clean
create partition primary
select partition 1
active
format fs=fat32
assign
exit
2. Copy Windows Vista�s DVD ROM content to the Flash Drive

Reply to lee