Hi,
i have 2 hdd of 500G on which i have partitions of 472G, using which i have created a RAID 1.
now when i try to use the disk i only get a usable size of 440G
here is output of 2 commands which may be of help
uname -a
Linux it-airtel 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux
mdadm -vv --detail /dev/md5
/dev/md5:
Version : 1.1
Creation Time : Fri Feb 25 14:07:36 2011
Raid Level : raid1
Array Size : 461499251 (440.12 GiB 472.58 GB)
Used Dev Size : 461499251 (440.12 GiB 472.58 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sat Feb 26 21:43:24 2011
State : active
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Name : localhost.localdomain:5
UUID : fb518c74:2b6bd0f4:66db5ce6:7e004239
Events : 3750
Number Major Minor RaidDevice State
0 8 8 0 active sync /dev/sda8
2 8 24 1 active sync /dev/sdb8
fdisk -l
Disk /dev/md5: 472.6 GB, 472575233024 bytes
2 heads, 4 sectors/track, 115374812 cylinders, total 922998502 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
i initially thought it may have been due to ext3 file system keeping aside 5% for lost&found but this is giving completely different picture and i am now confused. even if i assume that it is some cylinder*sector calc or something, its not adding up to a logically satisfiable number.