Áñ°Üã±â
  °Ë»ö     Áú¹®Çϱâ | µµ¿ÍÁÖ¼¼¿ä
Tip&Tech  | OS Install  | Çϵå¿þ¾î  | ¼ÒÇÁÆ®¿þ¾î  | ÁÖº¯±â±â  | ȨÆäÀÌÁö  | Á¶¸³  | OpenMarket  | Talk  | Download
Á¶È¸ 43714´ñ±Û 0³¯Â¥ 2013-04-01 15:46:02
MBRFIX ÇÁ·Î±×·¥
(¿î¿µÀÚ) IP: 192.168.0.1  Ãßõ: 223
ÆÄÀϸí: mbrfix.zip ¿ë·®: 0.139 MB ´Ù¿î·Îµå: 1075       

MbrFix.exe


Copyright (C) 2004-2009 Systemintegrasjon AS


http://www.sysint.no


Usage:

    MbrFix /drive <num> {/partition <part>} <command> { /yes } { /byte }


Requirements:


The program is made for Windows NT, Windows 2000, Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7 and Windows PE. Both 32-bit and 64-bit x64 editions are supported.


You need administrative privileges to make it work!


Purpose:


Perform several Master Boot Record (MBR) tasks, like backing up, restoring, fixing the boot code in the MBR, etc. The utility should not be used for GUID Partition Table (GPT) disks. The utility now, by popular demand, also come in a x64-version running unde x64-editions of Windows and PE.


Commands:

    MbrFix /drive <num> driveinfo              Display drive information

MbrFix /drive <num> drivesize Returns drive size in MB as return value
MbrFix /drive <num> listpartitions Display partition information
MbrFix /drive <num> savembr <file> Save MBR and partitions to file
MbrFix /drive <num> restorembr <file> Restore MBR and partitions from file
MbrFix /drive <num> fixmbr {/vista|/win7} Update MBR code to W2K/XP/2003, Vista or Win7
MbrFix /drive <num> clean Delete all partitions on the selected disk
MbrFix /drive <num> readsignature {/byte} Read disk signature from MBR
MbrFix /drive <num> writesignature <hex> Write disk signature to MBR
MbrFix /drive <num> generatesignature Generate disk signature in MBR
MbrFix /drive <num> readstate Read state from byte 0x1b2 in MBR
MbrFix /drive <num> writestate <state> Write state to byte 0x1b2 in MBR
MbrFix /drive <num> readdrive <startsector> <sectorcount> <file>
Save sectors from drive to file
MbrFix /drive <num> /partition <part> fixbootsector <os>
Update Boot code in boot sector
MbrFix /drive <num> /partition <part> getpartitiontype
Get partition type
MbrFix /drive <num> /partition <part> setpartitiontype <typenum>
Set partition type
MbrFix /drive <num> /partition <part> setactivepartition
Set active partition
MbrFix /drive <num> getactivepartition Get active partition
MbrFix volumeinformation driveletter Get volume information for partition
MbrFix flush {driveletter(s)} Flush files to disk for partition
MbrFix listpartitiontypes List partition types


Drive numbering <num> starts on 0.
Partition numbering <part> starts on 1.


Commands restorembr, fixmbr, generatesignature, writestate, clean, setactivepartition and fixbootsector will ask for confirmation unless /yes is included. All these commands may lead to data loss if used incorrectly or without intention.


If the /byte option is given for the readsignature command, the signature is returned as a byte array instead of as a DWORD. Writesignature requires the new signature to be specified as 8 hex digits.


If /vista is used with the fixmbr command, a Windows Vista MBR is written, if /win7 is used, a Windows 7 MBR is written instead of the default Win2000/XP/2003 MBR. The Vista or Win7 MBR should work with the other OS'es.


When fixing boot sector of a chosen partition, the wanted OS version must be specified. For now, the only valid choices are WIN98, DOS5 and DOS6.
The purpose of the fixbootsector command is to insert boot code for loading DOS from a partition created and formatted as FAT using the Windows 2000/XP/2003 tools, since those tools inserts boot code for loading NTLDR.



Return codes:


The program reports an errorlevel as 0 for OK and other values for errors.
The exception to this is the ReadState, GetPartitonType and GetActivePartitions command which returns the state as a return code as well as printing to stdout. Any errors for this command are returned as negative values because of this. The DriveSize command returns the drive size in MB, and 0 in case of error.


Why do I need this utility?


Well, I was testing Windows Embedded XP using a virtual PC, and was booting Windows PE from a CD-ROM to partition a brand new harddisk (quite cheap, since it was virtual !). Using the diskpart.exe utility (found in Windows XP and Windows Server 2003, available as a download for Windows 2000), I created the partition, made it Active, assigned it a drive letter. I then used the format.exe utility to format it to NTFS (format C: /fs:ntfs).

