Im quite new to creating partitions etc within linux (Ubunut 10.04 LTS x64) so thats probably one of the reasons im ending in a bit of a mess here.
I have just got 2x 3TB Hitachi drives, I have created a partition on them using the following...
1) fdisk /dev/sdi
2) Created a primary partition (1)
3) formatted the partition to ext4 using
mkfs -t ext4 /dev/sdi1
4) reduced the reserved space
tunefs -m 0 /dev/sdi1
This is the output from fdisk
Disk /dev/sdi: 3000.6 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 364801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x66ebeb3c
Device Boot Start End Blocks Id System
/dev/sdi1 1 267349 2147480811 83 Linux
In webmin it says the following for this drive (in various places:
Size 1.97 TB / Free 1.97 TB
0% Used
Then using the samba shares, I have it down as 2.16TB free with nothing written on the drive.
From my understanding I should have around 2.72TB
Why is this happening?
I have just got 2x 3TB Hitachi drives, I have created a partition on them using the following...
1) fdisk /dev/sdi
2) Created a primary partition (1)
3) formatted the partition to ext4 using
mkfs -t ext4 /dev/sdi1
4) reduced the reserved space
tunefs -m 0 /dev/sdi1
This is the output from fdisk
Disk /dev/sdi: 3000.6 GB, 3000592982016 bytes
255 heads, 63 sectors/track, 364801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x66ebeb3c
Device Boot Start End Blocks Id System
/dev/sdi1 1 267349 2147480811 83 Linux
In webmin it says the following for this drive (in various places:
Size 1.97 TB / Free 1.97 TB
0% Used
Then using the samba shares, I have it down as 2.16TB free with nothing written on the drive.
From my understanding I should have around 2.72TB
Why is this happening?