Archive

Posts Tagged ‘master boot record’

I can read and write from my SCSI hard disk, but I can’t boot from it

May 27th, 2010 Comments off

SCSI Hard Drive Sometimes, the master boot record(MBR) on a hard disk may become corrupted as a result of installing other operating systems or through infection by a boot-block virus. When this happens, you can boot from a floppy (you must have the necessary files) and attempt to re-write the Master Boot Record (Microsoft Windows 95/98/Me/2000/XP only) by typing "FDISK /MBR" (leave out the quotes). If that doesn’t work, there are other ways to purge the MBR through the use of debug routines, SCSI low-level format routines, or the zero-fill utility in your SCSI controller BIOS. Consult your operating system vendor for…

Boot Sector Viruses

October 20th, 2009 Comments off

Boot Sector Viruses Before discussing what a boot sector virus does, let’s first take a look at what a boot sector is. A floppy disk or hard drive is comprised of many segments and clusters of segments, which (in the case of a hard drive) may be separate by partitions. There has to be a way to find all the data spread across these segments, hence the boot sector operates as a virtual rendition of a library’s Dewey Decimal system. Each disk also has a Master Boot Record or (MBR) that locates and runs the first of any necessary operating system files…

How NTFS File System Works: NTFS Physical Structure (2)

September 17th, 2009 Comments off

Partition Tables on MBR and GUID disks

Master boot record (MBR) disks use both basic volumes and dynamic volumes. Because partition tables on MBR disks support partition sizes only up to 2 terabytes, you must use dynamic volumes to create NTFS volumes over 2 terabytes. Windows Server 2003 manages dynamic volumes in a special database instead of in the partition table; therefore dynamic volumes are not subject to the 2-terabyte physical limit imposed by the partition table. Dynamic NTFS volumes can be as large as the maximum volume size supported by NTFS. Itanium-based computers that use GUID partition table (GPT)…

Hard drives greater than 2 TB do not work on existing operating systems

September 2nd, 2009 Comments off

2TB hard drive External USB, eSATA, Firewire, and internal hard drives over 2 TB’s cannot be formatted on Windows 32-bit operating systems using the Master Boot Record (MBR) partitioning scheme. As a result, when you connect drives over 2 TB’s, depending on which interface you are using to connect them to the computer, they may not be recognized at all, they may be only partially recognized, or they may be recognized but you can’t access them. Other issues such as the system locking up or the computer not being able to boot may also occur.

Cause:
This not an external

Fix MBR in Windows XP and Vista By Yourself

June 26th, 2009 Comments off

What is the MBR?

fix mbr A master boot record (MBR), or partition sector, is the 512-byte boot sector that is the first sector ("LBA Sector 0") of a partitioned data storage device such as a hard disk. (The boot sector of a non-partitioned device is a Volume Boot Record. These are usually different, although it is possible to create a record that acts as both; it is called a multi boot record.) The MBR may be used for one or more of the following:

  • Holding a disk’s primary partition table
  • Bootstrapping operating systems, after the computer’s