Dono ha scritto:
non sapevo che il settore minimo è 512byte
lo e' in genere:
Codice:
fdisk -l /dev/sda
Disk /dev/sda: 80.0 GB, 80021028864 bytes
255 heads, 63 sectors/track, 9728 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1020 8193118+ 83 Linux
/dev/sda2 1021 1657 5116702+ 83 Linux
/dev/sda3 1658 1784 1020127+ 82 Linux swap / Solaris
/dev/sda4 1785 9728 63810180 5 Extended
/dev/sda5 1785 9728 63810148+ 83 Linux
fdisk -l /dev/sdb
Disk /dev/sdb: 1000.1 GB, 1000199946240 bytes
255 heads, 63 sectors/track, 121600 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 121600 976751968+ 83 Linux
Anche se poi, per ottimizzare il filesystem, il blksize e' spesso di 4K:
dltaper.log e' un file ascii di 517 byte:
Codice:
du -b dltaper.log
517 dltaper.log
du -h dltaper.log
4.0K dltaper.log