I've added a new 3TB hdd to my Ubuntu Server 12.04 system for media (already has another drive for the OS), but it's only showing 2.2TB capacity
df -H
gives
/dev/sdb1 2.2T 208M 2.2T 1% /media/hd1
and
fdisk -l
gives
Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes
90 heads, 3 sectors/track, 21705678 cylinders, total 5860533168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x29fbcbef
Device Boot Start End Blocks Id System
/dev/sdb1 2048 4294967294 2147482623+ 83 Linux
and
lshw
gives
*-disk:1
description: ATA Disk
product: WDC WD30EZRX-00M
vendor: Western Digital
physical id: 1
bus info: scsi@1:0.0.0
logical name: /dev/sdb
version: 80.0
serial: WD-WCAWZ2859923
size: 2794GiB (3TB)
capabilities: partitioned partitioned:dos
configuration: ansiversion=5 signature=29fbcbef
*-volume
description: EXT4 volume
vendor: Linux
physical id: 1
bus info: scsi@1:0.0.0,1
logical name: /dev/sdb1
logical name: /media/hd1
version: 1.0
serial: dbb920f9-989b-4494-957f-23a6b758030b
size: 2047GiB
capacity: 2047GiB
capabilities: primary journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
configuration: created=2012-11-10 22:21:07 filesystem=ext4 lastmountpoint=/media/hd1 modified=2012-11-10 23:27:27 mount.fstype=ext4 mount.options=rw,relatime,user_xattr,barrier=1,data=ordered mounted=2012-11-10 23:14:02 state=mounted
I followed the instructions on https://help.ubuntu.com/community/InstallingANewHardDrive (command line) to partition, format and mount the drive.
I'm not sure what I've done wrong, any ideas?
P.S. fdisk -l also states
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Not sure if that makes a difference?