DISKPART> detail part

Partition 1
Type: 07
Hidden: No
Active: Yes

Volume ### Letter Lable Fs Type Size Status Info.
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 1 C WinXP NTFS Partition 149 MB OK System

I then mounted a network drive to my physical computer and copied the boot.ini, ntldr, ntdetect.com, windows folder, program files folder, etc. from the Windows Embedded XP image directory. Everything to make it boot.


Well everything should be OK, so I rebooted the (virtual) computer and expected it to boot up Windows Embedded XP.


But not so! It just sat there with a nice black screen. No error message at all.


Some investigation later on the Internet, I found this very informative page by Daniel B. Sedory: http://thestarman.narod.ru/asm/mbr/index.html, containing a wealth of MBR info. The info on one of the pages states that the MBR code is installed on the drive when the Windows setup program runs and no MBR code exists already. Hmm.., seemed to be right on the mark.


I searched further on the Internet, but the only utilities I found which could install MBR code was for other operating systems, like FDISK.exe /MBR for DOS (but I wouldn't boot to DOS...) or the fixmbr command in the Windows 2000/XP/2003 Recovery Console. Didn't want that either. Wanted something to work on a Windows 32 bit platform, to be able to fix the problem in other cases when using Win PE and just plain copying in the operating system files. So, then I was left to make the utility myself!


Problem solved: After booting up Windows PE from CD again, the command   MBRFix /drive 0 fixmbr /yes   solved it all. Embedded XP booted like a charm.


Samples:

C:\> MbrFix /drive 0 listpartitions

# Boot Size (MB) Type
1 Yes 151001 6 DOS 3.31+ 16-bit FAT (over 32M)
2 1623 12 WIN95 OSR2 32-bit FAT, LBA-mapped
3 0 0 None
4 0 0 None

C:\> MbrFix /drive 0 savembr Backup_MBR_0.bin

C:\> MbrFix /drive 0 restorembr Backup_MBR_0.bin
You are about to Restore MBR,
are you sure (Y/N)? Y

C:\> MbrFix /drive 0 fixmbr /yes

C:\> MbrFix /drive 0 fixmbr /vista /yes

C:\> MbrFix /drive 0 /partition 2 fixbootsector WIN98 /yes

C:\> MbrFix /drive 0 /partition 2 setpartitiontype 14 /yes

C:\> MbrFix flush (flush all drives)

C:\> MbrFix flush cde (flushes C:, D: and E:)
C:\> mbrfix readsignature

C:\> mbrfix writesignature 473d4f07


Readstate and Writestate:


The commands readstate and writestate use a byte at offset 0x1b2 to store state. This was changed from offset 0x1b0 used in earlier versions to be compatible with Windows Vista MBR. These commands are only useful in a scenario where you use Windows PE to roll out other MS operating systems, and you have no other place to store information about where you are in the installation process. This location in the MBR is unused as far as known, from the days of DOS 3.30 until Vista. 



Credits:


Daniel B. Sedory, for his compilation of information on http://thestarman.narod.ru/asm/mbr/index.html#MBR and for his feedback on the program.


User License Agreement:


The program is delivered AS-IS, that is without any form of guarantee. You may freely use the program for any legal purpose, and you may freely distribute it, except for commercial purposes, as long as this file is distributed along the program file. If re-distributed (CD/DVD-compilations or similar, on Web-pages, or with other non-commercial products), credit should be given to K�re Smith and Systemintegrasjon AS.


Incorrect use of this program may cause loss of all data on your disk-drives. The same applies to any bugs in the program. All use of this program is at the risk of the user. Systemintegrasjon AS does not accept any liability for any damage the program might cause.


If you do not accept these terms, you must delete the program, MbrFix.exe and MbrFix64.exe, at once!


Changes:


Version 1.3.0.0

Fixed bug in the fixbootsector command, which always wrote to drive 0.


Added support for Windows 7 MBR.


Updated by K�re Smith, 5. august 2009

 
1 2
´ñ±Û
À̱ۿ¡ ´ëÇÑ º»¹®/´ñ±ÛÀÌ µµ¿òÀÌ µÇ¾ú´Ù¸é Æò°¡ÇØÁÖ¼¼¿© !
Good
    Download ( 987 °Ç )
[Download] À¯Æ©ºê µ¿¿µ»ó ´Ù¿î ÇÁ·Î±×·¥    2019.11.13 | Á¶È¸¼ö 51688 | ´ñ±Û 0 | Ãßõ 9
Ãâó : https://blog.naver.com/micrmm/221431092356https://www.4kdownload.com/ko/download  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] XP ¾ÏÈ£ ÃʱâÈ­ ¸¸µé±â    2008.12.20 | Á¶È¸¼ö 51208 | ´ñ±Û 0 | Ãßõ 641
USB ºÎÆÃÀÌ µÇ´Â ºÎÆõð½ºÄÏ¿¡ À§ÀÇ ³»¿ëÀ» ¸ðµÎ º¹»ça:¿¡¼­ pwdchng ½ÇÇà2¹ø ¼±ÅÃÇϸé samÆÄÀÏÀ» °Ë»öÇÏ¿© °èÁ¤µéÀÌ ³ª¿À°í°Å±â¼­ administrator¸¦ ¼±ÅÃÇÏ°í X·Î µÈºÎºÐÀ» Y·Î ¹Ù²¨ÁÖ¸ésamÆÄÀÏ »èÁ¦ ¾øÀÌ °èÁ¤passwd¸¸ ÃʱâÈ­ µË´Ï´Ù.Ãâó: ÆÄÄÚÁî* Âü°íÀÚ·á:1.
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ¹Ìµð¾îÇ÷¹À̾î 10 (Çѱ¹¾î)    2007.05.27 | Á¶È¸¼ö 50573 | ´ñ±Û 0 | Ãßõ 260
* Âü°íÀÚ·á: 1. ¹Ìµð¾î Ç÷¹À̾î 10 »èÁ¦ÈÄ ´Ù½Ã ¼³Ä¡Çϱâ 2. ¹Ìµð¾î Ç÷¹ÀÌ¾î µ¿¿µ»óÀÌ ¾È³ª¿Ã¶§~
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ÆÄƼ¼Ç °ü¸® ÇÁ·Î±×·¥ EaseUS Partition Master    2019.12.05 | Á¶È¸¼ö 50009 | ´ñ±Û 0 | Ãßõ 9
Ãâó : https://software.naver.com/software/summary.nhn?softwareId=MFS_100943#     
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] 7¼¼´ë ÀÎÅÚ ³»Àå ±×·¡ÇÈ À©µµ¿ì7 64ºñÆ® ³»Àå±×·¡ÇÈ HD630 µå¶óÀ̹ö H110 ¸ÞÀκ¸µå HD½Ã¸®Áî    2019.01.22 | Á¶È¸¼ö 49534 | ´ñ±Û 0 | Ãßõ 25
https://blog.naver.com/cleverzone/220915612924  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] Æ÷Å佺ÄÉÀÌÇÁ 3.7    2021.10.26 | Á¶È¸¼ö 49339 | ´ñ±Û 0 | Ãßõ 86
Ãâó: http://www.photoscape.co.kr/ps/main/download.php
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] cj ÅÃ¹è ¼ÛÀå ¶óº§ ÇÁ¸°ÅÍ µå¶óÀ̹ö TSC Ƽ¿¡½º¾¾ - TSC, ÅëÇÕµå¶óÀ̹ö, Version 2017.1 (Released 2017-10-26)    2020.09.22 | Á¶È¸¼ö 48870 | ´ñ±Û 0 | Ãßõ 36
¸µÅ© : https://www.ussm.co.kr/driver/view?driverId=13&  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] OCCT GPU ¹× CPU ¿Âµµ Àü·ù üũ ÇÁ·Î±×·¥    2022.02.26 | Á¶È¸¼ö 48540 | ´ñ±Û 0 | Ãßõ 6
OCBASE/OCCT : Free, all-in-one stability, stress test, benchmark and monitoring tool for your PC  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì11 ´õ¸¹Àº ¿É¼ÇÇ¥½Ã °è¼Ó ³ª¿À°Ô ÇÏ±â    2022.01.24 | Á¶È¸¼ö 48332 | ´ñ±Û 0 | Ãßõ 2
Ãâó : ​https://m-sooriya.tistory.com/759#google_vignette
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ALC655 »ç¿îµå µå¶óÀ̹ö    2008.08.08 | Á¶È¸¼ö 47813 | ´ñ±Û 1 | Ãßõ 223
ALC655
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ÇÁ·¹ÀÓ¿öÅ© Microsoft .NET Framework 3.5    2020.08.03 | Á¶È¸¼ö 47774 | ´ñ±Û 0 | Ãßõ 7
https://www.microsoft.com/ko-kr/download/details.aspx?id=21 
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ¹ÝµðÁý ¹«·á ¾ÐÃà ÇÁ·Î±×·¥ 6.25    2019.12.10 | Á¶È¸¼ö 47734 | ´ñ±Û 0 | Ãßõ 10
Ãâó : https://kr.bandisoft.com/bandizip/  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] L310 À¥¼Õ ÆÐµå ¸®¼Â ÇÁ·Î±×·¥ L130 L220 L310 L360 L365    2017.02.23 | Á¶È¸¼ö 47560 | ´ñ±Û 0 | Ãßõ 38
Ãâó : https://driverresetter.blogspot.com/2016/12/epson-l310-resetter-download.html  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì7 64ºñÆ® intel GMA HD µå¶óÀ̹ö    2018.02.09 | Á¶È¸¼ö 47428 | ´ñ±Û 0 | Ãßõ 29
Ãâó : https://downloadcenter.intel.com/ko/download/22521/Intel-Graphics-Media-Accelerator-Driver-Windows-7-64-Windows-Vista-64-exe-  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ÇÁ¸°ÅÍ ½ºÇ®·¯ ´ë±â¿­ Àμâ¸ñ·Ï ÀÚµ¿ »èÁ¦ ÇÁ·Î±×·¥    2018.10.25 | Á¶È¸¼ö 47390 | ´ñ±Û 0 | Ãßõ 15
Ãâó : http://m.blog.daum.net/_blog/_m/articleView.do?blogid=0qA3E&articleno=7  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] Craagle 1.91 ½Ã¸®¾ó,Å©·¢,Æнº¿öµå Á¶È¸ ÇÁ·Î±×·¥ Serials, Cracks, Covers, Passwords    2008.12.18 | Á¶È¸¼ö 47312 | ´ñ±Û 1 | Ãßõ 718
»ç¿ë½Ã ¹ÙÀÌ·¯½º·Î ÀνĵǹǷΠ¹é½Å ÇÁ·Î±×·¥ ½Ç½Ã°£À» Àá½Ã ²¨µÎ¼Å¾ß ÇÕ´Ï´Ù. ^^
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ¸¸´É°í½ºÆ® ¸¸µé¶§ ÇÊ¿äÇÑ ¹èÆ÷ÆÇ È­ÀϸðÀ½    2007.07.04 | Á¶È¸¼ö 47201 | ´ñ±Û 0 | Ãßõ 359
* Âü°íÀÚ·á: ¡Ø ¸¸´É°í½ºÆ® ¸¸µé±â ¡Ø ÀüõÈÄ xp °í½ºÆ® ¸¸µé±â ¡Ø
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] INTEL Ĩ¼Â S/W À¯Æ¿¸®Æ¼ v8.4.0.1016 WHQL    2007.09.06 | Á¶È¸¼ö 47174 | ´ñ±Û 0 | Ãßõ 672
ÀÎÅÚ Ä¨¼Â ¼ÒÇÁÆ®¿þ¾î À¯Æ¿¸®Æ¼ v8.4.0.1016 WHQL ¹öÀü ÀÔ´Ï´Ù. ÀÎÅÚ Ä¨¼Â ¼ÒÇÁÆ®¿þ¾î À¯Æ¿¸®Æ¼´Â IDE/ATA33/ATA66/ATA100, AGP, USB, CORE, PCI, ISA ,PNP, INF µîÀÇ Ä¨¼ÂÀ» ÃֽŹöÀüÀ¸·Î ¾÷µ¥ÀÌÆ® ÇØÁÖ´Â ±â´ÉÀ» Á¦°øÇÕ´Ï´Ù. [Áö¿ø Ĩ¼Â] IIntel? E7210 Chipset Intel? E7220 Chipset Intel? E7221 Chipset Intel? E7230 Chipset Intel? E7320 Chipset Intel? E7520 Chipset Intel? E7525 Chipset Intel? E8500 Chipset Intel? E8501 Chipset Intel? 848P Chipset Intel? 865G C..
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] intel MEI µå¶óÀ̹ö    2017.01.26 | Á¶È¸¼ö 47150 | ´ñ±Û 0 | Ãßõ 59
Ãâó : http://www.drivercabinet.com/driver/etc4_5.html?o=6164&l=1042  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì10 ¿¡¼­ ½Ãµð·ë ÀÎ½Ä ¾ÈµÉ°æ¿ì ·¹Áö½ºÆ®¸® ÆÄÀÏ    2019.02.23 | Á¶È¸¼ö 46893 | ´ñ±Û 0 | Ãßõ 19
Ãâó: https://kkomak2.tistory.com/194  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
¢·  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]  ¢¹
QABoard - MBRFIX ÇÁ·Î±×·¥

¢Ø°¨Ãß±â

¢ØäÆà °¨Ãß±â

»ó´ã äÆÃ: Á¢¼ÓÀÚ(1)
´ëȭâ: ¢Ù
ÁÖ¼Ò: °æ±âµµ °í¾ç½Ã Àϻ꼭±¸ ´ëÈ­µ¿ 1474-1¹øÁö
»ç¾÷ÀÚµî·Ï¹øÈ£: 128-25-69877 ´ëÇ¥ÀÚ: ±èÇö¼ö °³ÀÎÁ¤º¸°ü¸®ÀÚ:¿î¿µÀÚ
°í°´¼¾ÅÍ:031-917-9979 E-mail: bigfood77@naver.com