amazon web services - How to check Disk information of EBS volume -


i wanted compare disk performance of aws ebs other system, can me find out count of cylinders , head of harddisk.

i tried following , not working.

sudo hdparm -i /dev/xvda1  /dev/xvda1:  hdio_drive_cmd(identify) failed: invalid argument 

sudo fdisk -l 

should trick


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -