To view all the disks connected and its size

ARUN Post in DISK RELATED
0

fdisk -l | grep Disk

Eg :

root@server [/root]# fdisk -l | grep Disk
Disk /dev/sda: 180.0 GB, 147086327808 bytes
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
root@server [/root]#

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.