Skip to main content
added 28 characters in body
Source Link
Gareth
  • 19k
  • 15
  • 59
  • 69

Ok, thought I had addressed that above... but your post forced me to go back and do the math:

root@server:/server# fdisk -l 2>/dev/null | egrep "sd[hijk]" | grep Disk Disk /dev/sdh: 2000.4 GB, 2000398934016 bytes

2000398934016 bytes = 1.81935224 TiB

1.81935224 TiB *3 = 5.45TiB

root@server:/server# fdisk -l 2>/dev/null | egrep "sd[hijk]" | grep Disk 
Disk /dev/sdh: 2000.4 GB, 2000398934016 bytes


2000398934016 bytes = 1.81935224 TiB

1.81935224 TiB *3 = 5.45TiB

So, it is actually the drive size, but the drive is reporting itself at 2000.4GB when it is not and OSX reports it as 2TB when it is not.

Ok, thought I had addressed that above... but your post forced me to go back and do the math:

root@server:/server# fdisk -l 2>/dev/null | egrep "sd[hijk]" | grep Disk Disk /dev/sdh: 2000.4 GB, 2000398934016 bytes

2000398934016 bytes = 1.81935224 TiB

1.81935224 TiB *3 = 5.45TiB

So, it is actually the drive size, but the drive is reporting itself at 2000.4GB when it is not and OSX reports it as 2TB when it is not.

Ok, thought I had addressed that above... but your post forced me to go back and do the math:

root@server:/server# fdisk -l 2>/dev/null | egrep "sd[hijk]" | grep Disk 
Disk /dev/sdh: 2000.4 GB, 2000398934016 bytes


2000398934016 bytes = 1.81935224 TiB

1.81935224 TiB *3 = 5.45TiB

So, it is actually the drive size, but the drive is reporting itself at 2000.4GB when it is not and OSX reports it as 2TB when it is not.

Source Link
Nite
  • 61
  • 4

Ok, thought I had addressed that above... but your post forced me to go back and do the math:

root@server:/server# fdisk -l 2>/dev/null | egrep "sd[hijk]" | grep Disk Disk /dev/sdh: 2000.4 GB, 2000398934016 bytes

2000398934016 bytes = 1.81935224 TiB

1.81935224 TiB *3 = 5.45TiB

So, it is actually the drive size, but the drive is reporting itself at 2000.4GB when it is not and OSX reports it as 2TB when it is not.