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.
Asked
Active
Viewed 5,276 times
1 Answers
1
You could try :
hdparm -I /dev/sda
Assuming /dev/sda is the drive you're interested in.
FreudianSlip
- 657