JP6342339B2 - 電子装置、mbr復元方法及びコンピュータ読み取り可能な記録媒体 - Google Patents
電子装置、mbr復元方法及びコンピュータ読み取り可能な記録媒体 Download PDFInfo
- Publication number
- JP6342339B2 JP6342339B2 JP2014559818A JP2014559818A JP6342339B2 JP 6342339 B2 JP6342339 B2 JP 6342339B2 JP 2014559818 A JP2014559818 A JP 2014559818A JP 2014559818 A JP2014559818 A JP 2014559818A JP 6342339 B2 JP6342339 B2 JP 6342339B2
- Authority
- JP
- Japan
- Prior art keywords
- mbr
- backup data
- boot
- partition
- validity
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
- 238000000034 method Methods 0.000 title claims description 38
- 238000005192 partition Methods 0.000 claims description 160
- 238000004891 communication Methods 0.000 description 5
- 241000700605 Viruses Species 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- 230000006870 function Effects 0.000 description 3
- 238000004321 preservation Methods 0.000 description 2
- 230000002159 abnormal effect Effects 0.000 description 1
- 230000009977 dual effect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000002093 peripheral effect Effects 0.000 description 1
- 238000002360 preparation method Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1415—Saving, restoring, recovering or retrying at system level
- G06F11/1417—Boot up procedures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/22—Microcontrol or microprogram arrangements
- G06F9/24—Loading of the microprogram
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Quality & Reliability (AREA)
- Software Systems (AREA)
- Stored Programmes (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- User Interface Of Digital Computer (AREA)
Description
図1は、本発明の一実施形態に係る電子装置の構成図である。
110 通信インターフェース部
120 ユーザインターフェース部
130 保存部
140 有効性判断部
150 復元部
160 制御部
Claims (14)
- 電子装置において、
MBR(Master Boot Record)及び操作システム(an operating system)を保存する保存部と、
前記保存されたMBR及び前記操作システム(an operating system)を用いて前記電子装置をブートし、前記電子装置がブートされると、前記MBRに対するバックアップデータを生成して前記保存部に保存する制御部と、
予め設定されたイベントが発生すると、前記MBRの有効性を判断する有効性判断部と、
前記MBRが有効でなければ、前記保存部に保存されたバックアップデータを用いて前記MBRを復元する復元部とを含み、
前記予め設定されたイベントは、前記操作システム(an operating system)の終了、前記操作システム(an operating system)のリスタート、ユーザのログオフ、節電モードへの切り替えのうち、少なくとも1つである
ことを特徴とする電子装置。 - 前記有効性判断部は、
前記MBRのブートコード(boot code)と前記バックアップデータのブートコードとを比較し、前記MBRに対する有効性を判断することを特徴とする請求項1に記載の電子装置。 - 前記復元部は、
前記MBRが有効でなければ、前記MBRのブートコードを前記バックアップデータのブートコードに取り替えることを特徴とする請求項2に記載の電子装置。 - 前記有効性判断部は、
前記MBRのパーティションテーブル領域にブートパーティションを表す情報を含むか否かに応じて、前記MBRに対する有効性を判断することを特徴とする請求項1に記載の電子装置。 - 前記有効性判断部は、
前記MBRのパーティションテーブル領域に記録されたアドレス情報に対応する前記保存部の保存領域に前記操作システム(an operating system)に関連する情報が記録されているか否かで、前記MBRに対する有効性を判断することを特徴とする請求項1に記載の電子装置。 - 前記有効性判断部は、
前記操作システム(an operating system)のBCD(Boot Configuration Data)に基づいたアドレスと、前記MBRのパーティションテーブル領域に記録されたアドレス情報とが一致するか否かで、前記MBRに対する有効性を判断することを特徴とする請求項1に記載の電子装置。 - 前記有効性判断部は、
前記MBRが有効でなければ、前記バックアップデータの有効性を判断し、
前記復元部は、
前記バックアップデータが有効であれば、前記保存部に保存された前記バックアップデータを用いて前記MBRを復元する
ことを特徴とする請求項1に記載の電子装置。 - 電子装置のMBR復元方法において、
予め保存されたMBR(Master Boot Record)及び操作システム(an operating system)を用いて前記電子装置をブートするステップと、
前記電子装置がブートされると、前記MBRに対するバックアップデータを生成して保存するステップと、
予め設定されたイベントが発生すると、前記MBRの有効性を判断するステップと、
前記MBRが有効でなければ、前記保存されたバックアップデータを用いて前記MBRを復元するステップとを含み、
前記予め設定されたイベントは、前記操作システム(an operating system)の終了、前記操作システム(an operating system)のリスタート、ユーザのログオフ、節電モードへの切り替えのうち、少なくとも1つである
ことを特徴とするMBR復元方法。 - 前記有効性を判断するステップは、
前記MBRのブートコード(boot code)と前記バックアップデータのブートコードとを比較し、前記MBRに対する有効性を判断する
ことを特徴とする請求項8に記載のMBR復元方法。 - 前記復元するステップは、
前記MBRが有効でなければ、前記MBRのブートコードを前記バックアップデータのブートコードに取り替える
ことを特徴とする請求項9に記載のMBR復元方法。 - 前記有効性を判断するステップは、
前記MBRのパーティションテーブル領域にブートパーティションを表す情報を含むか否かに応じて、前記MBRに対する有効性を判断する
ことを特徴とする請求項8に記載のMBR復元方法。 - 前記有効性を判断するステップは、
前記MBRのパーティションテーブル領域に記録されたアドレス情報に対応する保存部の保存領域に前記操作システム(an operating system)に関連する情報が記録されているか否かで、前記MBRに対する有効性を判断する
ことを特徴とする請求項8に記載のMBR復元方法。 - 前記有効性を判断するステップは、
前記操作システム(an operating system)のBCD(Boot Configuration Data)に基づいたアドレスと、前記MBRのパーティションテーブル領域に記録されたアドレス情報とが一致するか否かで、前記MBRに対する有効性を判断する
ことを特徴とする請求項8に記載のMBR復元方法。 - 前記有効性を判断するステップは、
前記MBRが有効でなければ、前記バックアップデータの有効性を判断し、
前記復元するステップは、
前記バックアップデータが有効であれば、保存部に保存された前記バックアップデータを用いて前記MBRを復元する
ことを特徴とする請求項8に記載のMBR復元方法。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020120022089A KR101994811B1 (ko) | 2012-03-04 | 2012-03-04 | 전자 장치, mbr 복원 방법 및 컴퓨터 판독가능 기록매체 |
KR10-2012-0022089 | 2012-03-04 | ||
PCT/KR2013/000414 WO2013133530A1 (en) | 2012-03-04 | 2013-01-18 | Electronic device to restore mbr, method thereof, and computer-readable medium |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2015508929A JP2015508929A (ja) | 2015-03-23 |
JP2015508929A5 JP2015508929A5 (ja) | 2018-03-29 |
JP6342339B2 true JP6342339B2 (ja) | 2018-06-13 |
Family
ID=47740767
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014559818A Active JP6342339B2 (ja) | 2012-03-04 | 2013-01-18 | 電子装置、mbr復元方法及びコンピュータ読み取り可能な記録媒体 |
Country Status (8)
Country | Link |
---|---|
US (1) | US9286164B2 (ja) |
EP (1) | EP2637101B1 (ja) |
JP (1) | JP6342339B2 (ja) |
KR (1) | KR101994811B1 (ja) |
CN (1) | CN103294572A (ja) |
IN (1) | IN2014DN07966A (ja) |
TW (1) | TWI585582B (ja) |
WO (1) | WO2013133530A1 (ja) |
Families Citing this family (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9104332B2 (en) | 2013-04-16 | 2015-08-11 | International Business Machines Corporation | Managing metadata and data for a logical volume in a distributed and declustered system |
US9298398B2 (en) | 2013-04-16 | 2016-03-29 | International Business Machines Corporation | Fine-grained control of data placement |
US9619404B2 (en) | 2013-04-16 | 2017-04-11 | International Business Machines Corporation | Backup cache with immediate availability |
US9329938B2 (en) * | 2013-04-16 | 2016-05-03 | International Business Machines Corporation | Essential metadata replication |
US10733288B2 (en) | 2013-04-23 | 2020-08-04 | Hewlett-Packard Development Company, L.P. | Verifying controller code and system boot code |
US9990255B2 (en) | 2013-04-23 | 2018-06-05 | Hewlett-Packard Development Company, L.P. | Repairing compromised system data in a non-volatile memory |
WO2014175861A1 (en) * | 2013-04-23 | 2014-10-30 | Hewlett-Packard Development Company, L.P. | Recovering from compromised system boot code |
TWI515557B (zh) * | 2014-02-26 | 2016-01-01 | 緯創資通股份有限公司 | 電腦系統與控制方法 |
CN103970564A (zh) * | 2014-04-23 | 2014-08-06 | 京信通信系统(中国)有限公司 | 嵌入式操作系统自动修复升级功能的方法及其系统 |
US9582393B2 (en) * | 2014-06-20 | 2017-02-28 | Dell Products, Lp | Method to facilitate rapid deployment and rapid redeployment of an information handling system |
CN105335172B (zh) * | 2014-06-26 | 2021-04-13 | 联想(北京)有限公司 | 设置更新方法和电子设备 |
CN105279042A (zh) * | 2014-07-15 | 2016-01-27 | 华耀(中国)科技有限公司 | 一种bsd系统的冗余备份系统及方法 |
CN105511892B (zh) * | 2014-09-22 | 2018-12-14 | 联想(北京)有限公司 | 一种信息处理方法及电子设备 |
CN105787311A (zh) * | 2014-12-22 | 2016-07-20 | 联想(上海)信息技术有限公司 | 存储设备管理方法、装置及电子设备 |
JP6554881B2 (ja) * | 2015-04-07 | 2019-08-07 | 株式会社ソシオネクスト | 半導体装置および記憶媒体の制御方法 |
CN104794025B (zh) * | 2015-04-27 | 2017-11-10 | 四川效率源信息安全技术股份有限公司 | 快速校验存储设备的方法 |
US9971659B1 (en) * | 2015-06-24 | 2018-05-15 | Western Digital Technologies, Inc. | Memory programming providing corruption protection |
CN105446832B (zh) * | 2015-11-10 | 2019-02-05 | 华为技术有限公司 | 主引导扇区的数据恢复方法及装置 |
WO2018190846A1 (en) | 2017-04-13 | 2018-10-18 | Hewlett-Packard Development Company, L.P. | Boot data validity |
WO2020159533A1 (en) | 2019-02-01 | 2020-08-06 | Hewlett-Packard Development Company, L.P. | Security credential derivation |
US11520662B2 (en) | 2019-02-11 | 2022-12-06 | Hewlett-Packard Development Company, L.P. | Recovery from corruption |
CN114546503A (zh) * | 2022-02-11 | 2022-05-27 | 联想开天科技有限公司 | 一种基于硬盘的引导方法及电子设备 |
US11914468B1 (en) | 2022-08-15 | 2024-02-27 | Western Digital Technologies, Inc. | NVMe boot partition error correction code enhancement |
Family Cites Families (23)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5421006A (en) * | 1992-05-07 | 1995-05-30 | Compaq Computer Corp. | Method and apparatus for assessing integrity of computer system software |
US5418918A (en) * | 1993-09-10 | 1995-05-23 | Compaq Computer Corp. | Scanning initial CD-ROM sectors for a boot record and executing said boot record to load and execute floppy disk image corresponding to the existing floppy drive |
US6931522B1 (en) | 1999-11-30 | 2005-08-16 | Microsoft Corporation | Method for a computer using the system image on one of the partitions to boot itself to a known state in the event of a failure |
US6996706B1 (en) * | 2000-02-19 | 2006-02-07 | Powerquest Corporation | Booting an operating system or running other pre-boot code from a file stored under a different operating system |
US6792556B1 (en) * | 2000-05-31 | 2004-09-14 | Dell Products L.P. | Boot record recovery |
US6963951B2 (en) * | 2000-07-12 | 2005-11-08 | Seagate Technology Llc | Partition recovery method |
US6862681B2 (en) * | 2001-07-16 | 2005-03-01 | International Business Machines Corporation | Method and system for master boot record recovery |
US6857011B2 (en) * | 2002-10-31 | 2005-02-15 | Paragon Development Systems, Inc. | Method of remote imaging |
US7194659B2 (en) * | 2002-12-10 | 2007-03-20 | International Business Machines Corporation | Method and system for detection and correction of entrance into an improper MBR state in a computer system |
TWI328740B (en) * | 2003-04-16 | 2010-08-11 | Insyde Software Corp | Recovery method and recovery system for master boot record of hard disk drive, and computer-readable reading medium |
CN1277211C (zh) * | 2003-05-06 | 2006-09-27 | 联想(北京)有限公司 | 一种计算机操作系统的修复方法 |
KR100704629B1 (ko) * | 2005-04-15 | 2007-04-09 | 삼성전자주식회사 | 변경된 위치의 마스터 부트 레코드의 바이러스 감염 여부를판단하고 치료하는 장치 및 방법 |
KR100750132B1 (ko) * | 2005-09-27 | 2007-08-21 | 삼성전자주식회사 | 부팅, 소프트웨어 자동 업데이트 및 에러 복원 방법과 그시스템, 그 방법을 기록한 컴퓨터 판독 가능한 기록매체 |
KR20070096081A (ko) * | 2005-12-07 | 2007-10-02 | 삼성전자주식회사 | 저장매체의 마스터 부트 레코드 복구 방법 및 이를 이용한디스크 드라이브 |
KR100746032B1 (ko) | 2006-01-04 | 2007-08-06 | 삼성전자주식회사 | 마스터 부트 레코드를 관리하는 저장 매체 및 상기 저장매체를 이용한 컴퓨터 시스템의 부팅 방법 |
US7757112B2 (en) | 2006-03-29 | 2010-07-13 | Lenovo (Singapore) Pte. Ltd. | System and method for booting alternate MBR in event of virus attack |
TW200739417A (en) * | 2006-04-14 | 2007-10-16 | Benq Corp | Method for software processing and firmware updating in different OS and system thereof |
JP4791286B2 (ja) * | 2006-08-09 | 2011-10-12 | 富士通株式会社 | ディスク装置および電子装置 |
US8037291B2 (en) | 2007-01-29 | 2011-10-11 | Hewlett-Packard Development Company, L.P. | Master boot record management |
US9098448B2 (en) | 2007-05-29 | 2015-08-04 | Dell Products L.P. | Intelligent boot services |
TWI342519B (en) * | 2007-07-02 | 2011-05-21 | Asustek Comp Inc | Computer apparatus and starting method and module thereof |
KR20110094468A (ko) * | 2010-02-16 | 2011-08-24 | 삼성전자주식회사 | 저장 매체의 마스터 부트 레코드 복구 방법, 저장 매체 구동 장치, 및 저장 매체 |
JP5077726B1 (ja) * | 2011-05-23 | 2012-11-21 | Necインフロンティア株式会社 | コンピュータ、その制御方法及びプログラム |
-
2012
- 2012-03-04 KR KR1020120022089A patent/KR101994811B1/ko active IP Right Grant
- 2012-12-11 US US13/710,650 patent/US9286164B2/en active Active
-
2013
- 2013-01-15 TW TW102101544A patent/TWI585582B/zh active
- 2013-01-17 EP EP13151740.1A patent/EP2637101B1/en active Active
- 2013-01-18 WO PCT/KR2013/000414 patent/WO2013133530A1/en active Application Filing
- 2013-01-18 JP JP2014559818A patent/JP6342339B2/ja active Active
- 2013-01-18 IN IN7966DEN2014 patent/IN2014DN07966A/en unknown
- 2013-02-28 CN CN2013100630393A patent/CN103294572A/zh active Pending
Also Published As
Publication number | Publication date |
---|---|
TW201342049A (zh) | 2013-10-16 |
EP2637101A3 (en) | 2014-01-22 |
EP2637101A2 (en) | 2013-09-11 |
KR20130100879A (ko) | 2013-09-12 |
WO2013133530A1 (en) | 2013-09-12 |
IN2014DN07966A (ja) | 2015-05-01 |
KR101994811B1 (ko) | 2019-07-01 |
US9286164B2 (en) | 2016-03-15 |
US20130232325A1 (en) | 2013-09-05 |
EP2637101B1 (en) | 2018-11-07 |
CN103294572A (zh) | 2013-09-11 |
JP2015508929A (ja) | 2015-03-23 |
TWI585582B (zh) | 2017-06-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6342339B2 (ja) | 電子装置、mbr復元方法及びコンピュータ読み取り可能な記録媒体 | |
US8751783B2 (en) | Booting computing devices with EFI aware operating systems | |
JP2015508929A5 (ja) | ||
US9430250B2 (en) | Bootability with multiple logical unit numbers | |
US7941700B2 (en) | Operating system-based application recovery | |
US9239725B2 (en) | System and method for installing an OS via a network card supporting PXE | |
KR101999617B1 (ko) | 전자 장치, gpt 복원 방법 및 컴퓨터 판독가능 기록매체 | |
US20120311279A1 (en) | Data recovery and backup system and process | |
JP2012508932A (ja) | キャッシュデータおよびメタデータを管理すること | |
CN102439565A (zh) | 启动恢复的方法和装置 | |
WO2015147981A1 (en) | Initialization trace of a computing device | |
US20100049961A1 (en) | Update method for basic input/output system and update system thereof | |
US9401848B2 (en) | Stateless flexible boot control | |
US8176309B2 (en) | Boot system has BIOS that reads rescue operating system from memory device via input/output chip based on detecting a temperature of a hard disk | |
US20190138407A1 (en) | Systems and methods of deploying an operating system from a resilient virtual drive | |
US10732870B2 (en) | Method and apparatus for triggering raid reconstruction | |
KR100300584B1 (ko) | 컴퓨터시스템의환경복구방법 | |
CN107704198B (zh) | 信息处理的方法及电子设备 | |
JP2003076614A (ja) | ハードディスク装置のデータのバックアップ及び復元の方法 | |
KR101116053B1 (ko) | 파일 백업 방법과 상기 방법을 수행할 수 있는 장치들 | |
JP2009064301A (ja) | リムーバブルメモリユニット | |
EP1914628B1 (en) | Method for changing booting sources of computer system and related backup/restore method thereof | |
CN107066345A (zh) | 一种基于硬盘间隙的数据恢复和备份方法 | |
CN114816542A (zh) | 一种系统启动方法及装置 | |
Stanek | Windows 7 Administrator's Pocket Consultant |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20141226 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20151221 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20161129 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20161219 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170316 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20170327 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170619 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20171002 |
|
A524 | Written submission of copy of amendment under article 19 pct |
Free format text: JAPANESE INTERMEDIATE CODE: A524 Effective date: 20180202 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20180213 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20180423 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180516 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6342339 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |