| |||||||
| Register | FAQ | Members List | Calendar | Arcade | Search | Today's Posts | Mark Forums Read |
![]() |
| | LinkBack | Thread Tools | Rate Thread |
| ||||
| Bootloaders live in one place - the boot sector. Commands such as FixMBR or FDISK/MBR should be able to overwrite the existing bootsector. Failing that, there are some utilities that can wipe the first 128 sectors of the disk to ensure that it looks like a brand new pristine disk.
__________________ |
| ||||
| I suspected that either you or Gizmo would lend their expertise to this one, thank you. I guessed that it would require editing the Master Boot Record... Got that far, but then lack of experience impeded me... never had to do this before - also tbh I am not clear if the MBR is written to the hard disk surface itself... "some utilities that can wipe the first 128 sectors of the disk to ensure that it looks like a brand new pristine disk" I take it that this means that it probably is & commonly occupies this (reserved) space. Can you recommend one of the best tools for this Áedán? (PS if you see this would you be kind enough to explain precisely why selecting certain partition dimensions during XP setup result in them being adjusted by a small number of MB sometimes, & the figure input being the accepted size at others? I have yet to find a theoretical or otherwise explanation of this - is it something to do with the rounding operation required of the partition creator? Also there seems to be a perpetual 8MB 'end' partition - what is this for?)
__________________ Searched near & far across networked lands for a sig. that would do. I searched thorough, & wide, for a signature just right, I explored far & wide, blocked by lulling tide, all I found was you. Needless to impart, I want my money back... |
| ||||
| I would get Samsungs diagnostic software, available here, http://www.samsung.com/Products/Hard...ties/hutil.htm , and use it to low level format the drive. Then you can start with a clean slate. |
| ||||
| The master boot record lives in the very first sector on the hard disk. It so happens that this sector ALSO contains the partition table. As to your other question, when partitioning takes place, it's done on a track boundary, not a sector boundary. Technically, it's possible to do it on a sector boundary, but some OSes and partitioning programs take great offense to that, so it's not worth the hassle.
__________________ |
| ||||
| Sincerely, thanks to you all. He has now managed to get XP installed. Thanks. Are you saying that the result is arbitrary Áedán? That there is not efficiency in space used to be eked by selecting a certain partition size over another? I guess my real question was: Is there a factor for a partition size that is superior to others in terms of resultant capacity or efficiency for the filesystem or whatever etc... ?
__________________ Searched near & far across networked lands for a sig. that would do. I searched thorough, & wide, for a signature just right, I explored far & wide, blocked by lulling tide, all I found was you. Needless to impart, I want my money back... |
| ||||
| For NTFS, the size of the partition doesn't really make any difference. For FAT12/16/32, the story is slightly different, with smaller partitions resulting is less slack space. However, with drives the size they are now, it's not worth worrying about such things.
__________________ |
| ||||
| Thanks Áedán, I get what you are saying. Can you point me to a web page or some other document that explains from first principles what the resultant slack space(?) for NTFS partitions of a certain size is to be?
__________________ Searched near & far across networked lands for a sig. that would do. I searched thorough, & wide, for a signature just right, I explored far & wide, blocked by lulling tide, all I found was you. Needless to impart, I want my money back... |
| ||||
| On a disk, the smallest block of data that you can address is a sector. A sector contains 512 bytes of information. If you read data from a disk, it *HAS* to be in 512 byte chunks, even if you only wanted one byte of information. However, NTFS and FAT operate on the concept of 'clusters'. A cluster is a number of sectors, considered by the file system to be the smallest block. With FAT, the cluster size is determined by the maximum number of clusters available. For FAT16, that's 65,536 clusters. For FAT32, it's 268,435,445 clusters. Each cluster is made up of one or more sectors on the disk, so it has to be a multiple of 512bytes. It's easiest to illustrate with FAT16. If the disk was 32MB in size, we have 65536 sectors on the disk. This makes it easy, as we can allocate one sector per cluster. However, if the disk was 64MB in size, we have 131072 sectors on the disk, so we have to allocate two sectors per cluster to keep the number of clusters at or below 65536. That gives you an idea to the concept of clusters. For slack space, remember that the cluster is the smallest space that can be allocated on the disk. Lets say you have a file that's only 10 bytes long. You write it to disk, but the smallest space that can be allocated by the file system is 1024 bytes. Now your 10 byte file is taking up 1024 bytes of disk space! The 1014 bytes that are not being used are slack space. They cannot be used to store another file's information, as they make the smallest unit usable by the filesystem. Now, the amount of slack space on a disk is dependant on the number of files and their size. If we make the assumption that each file will incur a random amount of slack space, then we can assume that each file will waste half a cluster on average, in slack space. If the cluster size is 2K, then the average file will waste 1K of disk space, regardless of how big the file is. For NTFS, it's possible to set a cluster to be a sector. By default, NTFS will use a cluster size of 4K for a disk that's over 2GB in size. That means, on average, each file will waste 2K of disk. So, if you want to work out how much slack space there is on your NTFS disk, find out the number of files there, and multiply by 2 to get the approximate amount of slack space in Kb. Sure, you can set NTFS to use a smaller cluster size, but you're into a compromise situation then. As you shrink the cluster size, the Master File Table (MFT) gets larger, and fragmentation more likely. There's also more overhead in RAM usage.
__________________ |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Rate This Thread | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing HSF on a 9800 Pro | karbon86 | Graphics and Sound cards; Speakers and other Peripherals | 3 | 18th June, 2004 12:41 PM |
| removing bios from 8kha+ | chromey | EPoX MotherBoards | 3 | 10th July, 2003 11:17 AM |
| Removing the NB sink | static2k3 | EPoX MotherBoards | 2 | 7th March, 2003 08:31 PM |
| Just got my G4-VGA Copper Cooler, need help removing Stock Fan. | FalcenZzar | Graphics and Sound cards; Speakers and other Peripherals | 3 | 15th January, 2003 10:23 AM |
| Removing the backplate from your case?? | Israfel | EPoX MotherBoards | 22 | 7th December, 2002 07:15 AM |