3
The original questions was asked in 2009. Upgrade to a laptop using a 320 gb drive. When the new drive was formatted it was seen by the system as a 320 gb drive. (Small loss from OS so it was actually seen as about 305 gb.) When the old programs were copied over the system suddenly saw the drive as a 60 gb hard drive. Acronis was used to clone the drive. But once the old files were copied over the system will only see it as a 60gb drive.
I have tried removing the MBR, I have tried using a different system with a bio that I know will see 500 gb drives, and now the 320 is only seen as a 60 gb drive. So like the crazy optimist that i am a took a second 320 gb drive and repeated the steps. This time not copy only any files until I had formated the ne wdrive and added an OS to it. Initially shows as 305 gb formated. Copied old program files over and somehow repeated the process. Now it is a 60 gb drive. The drive is a WD 320. Any help would be appreciated. How do I get it to return to its 320 gb state?
1What method do you use to copy the old program files over? Drag and drop in explorer, or some more exotic method? – dsolimano – 2011-03-13T21:17:26.463
Duplicate of http://superuser.com/questions/28339 ?
– Dean Perry – 2011-03-13T21:18:33.953Just a note on the difference between the number on the box (320 GB) and the number the OS reported (305 GB). It has to do with how GB is defined. The OS defines it as 1024 MB in a GB and 1024 B in a MB, but the HD manufacturer uses 1000 instead of 1024 in both cases. If you change the manufacturers units to bytes (320 * 1000 * 1000) and then convert the result to how the OS views it (320,000,000 / 1024 / 1024) you get 305 - it is not due to what the OS uses up, that is subtracted from the 305 in what it records as available space. – MaQleod – 2011-03-13T21:52:58.033