Welcome to HardwareForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

max partition size on usb for winxp

 
   Hardware Problem Solving Community! (Home) -> PC Storage RSS
Next:  MSI ULTRA 745 - max HD ?  
Author Message
Irwin

External


Since: May 14, 2008
Posts: 5



(Msg. 1) Posted: Sun Aug 03, 2008 1:47 pm
Post subject: max partition size on usb for winxp
Archived from groups: comp>sys>ibm>pc>hardware>storage (more info?)

Hello. I bought a WD 500 GB external hard drive with a fat32
partition. Using the xp manage dialog, I wiped the partition and want
to put a 250 gb partition. The new partition wizard will allow a 500
gb partition, but if I click the down arrow, it goes to 18 gb. If I
type 250 gb, then it puts in 18 gb. Why won't this work?

Thanks,
IMF

 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Ed Light

External


Since: Jan 06, 2008
Posts: 36



(Msg. 2) Posted: Sun Aug 03, 2008 2:37 pm
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Irwin wrote:
> Hello. I bought a WD 500 GB external hard drive with a fat32
> partition. Using the xp manage dialog, I wiped the partition and want
> to put a 250 gb partition. The new partition wizard will allow a 500
> gb partition, but if I click the down arrow, it goes to 18 gb. If I
> type 250 gb, then it puts in 18 gb. Why won't this work?
>
> Thanks,
> IMF

You can make a CD or floppy of bootitng and do the partition. If you
make an NTFS then you'll have to format it in XP. When the CD/floppy
starts, cancel install and it will go into maintenance mode.

--
Ed Light

Better World News TV Channel:
http://realnews.com

Bring the Troops Home:
http://bringthemhomenow.org
http://antiwar.com

Iraq Veterans Against the War:
http://ivaw.org
http://couragetoresist.org

Send spam to the FTC at
spam DeleteThis @uce.gov
Thanks, robots.

 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Eric Gisin

External


Since: Jan 02, 2007
Posts: 118



(Msg. 3) Posted: Sun Aug 03, 2008 4:09 pm
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The FAT32 limit on Win 2K/XP is 32GB (for no good reason).
Use this instead: http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm

"Irwin" <ebct DeleteThis @hotmail.com> wrote in message
news:7e3a646c-5ef0-4bba-a6a1-7a24a9224845@f63g2000hsf.googlegroups.com...
> Hello. I bought a WD 500 GB external hard drive with a fat32
> partition. Using the xp manage dialog, I wiped the partition and want
> to put a 250 gb partition. The new partition wizard will allow a 500
> gb partition, but if I click the down arrow, it goes to 18 gb. If I
> type 250 gb, then it puts in 18 gb. Why won't this work?
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
mscotgrove

External


Since: Nov 05, 2005
Posts: 47



(Msg. 4) Posted: Mon Aug 04, 2008 12:06 am
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Aug 4, 3:36 am, Arno Wagner <m....DeleteThis@privacy.net> wrote:
> Previously Irwin <e....DeleteThis@hotmail.com> wrote:
> > Hello. I bought a WD 500 GB external hard drive with a fat32
> > partition. Using the xp manage dialog, I wiped the partition and want
> > to put a 250 gb partition. The new partition wizard will allow a 500
> > gb partition, but if I click the down arrow, it goes to 18 gb. If I
> > type 250 gb, then it puts in 18 gb. Why won't this work?
> > Thanks,
> > IMF
>
> This may be an effect of an internal limitation. AFAIK XP
> cannot create FAT32 filesystems larger than 32GB. It can definitely
> use them (I have one 105GB partition formatted with mkdosfs
> from Linux that works fine under XP). So basically you need a
> different tool than the broken ones included in XP. What tool
> you use is a matter of your preference, just make sure it
> can create large FAT32 partitions.
>
> If you want to try linex, I would advise you to get a knoppix
> CD. Partitioning is with fdisk, filesytem creation with
> mkdosfs. Info on both can be gotten on the commandline
> (CRTL-ALT-1/2/3/4 to get to the 4standard consoles)
> with 'man <commandname>'.
>
> Arno

500GB FAT32 does work on XP - and some external drives are actually
shipped that way. I can confirm that Microsoft has a limit of the
maximum size you can format in XP and I think 2000 as well. My
personal guess to that it to encourage use of NTFS

