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 of
blocks. 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:
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, substituting
usbdevice with the name of the device:
newfs_msdos -F 32 /dev/usbdevice