missing HD space
Moderator: General Moderators
missing HD space
I just bought a 300gb Seagate HD. It's installed and working great except there is only 280gb available when it says other places I have 300gb. BIOS says 300gb, another tool from seagate says just a bit more than 300gb... I know the file system takes space but 20gb????
Is this normal?!
Is this normal?!
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
- MrPotatoes
- Forum Regular
- Posts: 617
- Joined: Wed May 24, 2006 6:42 am
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
NTFS has a large protective section built into the allocation tables. In XP's NTFS, NTFS 5, there's even more added data kept in the tables above previous versions.
It should be noted that most, if not all, hard drive manufacturers list the size as unformated capacity and that they note that formated, the size will be smaller.
It should be noted that most, if not all, hard drive manufacturers list the size as unformated capacity and that they note that formated, the size will be smaller.
- MrPotatoes
- Forum Regular
- Posts: 617
- Joined: Wed May 24, 2006 6:42 am
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
What do you mean a rip off? The hard disk does have a capacity as specified. The space taken up is not to do with the hardware, it's like feyd says, the filesystem (software level).
Try formatting it as ReiserFS, Ext3, FAT32 and NTFS and see what happens to the free space each time. The manufacturer can't make the drive morph into a bigger drive because some of the space is used by the filesystem itself.
Try formatting it as ReiserFS, Ext3, FAT32 and NTFS and see what happens to the free space each time. The manufacturer can't make the drive morph into a bigger drive because some of the space is used by the filesystem itself.
- Maugrim_The_Reaper
- DevNet Master
- Posts: 2704
- Joined: Tue Nov 02, 2004 5:43 am
- Location: Ireland
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
My Point exactly. A filesystem is essentially a database. A hardisk by itself doesn't know anything (ok, it knows how to check itself for basic errors and how to initialize).Maugrim_The_Reaper wrote:How does a filesystem know how and where to find allocated data blocks for all files across a magnetised disk with a few gazillion 0/1 charged areas?
By the way, NTFS isn't known for being the most efficient in terms of storage space. Try some other filesystems on other operating systems and it might make more sense what we're talking about.