To convert from NTFS to FAT32 I use a free download

fat32format.exe

Unless you really need FAT32 for compatibility, I would stick to NTFS

If you do use FAT32, make sure you enable the drive for Performance,
rather than Quick removal under drive properties. When set for quick
removal, it is painfully slow.


Michael
www.cnwrecovery.com
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Arno Wagner

External


Since: Nov 07, 2003
Posts: 2186



(Msg. 5) Posted: Mon Aug 04, 2008 2:36 am
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Previously Irwin <ebct.DeleteThis@hotmail.com> wrote:
> Hello. I bought a WD 500 GB external hard drive with a fat32
> partition. Using the xp manage dialog, I wiped the partition and want
> to put a 250 gb partition. The new partition wizard will allow a 500
> gb partition, but if I click the down arrow, it goes to 18 gb. If I
> type 250 gb, then it puts in 18 gb. Why won't this work?

> Thanks,
> IMF

This may be an effect of an internal limitation. AFAIK XP
cannot create FAT32 filesystems larger than 32GB. It can definitely
use them (I have one 105GB partition formatted with mkdosfs
from Linux that works fine under XP). So basically you need a
different tool than the broken ones included in XP. What tool
you use is a matter of your preference, just make sure it
can create large FAT32 partitions.

If you want to try linex, I would advise you to get a knoppix
CD. Partitioning is with fdisk, filesytem creation with
mkdosfs. Info on both can be gotten on the commandline
(CRTL-ALT-1/2/3/4 to get to the 4standard consoles)
with 'man <commandname>'.

Arno
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Rod Speed

External


Since: Feb 01, 2006
Posts: 1859



(Msg. 6) Posted: Mon Aug 04, 2008 7:32 am
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Irwin <ebct.TakeThisOut@hotmail.com> wrote:
> Hello. I bought a WD 500 GB external hard drive with a fat32
> partition. Using the xp manage dialog, I wiped the partition and want
> to put a 250 gb partition. The new partition wizard will allow a 500
> gb partition, but if I click the down arrow, it goes to 18 gb. If I
> type 250 gb, then it puts in 18 gb. Why won't this work?

Do you want another FAT32 partition or NTFS ?

If you want FAT32, XP wont allow one that big, you
need to use a third party partitioner to do that with XP.
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Squeeze

External


Since: Apr 28, 2008
Posts: 49



(Msg. 7) Posted: Mon Aug 04, 2008 5:52 pm
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Eric Gisin wrote in news:g773kp$ghs$1@news.mixmin.net
> The FAT32 limit on Win 2K/XP is 32GB

> (for no good reason).

Not that uncommon when it's a bug.

> Use this instead: http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm
>
> "Irwin" <ebct DeleteThis @hotmail.com> wrote in message news:7e3a646c-5ef0-4bba-a6a1-7a24a9224845@f63g2000hsf.googlegroups.com...
> > Hello. I bought a WD 500 GB external hard drive with a fat32
> > partition. Using the xp manage dialog, I wiped the partition and want
> > to put a 250 gb partition. The new partition wizard will allow a 500
> > gb partition, but if I click the down arrow, it goes to 18 gb. If I
> > type 250 gb, then it puts in 18 gb. Why won't this work?
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Irwin

External


Since: May 14, 2008
Posts: 5



(Msg. 8) Posted: Mon Aug 04, 2008 7:41 pm
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Aug 4, 12:52 pm, "Squeeze" <rubberd....DeleteThis@duckies.au> wrote:
> Eric Gisin wrote innews:g773kp$ghs$1@news.mixmin.net
>
> > The FAT32 limit on Win 2K/XP is 32GB
> > (for no good reason).
>
> Not that uncommon when it's a bug.
>
>
>
> > Use this instead:http://www.ridgecrop.demon.co.uk/index.htm?fat32format..htm
>
> > "Irwin" <e....DeleteThis@hotmail.com> wrote in messagenews:7e3a646c-5ef0-4bba-a6a1-7a24a9224845@f63g2000hsf.googlegroups.com...
> > > Hello. I bought a WD 500 GB external hard drive with a fat32
> > > partition. Using the xp manage dialog, I wiped the partition and want
> > > to put a 250 gb partition. The new partition wizard will allow a 500
> > > gb partition, but if I click the down arrow, it goes to 18 gb. If I
> > > type 250 gb, then it puts in 18 gb. Why won't this work?- Hide quoted text -
>
> - Show quoted text -

