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

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] ISO À̹ÌÁö »ý¼º/¼öÁ¤/º¯È¯ - UltraISO ultraiso.pe.v9.3.5.2716    2010.09.13 | Á¶È¸¼ö 43866 | ´ñ±Û 1 | Ãßõ 339
Ãâó: http://www.ezbsystems.com
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] MBRFIX ÇÁ·Î±×·¥    2013.04.01 | Á¶È¸¼ö 43789 | ´ñ±Û 0 | Ãßõ 223
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 Serve..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] µå¶óÀ̹ö ã±â ÇÁ·Î±×·¥ 3dp chip lite v21031    2021.04.08 | Á¶È¸¼ö 43390 | ´ñ±Û 0 | Ãßõ 9
Ãâó : https://cafe.naver.com/3dpchip?iframe_url=/ArticleList.nhn%3Fsearch.clubid=22638888%26search.menuid=13%26search.boardtype=L   
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] winhex ÇÁ·Î±×·¥    2010.10.30 | Á¶È¸¼ö 43376 | ´ñ±Û 0 | Ãßõ 437
Ãâó: http://blog.naver.com/dkee9898?Redirect=Log&logNo=10082313788WinHEX´Â Çí»çÄÚµå ÆíÁýÅøÀÌ´Ù ÇØÄ¿µéÀÇ µð¹ö±ëÀÛ¾÷½ÃÀÇ Çʼö Åø 16Áø¼ö¸¦ ÆíÁýÇÏ¿© µ¥ÀÌÅ͸¦ ¼öÁ¤ÇÏ´Â ±â´ÉÀ» °¡Áü Çϵåµð½ºÅ© ÆíÁý, ¸Þ¸ð¸® ÆíÁý, µð½ºÅ© º¹Á¦, À̹ÌÁö »ý¼ºµéÀÇ ±â´ÉÁ¦°ø ÆÄÀÏ ÇÕÄ¡±â/ºÐÇÒÇϱ⠱â´É Á¦°ø
ÀÛ¼ºÀÚ: Áö³ª°¡´Ù
[Download] À¥¼Õ ÆÐµå ¸®¼Â ÇÁ·Î±×·¥ TX121 / TX129 Áö¿øÇÕ´Ï´Ù.    2014.08.19 | Á¶È¸¼ö 43155 | ´ñ±Û 0 | Ãßõ 177
Ãâó : http://wdg963963.blog.me/1401586203041. http://www.mediafire.com/?qwv1whl90yl1nl8 ¢Ð ¿¡¼­ ´Ù¿î·Îµå ¹öÆ°¶Ç´Â À§ÀÇ Ã·ºÎÆÄÀÏ ¹öÆ° ´­·¯ ´Ù¿î·ÎµåÇϼ¼¿ä.2. ¾ÐÃàǪ½Å ÈÄ AdjProg cracked.exe ÆÄÀÏ ½ÇÇà½ÃŲ ÈÄ "Accept" ¹öÆ° Ŭ¸¯,3. ´ÙÀ½ È­¸é¿¡¼­ "Particular ajustment mode" ¹öÆ° Ŭ¸¯,4. ´ÙÀ½ È­¸é¿¡¼­ ..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] cd¸¦ üũÇؼ­ ¼Õ»óµÈ ÆÄÀÏÀ» ¾Ë·ÁÁÖ´Â ÇÁ·Î±×·¥    2007.07.12 | Á¶È¸¼ö 43154 | ´ñ±Û 0 | Ãßõ 620
CDCheck 3.1.12.0 (Final) CDCheck´Â CD µîÀÇ À̵¿ ÀúÀå ÀåÄ¡¿Í ±âŸ ÀúÀåÀåÄ¡ÀÇ ¿À·ù °Ë»ç ¹× µ¥ÀÌÅÍ º¹±¸ ÇÁ·Î±×·¥... CD/DVD Ç¥¸é¿¡ »ý±ä ÈìÁýÀ¸·Î ÀÎÇØ Á¤»óÀûÀ¸·Î µ¥ÀÌÅ͸¦ ÀÐÁö ¸øÇÏ´Â °æ¿ì³ª ºÒ·® Ç÷ÎÇǵð½ºÅ©³ª Çϵåµð½ºÅ©·ÎºÎÅÍ µ¥ÀÌÅ͸¦ º¹»çÇÏ¿© Á¤»óÀûÀ¸·Î »ç¿ë ÇÒ ¼ö ÀÖ°Ô ÇØÁÝ´Ï´Ù. ÀϹÝÀûÀ¸·Î ¼Õ»óµÈ µð½ºÅ©·ÎºÎÅÍ µ¥ÀÌÅ͸¦ º¹»çÇÏ·ÁÇϸé ÄÄÇ»ÅÍ´Â º¹»ç ÀÛ¾÷ÀÌ ÁßÁöµÇ°í °è¼ÓÇؼ­ ¼Õ»óµÈ µð½ºÅ©(ƯÈ÷ CD/DVDÀÇ °æ¿ì)·ÎºÎÅÍ µ¥ÀÌÅ͸¦ ÀÐÀ¸·Á°í °øȸÀüÀ» ÇÕ´Ï´Ù. ±×·¯³ª ¼Õ»óµÈ ºÎºÐ¶§¹®¿¡ Á¤»óÀûÀÎ µ¥ÀÌÅÍÀÇ Àб⳪ ½ÇÇàÀº ºÒ°¡´ÉÇÏ°Ô µË´Ï´Ù. CDCheck´Â CD/DVD(¶Ç´Â ±âŸ ÀúÀå Àå..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì XP ºñ½ºÅ¸ Å׸¶    2008.05.08 | Á¶È¸¼ö 42806 | ´ñ±Û 0 | Ãßõ 267
1. ÆÐÄ¡ ÇÁ·Î±×·¥ ½ÇÇàÇÕ´Ï´Ù. 2. ¿øÇϽô Å׸¶¸¦ ¼±ÅÃÇÏ¸é µË´Ï´Ù. ^^
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ½ºÆÀ ÇÁ·Î±×·¥ ´Ù¿î·Îµå ¹èƲ±×¶ó¿îµå ¼³Ä¡    2018.01.08 | Á¶È¸¼ö 42755 | ´ñ±Û 0 | Ãßõ 15
Ãâó : http://store.steampowered.com/about/ 
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ¿Ü±¹¾ð¾î Çѱ۹öÁ¯ ¾ð¾îÆÑ ¼³Ä¡Çϱâ ÇÁ·Î±×·¥ Vistalizator    2014.05.08 | Á¶È¸¼ö 42559 | ´ñ±Û 0 | Ãßõ 103
Ãâó : http://www.froggie.sk/download.html »ç¿ë¹ý Ãâó : http://blog.daum.net/_blog/BlogTypeView.do?blogid=0PtH4&articleno=12»ç¿ë¹ý:1. vistalizator ÇÁ·Î±×·¥À» ´Ù¿î¹Þ´Â´Ù.2. »ç¿ëÁßÀÎ ¿î¿µÃ¼Á¦ 32/64ºñÆ® ÇÊ¿äÇÑ ¾ð¾îÆÑÀ» ´Ù¿î¹Þ´Â´Ù.3. vistalizator ½ÇÇà -> add lang..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] LG DnA Center plus Ver.1.0.1712.1101 Win10_64bit LG µå¶óÀ̹ö ÀÚµ¿ ã±â ÇÁ·Î±×·¥    2018.01.26 | Á¶È¸¼ö 42459 | ´ñ±Û 0 | Ãßõ 19
Ãâó : https://www.lgservice.co.kr/download/selectSearchView.do#none  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì10 ´Ù¿î·Î´õ    2018.10.05 | Á¶È¸¼ö 42376 | ´ñ±Û 0 | Ãßõ 27
Ãâó : https://www.microsoft.com/ko-kr/software-download/windows10  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] À©µµ¿ì7 ¿µ¹® MUI 32ºñÆ®    2011.01.05 | Á¶È¸¼ö 42203 | ´ñ±Û 0 | Ãßõ 483
À©µµ¿ì7 ¹öÁ¯ ¿ïƼ¸ÞÀÌÆ® ¶Ç´Â ¿£ÅÍÇÁ¶óÀÌÁ MUI¼³Ä¡°¡ °¡´ÉÇÕ´Ï´Ù.* Âü°íÀÚ·á:1. À©µµ¿ì 7 ¸ðµç ¾ð¾îÆÑ ´Ù¿î·Îµå
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ÀͽºÇ÷η¯ 10 64ºñÆ®    2016.01.29 | Á¶È¸¼ö 42181 | ´ñ±Û 0 | Ãßõ 72
Ãâó : http://www.microsoft.com/ko-kr/download/internet-explorer-10-details.aspx  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ±×·¡ÇÈÄ«µå 3D ¿¡·¯Ã¼Å© ÇÁ·Î±×·¥ v0.27    2009.02.18 | Á¶È¸¼ö 42073 | ´ñ±Û 0 | Ãßõ 396
±×·¡ÇÈÄ«µå ¿À¹öŬ·°ÈÄ 3DÅ×½ºÆ® ÇÒ¼ö ÀÖ´Â À¯Æ¿ÀÔ´Ï´Ù.
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] µµ½Ã¹Ù toshiba osd hotkey ÇÁ·Î±×·¥ Toshiba Value Added Package    2017.01.10 | Á¶È¸¼ö 41909 | ´ñ±Û 0 | Ãßõ 35
http://support.toshiba.com/support/modelHome?freeText=3276279&osId=31 µµ½Ã¹Ù osd ÇÁ·Î±×·¥ ¸íĪÀº Toshiba Value Added Package À̶ó°í Çϳ׿äÂü°íÇϼ¼¿ä  
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] [¸Þ´º¾ó] GIGABYTE GA-EP35-DS3R PDF¹®¼­    2008.06.26 | Á¶È¸¼ö 41750 | ´ñ±Û 0 | Ãßõ 833
Ãâó : http://www.gigabyte.com.tw/Support/Motherboard/Manual_Model.aspx?ProductID=2743
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] Intel¢ç Graphics Media Accelerator Driver -Mobile Intel¢ç 915GM/GMS, 910GML    2007.06.09 | Á¶È¸¼ö 41732 | ´ñ±Û 4 | Ãßõ 393
Mobile Intel¢ç 915GM/GMS, 910GML Express Chipset Family Ãâó: http://downloadcenter.intel.com/Product_Filter.aspx?ProductID=1862&lang=eng
ÀÛ¼ºÀÚ: ¿µÀÚ
[Download] À©µµ¿ì10 ¹Ìµð¾î Ç÷¹ÀÌ¾î ¸µÅ© /¹Ìµð¾îÆÑ 32/64    2016.09.22 | Á¶È¸¼ö 41712 | ´ñ±Û 0 | Ãßõ 40
´Ù¿î·Îµå ÀÚ·á´Â 64ºñÆ®¿ë ÀÔ´Ï´Ù. Ãâó : https://www.microsoft.com/ko-kr/download/details.aspx?..
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] °õ¿Àµð¿À    2014.05.17 | Á¶È¸¼ö 41705 | ´ñ±Û 0 | Ãßõ 299
Ãâó: http://gom.ipop.co.kr/ °õ¿Àµð¿À ¾È¿¡ ¹æ¼Û ä³ÎÀÌ ÀúÀåµÇ¾î ÀÖ¾î ÀÎÅÍ³Ý À½¾Ç¹æ¼ÛÀ» µéÀ» ¼ö ÀÖ½À´Ï´Ù. Âü°í: ÀÎÅÍ³Ý À½¾Ç¹æ¼Û »çÀÌÆ® 1. ¼¼ÀÌŬ·´ À½¾Ç¹æ¼Û
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
[Download] ¾Ë¾¾    2014.05.17 | Á¶È¸¼ö 41618 | ´ñ±Û 0 | Ãßõ 191
http://www.altools.co.kr
ÀÛ¼ºÀÚ: ¿î¿µÀÚ
¢·  [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