[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Gotta bea FAQ: Give ordinary users R/W/X access to VFAT partition
- Subject: [ale] Gotta bea FAQ: Give ordinary users R/W/X access to VFAT partition
- From: johnmills at speakeasy.net (John Mills)
- Date: Sun, 14 May 2006 12:55:34 -0500 (EST)
- In-reply-to: <[email protected]>
ALErs -
On Sun, 14 May 2006, Michael B. Trausch wrote:
> Windows XP refuses to create an FAT32 partition (vfat) that is > 30 GiB.
> That's pretty pathetic -- I can use FreeDOS on my 250 GiB SATA drive with
> one FAT32 partition, and Windows XP will then *use* it, but it won't create
> partitions like that.
How about partitioning with Linux fdisk, then creating the fs with:
"mkfs -t vfat ..." ?
Disclaimer: I never actually tried to create or interoperate over large
VFAT partitions. YMM most definitely V.
- Mills