Thanks everyone. No, it wasn't FAT32, it was NTFS I was trying to
make.
I finally just gave up and created two 250 gb partitions with Parted
Magic, one NTFS and one EXT2. Then I went back into XP, deleted the
NTFS partition (which probably would have been fine) and created the
250 GB partition with XP assuming that an XP NTFS partition would be
better than a Linux NTFS partition (no proof of that, just assuming
it). I did note that if I hit the down arrow in the size box in XP, it
did again drop immediately from 250 GB to 18 GB, with nothing in
between. I don't get it....
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
mscotgrove

External


Since: Nov 05, 2005
Posts: 47



(Msg. 9) Posted: Tue Aug 05, 2008 2:50 am
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Aug 5, 3:41 am, Irwin <e....DeleteThis@hotmail.com> wrote:
> On Aug 4, 12:52 pm, "Squeeze" <rubberd....DeleteThis@duckies.au> wrote:
>
>
>
>
>
> > Eric Gisin wrote innews:g773kp$ghs$1@news.mixmin.net
>
> > > The FAT32 limit on Win 2K/XP is 32GB
> > > (for no good reason).
>
> > Not that uncommon when it's a bug.
>
> > > Use this instead:http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm
>
> > > "Irwin" <e....DeleteThis@hotmail.com> wrote in messagenews:7e3a646c-5ef0-4bba-a6a1-7a24a9224845@f63g2000hsf.googlegroups.com...
> > > > Hello. I bought a WD 500 GB external hard drive with a fat32
> > > > partition. Using the xp manage dialog, I wiped the partition and want
> > > > to put a 250 gb partition. The new partition wizard will allow a 500
> > > > gb partition, but if I click the down arrow, it goes to 18 gb. If I
> > > > type 250 gb, then it puts in 18 gb. Why won't this work?- Hide quoted text -
>
> > - Show quoted text -
>
> Thanks everyone. No, it wasn't FAT32, it was NTFS I was trying to
> make.
> I finally just gave up and created two 250 gb partitions with Parted
> Magic, one NTFS and one EXT2. Then I went back into XP, deleted the
> NTFS partition (which probably would have been fine) and created the
> 250 GB partition with XP assuming that an XP NTFS partition would be
> better than a Linux NTFS partition (no proof of that, just assuming
> it). I did note that if I hit the down arrow in the size box in XP, it
> did again drop immediately from 250 GB to 18 GB, with nothing in
> between. I don't get it....- Hide quoted text -
>
> - Show quoted text -

You should have used the microsoft

convert f: /FS:NTFS

command

type convert /? for full instructions


Michael
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Squeeze

External


Since: Apr 28, 2008
Posts: 49



(Msg. 10) Posted: Tue Aug 05, 2008 5:52 pm
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Irwin wrote in news:f8e081f7-f005-440b-8ca9-d7a035af171d@y21g2000hsf.googlegroups.com
> On Aug 4, 12:52 pm, "Squeeze" <rubberd....RemoveThis@duckies.au> wrote:
> > Eric Gisin wrote innews:g773kp$ghs$1@news.mixmin.net
> >
> > > The FAT32 limit on Win 2K/XP is 32GB
> > > (for no good reason).
> >
> > Not that uncommon when it's a bug.
> >
> >
> >
> > > Use this instead:http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm
> >
> > > "Irwin" <e....RemoveThis@hotmail.com> wrote in messagenews:7e3a646c-5ef0-4bba-a6a1-7a24a9224845@f63g2000hsf.googlegroups.com...
> > > > Hello. I bought a WD 500 GB external hard drive with a fat32
> > > > partition. Using the xp manage dialog, I wiped the partition and want
> > > > to put a 250 gb partition. The new partition wizard will allow a 500
> > > > gb partition, but if I click the down arrow, it goes to 18 gb. If I
> > > > type 250 gb, then it puts in 18 gb. Why won't this work?- Hide quoted text -
> >
> > - Show quoted text -
>
> Thanks everyone. No, it wasn't FAT32, it was NTFS I was trying to
> make.
> I finally just gave up and created two 250 gb partitions with Parted
> Magic, one NTFS and one EXT2. Then I went back into XP, deleted the
> NTFS partition (which probably would have been fine) and created the
> 250 GB partition with XP assuming that an XP NTFS partition would be
> better than a Linux NTFS partition (no proof of that, just assuming
> it). I did note that if I hit the down arrow in the size box in XP, it
> did again drop immediately from 250 GB to 18 GB, with nothing in
> between.

