Changes between Initial Version and Version 1 of Ticket #77, comment 3
- Timestamp:
- Oct 2, 2018, 2:47:10 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #77, comment 3
initial v1 5 5 And yes, clusters always relate to a partition, not a whole disk. Whole disk has sectors, only. Cluster is a FAT concept. HPFS has no clusters, for example. It has sectors. And JFS is divided to blocks of 4 KB, which aren't called clusters. So, the notion of cluster is not defined outside FAT and only FAT partitions are divided to clusters. 6 6 7 > he problem occurs with a FAT16 partition on a USB stick with multiple partitions. It works correct with a FAT32 partition. Therefore the problem seems to be FAT16. And I formatted with format x: /FS:FAT16 (that is: your formatting utility)7 > The problem occurs with a FAT16 partition on a USB stick with multiple partitions. It works correct with a FAT32 partition. Therefore the problem seems to be FAT16. And I formatted with format x: /FS:FAT16 (that is: your formatting utility) 8 8 9 9 Strange. I have two FAT partitions, one FAT12 (32 MB in size) and another FAT16 (having 2 GB in size). Both show "." and "..". So, these are multiple partitions too. I think, it does not matter if it is an USB stick or a SATA hard disk.