On Sat, Jul 14, 2012 at 12:21 AM, Nilesh Govindrajan <[email protected]> wrote: > mkfs.vfat doesn't seem to accept a allocation unit size, any other way to do > it (dosemu?)? > > My car stereo accepts only FAT32 with 4096 as allocation size.
Which ebuild is your mkfs.vfat from? The manpage for mkfs.vfat from sys-fs/dosfstools suggests that you want "-s 3 -S 512". That gets you 2^3 sectors per cluster and 512-byte sectors. -- :wq