> I don't get it....

http://www.google.com/search?hl=en&q=define: bug

1st paragraph, 2nd line
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Squeeze

External


Since: Apr 28, 2008
Posts: 49



(Msg. 11) Posted: Tue Aug 05, 2008 8:00 pm
Post subject: Re: max partition size on usb for winxp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

mscotgrove RemoveThis @aol.com wrote in news:cfb990e6-3559-4f68-a263-3887bea99788@k30g2000hse.googlegroups.com
> On Aug 5, 3:41 am, Irwin <e... RemoveThis @hotmail.com> wrote:
> > On Aug 4, 12:52 pm, "Squeeze" <rubberd... RemoveThis @duckies.au> wrote:
> > > Eric Gisin wrote innews:g773kp$ghs$1@news.mixmin.net
> >
> > > > The FAT32 limit on Win 2K/XP is 32GB
> > > >
> > > > (for no good reason).
> >
> > > Not that uncommon when it's a bug.
> >
> > > > Use this instead:http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm
> >
> > > > "Irwin" <e... RemoveThis @hotmail.com> wrote in messagenews:7e3a646c-5ef0-4bba-a6a1-7a24a9224845@f63g2000hsf.googlegroups.com...
> > > > > Hello. I bought a WD 500 GB external hard drive with a fat32
> > > > > partition. Using the xp manage dialog, I wiped the partition and want
> > > > > to put a 250 gb partition. The new partition wizard will allow a 500
> > > > > gb partition, but if I click the down arrow, it goes to 18 gb. If I
> > > > > type 250 gb, then it puts in 18 gb. Why won't this work?- Hide quoted text -
> >
> >
> > Thanks everyone. No, it wasn't FAT32, it was NTFS I was trying to make.
> > I finally just gave up and created two 250 gb partitions with Parted
> > Magic, one NTFS and one EXT2. Then I went back into XP, deleted the
> > NTFS partition (which probably would have been fine) and created the
> > 250 GB partition with XP assuming that an XP NTFS partition would be
> > better than a Linux NTFS partition (no proof of that, just assuming
> > it). I did note that if I hit the down arrow in the size box in XP, it
> > did again drop immediately from 250 GB to 18 GB, with nothing in
> > between. I don't get it
> >

> You should have

Nonsense.

> used the microsoft
>
> convert f: /FS:NTFS
>
> command
>
> type convert /? for full instructions
>
>
> Michael
 >> Stay informed about: max partition size on usb for winxp 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Best size cluster for NTFS partition - By default WinXP formats NTFS to have 4k cluster sizes but what is the best cluster size for my situation :- I have a 60 GB NTFS partition which I use mainly for storing downloads (software and audio). It will be used by WinXP. What would the best..

What is the Maximum Partition Size for a 160GB External US.. - There could be many people who intend to use a 160GB HDD as an external HDD hooked-up via USB. I for one, is one of them. I'd like to use single 160GB external HDD for the following purposes: - A backup storage for my laptop which is running on WinME; -...

HDD size - I thought I understood HDD size but perhaps not! Have a used 2.5 HDD in USB enclosure. Label says 4.86gb Format as NTFS and it shows as 4.02gb As FAT 32 as 4.01gb Understand (I think) about 1000 versus 1024 as kilo etc. At gb level that gives a factor of...

HD Buffer Size - Maxtor and Seagate both have 120GB 7200rpm EIDE drives with either 2MB or 8MB buffer. (ST3120023A vs ST3120026A and 6Y120L0 vs 6Y120P0.) Am I likely to notice a real-world performance difference from the larger buffer with a single HD (plus CD and..

Promise Ultra100 TX1 and WinXp - I installed a Promise Ultra 100 PCI controller card on a system that hase WinXP Pro. Already have 2 hard drives installed as master/slave on the motherboard IDE channel and two Optical drives ont he other IDE channel. During Bootup The PC sees the..
   Hardware Problem Solving Community! (Home) -> PC Storage All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]