top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to find out the size of my computer hard disk?

0 votes
381 views

How can I see the total disk size of my hard disk?

I have used the following command:

# fdisk -l | grep Disk
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, ********** sectors
Disk identifier: 0x0003dd50
Disk /dev/mapper/fedora_new--host--5-swap: 6274 MB, ********** bytes,
12255232 sectors
Disk /dev/mapper/fedora_new--host--5-root: 53.7 GB, ********** bytes,
104857600 sectors
Disk /dev/mapper/fedora_new--host--5-home: 939.7 GB, **********
bytes, ********** sectors
#

Should I conclude that the size of my hard disk is 1 TB?

posted Jun 22, 2013 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
And moreover, I would like to know the full specifications of my hard disk. How can one accomplish that?

2 Answers

+1 vote

[root@srv-rhsoft:/lib/modules]$ smartctl --info --health --attributes /dev/sda

answer Jun 22, 2013 by anonymous
+1 vote

hdparm -I /dev/sda

answer Jun 22, 2013 by anonymous
Similar Questions
0 votes

Does the size of the hard disk affect Fedora's performance?

I am looking for a 2 T disk to replace my current disk, but some people are warning me about performance; they say I should buy a disk of at most 1 T. Are they correct?

0 votes

Today, I am getting this message at boot time:

"Notice - HD self monitoring system has reported that a parameter has exceeded its normal operating range. Dell recommends that you back u your data regularly. A parameter out of range may or may not indicate a potential Hard. Press F1 to continue , F2 to enter setup"

Is there any reason to be worried about?

+3 votes

Can a disk with free space be partitioned inside the OS even if the disk is in RAID or does this need to be partitioned during install process?

...