On a USB Mass Storage Class device (usb stick e.g. 4gb), how do you determine the 'cluster' size.
The cluster here, is taken from the context of Fat32 file system.
Using SCSI commands, I could determine the logical block size, i.e. 512 bytes. Is this the same as the cluster size? Can this be considered as cluster size?
For a diskless device like this, is cluster size still relevant?
Finally, what is the relationship between a logical block and a cluster, in this context?