LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   I need some clarification about MBR (https://www.linuxquestions.org/questions/linux-general-1/i-need-some-clarification-about-mbr-680638/)

ddaas 11-02-2008 09:52 AM

I need some clarification about MBR
 
Hi there !

I need a confirmation about what I say is correct or if not please correct me.

MBR - the first sector (512bytes) of a hard disk, not a partition. It doesn't belong to a partition (ex: sda1) but to the hard disk as a whole (ex: sda).

Superblock - the first sector of a partion, not the hard disk as a whole. It belongs to the structure of the filesystems (ex: the first sector of sda1 is the superblock). Superblock is the same with VBR (Volume boot record).

jailbait 11-02-2008 12:49 PM

Quote:

Originally Posted by ddaas (Post 3329146)
Hi there !

Superblock - the first sector of a partion, not the hard disk as a whole. It belongs to the structure of the filesystems (ex: the first sector of sda1 is the superblock).

Most Linux file systems have duplicate superblocks placed at set intervals throughout the file system. That way if the file system is damaged you have a decent chance to find a valid superblock to use in fixing the file system. So, yes, the first sector of a partition contains a superblock but it usually not the only superblock.

------------------
Steve Stites


All times are GMT -5. The time now is 02:27 PM.