1

How can I check on Ubuntu 12.04 allocation unit size on my hard drives? Is there any simple way (as a terminal command), I've been searching for this info in Disk Utility, but couldn't find it.

hippietrail
  • 4,605
venta7
  • 11

1 Answers1

1

You could try :

hdparm -I /dev/sda

Assuming /dev/sda is the drive you're interested in.