why do u need to format - doesnt it work with fat too?
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
the only option I have is DOS format
Otherwise known as FAT.
There may be a way to format it with a third party tool, but as proliant_fan said, why? One of the biggest drawbacks to formatting a portable device in HFS is that it is no longer compatible with Windows -- you must reformat it back to FAT for it to be readable on Windows. Furthermore, Mac OS X has complete support for FAT, so your USB drive will be multi-platform (Linux also supports FAT natively).
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
How many bytes will this thing actually hold.
The thing holds 960.7 MB. 15 MB are already used.The terminal says 1,963,248 which I find reasonable for a 2GB drive.
Wrong. That's the number ofblocks. On this device, a block is 512 bytes, so when you do the math, it works out to 945.4 MB, which is exactly what the Finder reported.
How does it take 15 MB to put a couple of folders on the drive? Is that part of the directory structure?
I wish I knew the exact reason, but that's actually pretty normal. Just about every filesystem I make already has about 15 MB or so used after I format it.BTW, Once I format it any mac or unix, the Windoze formatting isn't an option any longer. How would I format it back to Windoze if I wished?
I'd do it with the terminal. Open it up from /Applications/Utilities/Terminal . First, you need to find the device name, so enter this:
mount
Look for /Volumes/NameOfUSBDrive . To the left of it should be /dev/something , that is the name of your USB device. Now format the drive, substitutingusbdevice with the name of the device:
newfs_msdos -F 32 /dev/usbdevice
John A
Vampirical Lurker
7,630 posts since Apr 2006
Reputation Points: 2,240
Solved Threads: 339
I wish I knew the exact reason, but that's actually pretty normal. Just about every filesystem I make already has about 15 MB or so used after I format it.
something to do with wasted chunks. i remember it used to be a hot topic in the days of win95 (fat16 was not efficient, you could lose like 10% of your drive)
also flash memory is never the exact size
e.g my 64mb pda is 62mb, my 512mb sd is 487 and my 4gb stick is 3.9
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
its not working for me aswell, can anyone help me?
ant
I see that you have not started a new thread to state your problem but i am glad to offer assistance. What do you mean that it is not working for you too. Do you mean you can format your flash drive. Please be more specific.
jingda
Industrious Poster
4,698 posts since Mar 2011
Reputation Points: 182
Solved Threads: 142