JP2013105338A - Information processing apparatus, information processing program, and built-in system - Google Patents

Information processing apparatus, information processing program, and built-in system Download PDF

Info

Publication number
JP2013105338A
JP2013105338A JP2011249073A JP2011249073A JP2013105338A JP 2013105338 A JP2013105338 A JP 2013105338A JP 2011249073 A JP2011249073 A JP 2011249073A JP 2011249073 A JP2011249073 A JP 2011249073A JP 2013105338 A JP2013105338 A JP 2013105338A
Authority
JP
Japan
Prior art keywords
storage device
auxiliary storage
information processing
ewf
data
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.)
Pending
Application number
JP2011249073A
Other languages
Japanese (ja)
Inventor
Masaki Arai
政樹 新井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2011249073A priority Critical patent/JP2013105338A/en
Publication of JP2013105338A publication Critical patent/JP2013105338A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce a restart frequency of an information processing apparatus to improve user-friendliness when changing data in an auxiliary storage device while using an EWF function to protect data.SOLUTION: An information processing apparatus has an EWF function and is required to be restarted for setting of invalidation and validation of the EWF function. The information processing apparatus includes: a main storage device including an EWF overlay; a first auxiliary storage device in which various data protected by the EWF function and including an OS is stored; a second auxiliary storage device in which the same various data is stored; starting means which uses an OS in an auxiliary storage device, which is defined in start setting information defining an auxiliary storage device including an OS for use for start, to start the information processing apparatus; and data storage means which, when the information processing apparatus is started by using the OS in the first auxiliary storage device, stores data into the EWF overlay and the second auxiliary storage device and defines the second auxiliary storage device to the start setting information.

Description

本発明は、情報処理装置、情報処理プログラム及び組み込みシステムの分野に関する。   The present invention relates to the fields of an information processing apparatus, an information processing program, and an embedded system.

情報処理装置のOS(オペレーティングシステム)に対し、OSやアプリケーションによるデータの変更や追加を行う場合、補助記憶装置(例えばHDD)のOSの格納領域に対して、データが直接書き込まれるので、データの変更や追加が頻繁であると、OSの格納領域に様々なデータやアプリケーションのファイルが格納されることで、OSの動作が遅くなったり、OSのオリジナルデータが壊れてしまうことがある。   When data is changed or added to the OS (operating system) of the information processing apparatus by the OS or application, the data is directly written in the storage area of the OS of the auxiliary storage device (for example, HDD). If changes and additions are frequently made, various data and application files are stored in the storage area of the OS, so that the operation of the OS may be slowed or the original data of the OS may be corrupted.

そこで近年、組み込みデバイス向けのOSであるWindows XP(登録商標) Embedded(以下XP Embeddedという)が開発され、このOSには、Enhanced Write Filter(以下EWFという)と呼ばれるOSのデータを保護する機能が知られている。   In recent years, Windows XP (registered trademark) Embedded (hereinafter referred to as XP Embedded), which is an OS for embedded devices, has been developed, and this OS has a function for protecting OS data called Enhanced Write Filter (hereinafter referred to as EWF). Are known.

組み込みデバイスなどの情報処理装置においてはハードウェア等の制約上、補助記憶装置(例えばHDD)への書き込みを禁止又は最小限に抑制する必要があるところ、このEWF機能によれば、OSやアプリケーションによるデータの変更時に、その変更内容を補助記憶装置(例えばHDD)には直接書き込まず、主記憶装置(例えばRAM)上に作成された記憶領域にリダイレクトすることで、情報処理装置内のOSのオリジナルデータの変更を保護し、OSのオリジナルデータを常にクリーンな状態に保つことができる。   In an information processing apparatus such as an embedded device, it is necessary to prohibit or minimize writing to an auxiliary storage device (for example, HDD) due to restrictions on hardware, etc. According to this EWF function, it depends on the OS and application. When data is changed, the contents of the change are not directly written to the auxiliary storage device (for example, HDD), but are redirected to a storage area created on the main storage device (for example, RAM), so that the original OS of the information processing apparatus Data changes can be protected and the original OS data can always be kept clean.

これに関する技術として、特許文献1には、EWFが適用されたOSのオリジナルデータに新たなアプリケーションをインストールする目的で、再起動時にユーザによるアプリケーションの再インストールを不要とするシステムが開示されている。   As a technique related to this, Patent Document 1 discloses a system that does not require a user to reinstall an application at the time of rebooting in order to install a new application in original data of an OS to which EWF is applied.

しかしながら、EWF機能を適用した組み込みデバイスなどの情報処理装置においても、ときに補助記憶装置のOSの格納領域に対して、データを書き込む必要のある場合がある。この場合、ユーザはまず適用されたEWFを一旦解除(無効化)し、補助記憶装置内におけるデータの変更を行った後、再度EWFを適用(有効化)する。ここで、EWFの解除及び適用を行う際には、情報処理装置のOSを再起動する必要がある。従って、補助記憶装置内のデータに変更を加えると、EWFの解除時と適用時にそれぞれシステムの再起動が行われることになるので、ユーザの利便性が低下するという問題があった(再起動の間、待ち時間を要する等)。   However, even in an information processing apparatus such as an embedded device to which the EWF function is applied, sometimes it is necessary to write data to the OS storage area of the auxiliary storage device. In this case, the user first releases (invalidates) the applied EWF, changes the data in the auxiliary storage device, and then applies (validates) the EWF again. Here, when canceling and applying the EWF, it is necessary to restart the OS of the information processing apparatus. Therefore, if the data in the auxiliary storage device is changed, the system is restarted when the EWF is released and applied, and thus there is a problem that the convenience of the user is reduced (restarting of the restart). Waiting time, etc.).

そこで本発明では上記のような点に鑑みて、EWF機能を用いてデータ保護を行いつつも、補助記憶装置内のデータに対して変更を行う際、情報処理装置の再起動回数を減らし、ユーザの利便性を向上させる情報処理装置、情報処理プログラム及び組み込みシステムを提供することを目的とする。   Therefore, in the present invention, in view of the above points, the number of restarts of the information processing device is reduced when the data in the auxiliary storage device is changed while the data protection is performed using the EWF function. An object of the present invention is to provide an information processing apparatus, an information processing program, and an embedded system that improve the convenience of the system.

上記課題を解決するため、本発明に係る情報処理装置は、EWF機能を有し、EWF機能の無効化及び有効化の設定時に再起動を要する情報処理装置であって、EWFオーバーレイを含む主記憶装置と、EWF機能により保護され、OSを含む各種データを記憶した第1補助記憶装置と、前記各種データと同一の各種データを記憶した第2補助記憶装置と、起動に使用するOSが含まれる補助記憶装置が規定された起動設定情報を有し、該起動設定情報に規定された補助記憶装置のOSを使用して当該情報処理装置を起動する起動手段と、前記第1補助記憶装置のOSを使用して当該情報処理装置が起動されたとき、前記第1補助記憶装置に対しデータの記憶指示を受けると、前記EWFオーバーレイ及び前記第2補助記憶装置に対し該データを記憶させるとともに、前記起動設定情報に対して前記第2補助記憶装置を規定するデータ記憶手段とを有する。   In order to solve the above problems, an information processing apparatus according to the present invention is an information processing apparatus that has an EWF function and requires restarting when setting the invalidation and activation of the EWF function, and includes a main memory including an EWF overlay A device, a first auxiliary storage device that is protected by the EWF function and stores various data including the OS, a second auxiliary storage device that stores various data identical to the various data, and an OS used for booting are included. The auxiliary storage device has activation setting information defined, and an activation unit that activates the information processing apparatus using the OS of the auxiliary storage device defined in the activation setting information, and the OS of the first auxiliary storage device When the information processing apparatus is activated using the first auxiliary storage device, when the data storage instruction is received, the data is sent to the EWF overlay and the second auxiliary storage device. Together stores the, and a data storage means for defining said second auxiliary storage device to the boot configuration information.

また上記課題を解決するため、本発明に係る情報処理プログラムは、EWF機能を有し、EWF機能の無効化及び有効化の設定時に再起動を要し、EWFオーバーレイを含む主記憶装置と、EWF機能により保護され、OSを含む各種データを記憶した第1補助記憶装置と、前記各種データと同一の各種データを記憶した第2補助記憶装置とを有する情報処理装置に、起動に使用するOSが含まれる補助記憶装置が規定された起動設定情報を有し、該起動設定情報に規定された補助記憶装置のOSを使用して当該情報処理装置を起動する起動手段と、前記第1補助記憶装置のOSを使用して当該情報処理装置が起動されたとき、前記第1補助記憶装置に対しデータの記憶指示を受けると、前記EWFオーバーレイ及び前記第2補助記憶装置に対し該データを記憶させるとともに、前記起動設定情報に対して前記第2補助記憶装置を規定するデータ記憶手段として機能させる。   In order to solve the above problems, an information processing program according to the present invention has an EWF function, requires a restart when setting the invalidation and validation of the EWF function, and includes a main storage device including an EWF overlay, and an EWF An OS used for booting is added to an information processing apparatus that is protected by a function and has a first auxiliary storage device that stores various data including the OS and a second auxiliary storage device that stores the same various data as the various data. An activation unit that activates the information processing apparatus using the OS of the auxiliary storage device defined in the activation setting information, and the first auxiliary storage device includes the activation setting information defined in the included auxiliary storage device; When the information processing apparatus is started up using the OS, and the data storage instruction is received for the first auxiliary storage device, the EWF overlay and the second auxiliary storage device Together and stores the data, to function as a data storage means defining a second auxiliary storage device to the boot configuration information.

また上記課題を解決するため、本発明に係る組み込みシステムは、上記情報処理装置を含み構成される組み込みシステムである。   Moreover, in order to solve the said subject, the embedded system which concerns on this invention is an embedded system comprised including the said information processing apparatus.

なお、本発明の構成要素、表現または構成要素の任意の組合せを、方法、装置、システム、コンピュータプログラム、記録媒体、などに適用したものも本発明の態様として有効である。   In addition, what applied the arbitrary combination of the component of this invention, expression, or a component to a method, an apparatus, a system, a computer program, a recording medium, etc. is also effective as an aspect of this invention.

本発明によれば、EWF機能を用いてデータ保護を行いつつも、補助記憶装置内のデータに対して変更を行う際、情報処理装置の再起動回数を減らし、ユーザの利便性を向上させる情報処理装置、情報処理プログラム及び組み込みシステムを提供することができる。   According to the present invention, information that reduces the number of restarts of the information processing device and improves user convenience when changing data in the auxiliary storage device while performing data protection using the EWF function. A processing device, an information processing program, and an embedded system can be provided.

本実施形態に係る情報処理装置1の主要構成を示すハードウェア構成図である。It is a hardware block diagram which shows the main structures of the information processing apparatus 1 which concerns on this embodiment. 本実施形態に係る情報処理装置1の主要機能を示す機能ブロック図であるIt is a functional block diagram which shows the main functions of the information processing apparatus 1 which concerns on this embodiment. 本実施形態に係る情報処理装置1の情報処理を説明するフローチャートである。It is a flowchart explaining the information processing of the information processing apparatus 1 which concerns on this embodiment. 本実施形態に係る各記憶装置の状態遷移図である。It is a state transition diagram of each storage device according to the present embodiment.

以下、本発明を実施するための形態を各実施形態において図面を用いて説明する。   DESCRIPTION OF EMBODIMENTS Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings in each embodiment.

[システム構成]
(ハードウェア)
本実施形態に係る情報処理装置1のハードウェア構成について説明する。図1は、本実施形態に係る情報処理装置1の主要構成を示すハードウェア構成図である。情報処理装置1は、主要な構成として、CPU(Central Processing Unit)11、ROM(Read Only Memory)12、RAM(Random Access Memory)13、HDD(Hard Disk Drive)14、記憶媒体読取装置15、入力装置16、表示装置17、及び通信装置18を含む構成である。
[System configuration]
(hardware)
A hardware configuration of the information processing apparatus 1 according to the present embodiment will be described. FIG. 1 is a hardware configuration diagram illustrating a main configuration of the information processing apparatus 1 according to the present embodiment. The information processing apparatus 1 includes a CPU (Central Processing Unit) 11, a ROM (Read Only Memory) 12, a RAM (Random Access Memory) 13, an HDD (Hard Disk Drive) 14, a storage medium reader 15, an input as main components. The configuration includes the device 16, the display device 17, and the communication device 18.

CPU11は、マイクロプロセッサ及びその周辺回路から構成され、装置全体を制御する回路である。また、ROM12は、CPU11で実行される所定の制御プログラム(ソフトウェア部品)を格納するメモリであり、RAM13は、主記憶装置としてCPU11が各種プログラムを実行して各種の制御を行うときの作業エリア(ワーク領域)として使用する揮発性のメモリである。   The CPU 11 is composed of a microprocessor and its peripheral circuits, and is a circuit that controls the entire apparatus. The ROM 12 is a memory for storing a predetermined control program (software component) executed by the CPU 11, and the RAM 13 is a work area (when the CPU 11 executes various programs and performs various controls as a main storage device). This is a volatile memory used as a work area.

HDD14は、OS(例えばEWF機能を有するXP Embedded)を含む各種情報を格納する補助記憶装置であり、不揮発性のメモリである。記憶媒体読取装置15には、USBメモリ、CD、DVD等の携帯型メディアをセットすることで、外部からの情報を取得できる。   The HDD 14 is an auxiliary storage device that stores various types of information including an OS (for example, XP Embedded having an EWF function), and is a nonvolatile memory. Information from the outside can be acquired by setting a portable medium such as a USB memory, a CD, or a DVD in the storage medium reader 15.

入力装置16は、ユーザが各種入力操作を行うための装置である。入力装置16は、マウス、キーボード、表示装置17の表示画面上に重畳するように設けられたタッチパネルスイッチなどを含む。表示装置17は、各種データを表示画面に表示する装置である。例えば、LCD(Liquid Crystal Display)、CRT(Cathode Ray Tube)などから構成される。   The input device 16 is a device for a user to perform various input operations. The input device 16 includes a mouse, a keyboard, a touch panel switch provided so as to be superimposed on the display screen of the display device 17, and the like. The display device 17 is a device that displays various data on a display screen. For example, it is composed of LCD (Liquid Crystal Display), CRT (Cathode Ray Tube) and the like.

通信装置18は、ネットワークを介して他の機器との通信を行う装置である。有線ネットワークや無線ネットワークなど含む各種ネットワーク形態に応じた通信をサポートする。   The communication device 18 is a device that communicates with other devices via a network. Supports communication according to various network forms including wired and wireless networks.

(機能)
図2は、本実施形態に係る情報処理装置1の主要機能を示す機能ブロック図である。図に示されるように情報処理装置1は、主要な機能として、補助記憶装置110、主記憶装置120、システムBIOS130、起動部140、データ記憶部150を含む構成である。
(function)
FIG. 2 is a functional block diagram showing main functions of the information processing apparatus 1 according to the present embodiment. As shown in the figure, the information processing apparatus 1 includes an auxiliary storage device 110, a main storage device 120, a system BIOS 130, an activation unit 140, and a data storage unit 150 as main functions.

補助記憶装置110は、上述のHDD14により実現され、OSやOSで利用するデータ、ユーザのデータを保存する記憶装置である。本実施形態においては、パーテーション等により仮想的に物理的に1の記憶装置を2つの記憶装置として構成する。つまり第1仮想記憶装置111と、第2仮想記憶装置112とを有する構成である(勿論物理的に2つの記憶装置を用いてもよい)。また本実施形態においては、第1仮想記憶装置111と、第2仮想記憶装置112とにおいては、同一のデータを記憶しているものとする。つまり第1仮想記憶装置111に、OSやOSで利用するデータ、ユーザのデータが保存されているとするならば、第2仮想記憶装置112においても同一のOSやOSで利用するデータ、ユーザのデータが保存されている。   The auxiliary storage device 110 is realized by the HDD 14 described above, and is a storage device that stores the OS, data used by the OS, and user data. In the present embodiment, one storage device is virtually configured as two storage devices by partitioning or the like. In other words, the configuration includes the first virtual storage device 111 and the second virtual storage device 112 (of course, two storage devices may be physically used). In the present embodiment, it is assumed that the first virtual storage device 111 and the second virtual storage device 112 store the same data. In other words, if the first virtual storage device 111 stores data used by the OS or OS and user data, the second virtual storage device 112 also uses the same OS or OS data and user data. Data is stored.

また図2において、情報処理装置1は、第1仮想記憶装置111のOSが起動されているものとし、またEWF機能が有効化設定されているので、第1仮想記憶装置111内の空き領域には、EWFボリュームが作成される。EWFボリュームは、EWFで保護されているボリュームの数、サイズ、EWFオーバーレイの情報など、EWF構成情報を格納する場所である。   In FIG. 2, the information processing apparatus 1 assumes that the OS of the first virtual storage device 111 is activated and the EWF function is enabled. The EWF volume is created. The EWF volume is a place for storing EWF configuration information such as the number of volumes protected by the EWF, size, and EWF overlay information.

主記憶装置120は、上述のRAM13により実現され、CPU11の作業エリアとして使用するメモリである。また本実施形態においてはEWF機能が有効化設定(例えばRAM Mode)されているので、EWFオーバーレイ(EWF領域)が確保される。EWFオーバーレイは、保護パーティション(例えば第1仮想記憶装置111)に対する書き込み情報や変更情報をリダイレクトし、書き込み情報や変更情報を記憶する場所である。   The main storage device 120 is a memory that is realized by the RAM 13 and is used as a work area of the CPU 11. In this embodiment, since the EWF function is enabled (for example, RAM Mode), an EWF overlay (EWF area) is secured. The EWF overlay is a place where write information and change information for the protection partition (for example, the first virtual storage device 111) are redirected and the write information and change information are stored.

システムBIOS130は、情報処理装置1の起動時に実行されるプログラムとして実現され、起動時、情報処理装置1内の各種デバイス(補助記憶装置、主記憶装置等)を認識する。   The system BIOS 130 is realized as a program that is executed when the information processing apparatus 1 is activated, and recognizes various devices (auxiliary storage device, main storage apparatus, etc.) in the information processing apparatus 1 at the time of activation.

起動部140は、システムBIOS130により起動され、OSを読み込むことにより、情報処理装置1のシステムを起動させる。なお本実施形態に係る起動部140は、システムを起動させる際、起動設定情報141に基づいてどの補助記憶装置のOSでシステムを起動するかを決定する。起動設定情報141は、起動に使用するOSが含まれる補助記憶装置が規定されているもので、本実施形態においては第1補助記憶装置111又は第2補助記憶装置112の何れかが規定されている。そして上述の如く、ここでは第1仮想記憶装置111のOSが起動されているので、起動設定情報141において第1補助記憶装置111が規定されていることになる。つまり起動部140は、この起動設定情報141を参照し、第1補助記憶装置111のOSでシステムを起動したものである。   The activation unit 140 is activated by the system BIOS 130 and activates the system of the information processing apparatus 1 by reading the OS. Note that, when starting the system, the starting unit 140 according to the present embodiment determines which auxiliary storage device OS to start the system based on the start setting information 141. The activation setting information 141 defines an auxiliary storage device that includes an OS used for activation. In the present embodiment, either the first auxiliary storage device 111 or the second auxiliary storage device 112 is defined. Yes. As described above, since the OS of the first virtual storage device 111 is activated here, the first auxiliary storage device 111 is defined in the activation setting information 141. That is, the activation unit 140 refers to the activation setting information 141 and activates the system with the OS of the first auxiliary storage device 111.

データ記憶部150は、起動に使用されたOSが含まれる補助記憶装置に対しデータの記憶指示を受けると、EWFオーバーレイ及び、起動に使用されていないOSが含まれる記憶装置に対し該データを記憶させる。より具体的に、ここでは第1仮想記憶装置111に対しデータの記憶指示を受けると、EWFオーバーレイ及び第2仮想記憶装置112に対し該データを記憶させる。またこのときデータ記憶部150は、起動設定情報141に対して、起動に使用する補助記憶装置として、現行の起動に使用されたOSが含まれる補助記憶装置(例えば第1仮想記憶装置111)に代え、起動に使用されていないOSが含まれる記憶装置(例えば第2仮想記憶装置112)を規定する(書き換える)。これにより再起動された際(次回起動時)、起動部140は、起動設定情報141を参照し、第2仮想記憶装置112のOSでシステムを起動することになる
なお、上記これらの機能部は、実際にはCPU11が実行するプログラムにより実現される。
When the data storage unit 150 receives an instruction to store data to the auxiliary storage device including the OS used for startup, the data storage unit 150 stores the data in the EWF overlay and the storage device including the OS not used for startup. Let More specifically, here, when an instruction to store data is received from the first virtual storage device 111, the data is stored in the EWF overlay and the second virtual storage device 112. Further, at this time, the data storage unit 150 corresponds to the activation setting information 141 in the auxiliary storage device (for example, the first virtual storage device 111) including the OS used for the current activation as the auxiliary storage device used for the activation. Instead, a storage device (for example, the second virtual storage device 112) including the OS that is not used for activation is defined (rewritten). Thus, when restarted (next startup), the startup unit 140 refers to the startup setting information 141 and starts up the system with the OS of the second virtual storage device 112. Actually, it is realized by a program executed by the CPU 11.

[情報処理]
本実施形態に係る情報処理装置1の情報処理について説明する。図3は、本実施形態に係る情報処理装置1の情報処理を説明するフローチャートである。また図4は、本実施形態に係る各記憶装置の状態遷移図である。なお図4において、Cドライブは第1仮想記憶装置111、Dドライブは第2仮想記憶装置112に対応する。また上述したように、本実施形態においては、Cドライブ、Dドライブの両ドライブには、OSを含め同一のデータを記憶しているものとする。なおまた、OSではEWF機能が標準で有効となっている。以下両図面を参照しながら説明する。
[Information processing]
Information processing of the information processing apparatus 1 according to the present embodiment will be described. FIG. 3 is a flowchart for explaining information processing of the information processing apparatus 1 according to the present embodiment. FIG. 4 is a state transition diagram of each storage device according to the present embodiment. In FIG. 4, the C drive corresponds to the first virtual storage device 111, and the D drive corresponds to the second virtual storage device 112. As described above, in this embodiment, it is assumed that the same data including the OS is stored in both the C drive and the D drive. In addition, the EWF function is enabled by default in the OS. This will be described below with reference to both drawings.

S1:ユーザは、情報処理装置1の電源を入れることにより、システムの起動を要求する。   S1: The user requests activation of the system by turning on the information processing apparatus 1.

S2:電源が投入されると、システムBIOS130が起動され、システムBIOS130は、利用可能なデバイスの認識を行う。これにより例えば、Cドライブ、Dドライブ、主記憶装置120等々が認識される。   S2: When the power is turned on, the system BIOS 130 is activated, and the system BIOS 130 recognizes an available device. Thereby, for example, the C drive, the D drive, the main storage device 120, and the like are recognized.

S3:次に起動部140は、システムBIOS130からのOS起動命令を受け、そのためまず起動設定情報141を取得する。起動に使用するOSが含まれるドライブ(仮想記憶装置)を決定するためである。ここでは、起動設定情報141は、起動に使用するOSのドライブとして、Cドライブ(第1仮想記憶装置111)が規定されているものとする。   S3: Next, the activation unit 140 receives an OS activation instruction from the system BIOS 130, and therefore first obtains the activation setting information 141. This is for determining a drive (virtual storage device) including an OS used for startup. Here, it is assumed that the activation setting information 141 defines the C drive (first virtual storage device 111) as the OS drive used for activation.

S4:起動部140は、起動設定情報141に従って、その起動設定情報141に規定されるドライブCのOSを起動する。   S4: The activation unit 140 activates the OS of the drive C specified by the activation setting information 141 according to the activation setting information 141.

S5:起動部140は、起動するCドライブに対しEWF機能を有効化する。またこれに伴い、主記憶装置120の空き領域にEWFオーバーレイ(EWF領域)が、Cドライブ内の空き領域にはEWFボリュームが確保される。以上S1〜S5を踏まえ図4の(a)を参照する。図に示されるように、起動ドライブであるCドライブのOSからシステムが起動されるとともに、CドライブはEWF機能による保護されている。   S5: The activation unit 140 validates the EWF function for the activated C drive. Accordingly, an EWF overlay (EWF area) is secured in the free area of the main storage device 120, and an EWF volume is secured in the free area in the C drive. Based on S1 to S5, reference is made to FIG. As shown in the figure, the system is started from the OS of the C drive which is the start drive, and the C drive is protected by the EWF function.

S6:次にデータ変更部150は、システム起動後、CドライブのOSやOSが使用するデータ等に対するデータ変更の有無を確認する。ここで例えば、ユーザ又はOS自身により同OSに対するパッチデータの適用が実行されたものとする。   S6: Next, after the system is started, the data changing unit 150 checks whether or not there is a data change for the OS of the C drive, data used by the OS, and the like. Here, for example, it is assumed that application of patch data to the OS is executed by the user or the OS itself.

S7:データ変更部150は、まず起動ドライブであるCドライブはEWF機能により保護されているので、主記憶装置120のEWFオーバーレイに対し、同パッチデータの書き込みを行う。これはEWFの本来機能に基づくもので、OSやアプリケーションによるデータの変更時に、その変更内容を保護されているCドライブには直接書き込まず、主記憶装置120上に作成された記憶領域にリダイレクトすることで、情報処理装置内のOSのオリジナルデータの変更を保護するためである。以上S6〜S7を踏まえ図4の(b)を参照する。図に示されるように、主記憶装置120のEWFオーバーレイには同パッチデータが記憶されていることが分かる。   S7: First, the data change unit 150 writes the patch data to the EWF overlay of the main storage device 120 because the C drive as the startup drive is protected by the EWF function. This is based on the original function of the EWF. When data is changed by the OS or application, the change is not directly written to the protected C drive, but redirected to a storage area created on the main storage device 120. This is to protect the change of the original data of the OS in the information processing apparatus. Reference is made to FIG. 4B based on S6 to S7. As shown in the figure, it can be seen that the patch data is stored in the EWF overlay of the main storage device 120.

S8:次にデータ変更部150は、非起動ドライブであるDドライブに対して同パッチデータを適用する。以上S8を踏まえ図4の(c)を参照する。図に示されるように、Dドライブには同パッチデータが記憶されていることが分かる。   S8: Next, the data changing unit 150 applies the patch data to the D drive which is a non-startup drive. Based on the above S8, reference is made to FIG. As shown in the figure, it can be seen that the patch data is stored in the D drive.

S9:データ変更部150は、起動設定情報141を更新する。起動設定情報141は、起動に使用する補助記憶装置が規定されているところ、具体的にこの時点においては起動ドライブであるCドライブが規定されているが、データ変更部150はこれを非起動ドライブであるDドライブへと書き換える。これにより次回起動時は、DドライブのOSからシステムが起動されることになる。   S9: The data changing unit 150 updates the activation setting information 141. In the startup setting information 141, the auxiliary storage device used for startup is specified. Specifically, at this point, the C drive which is the startup drive is specified, but the data changing unit 150 uses the non-startup drive. Rewrite to D drive. As a result, at the next startup, the system is started from the OS of the D drive.

S10:またデータ変更部150(又はデータ変更部150からの命令により起動部140)は、次回起動時、現行の起動ドライブであるCドライブに対するEWF機能を解除する設定を行っておく。再起動後、EWF機能によるCドライブの保護を解除するためである。本実施形態に係るOSではEWF機能が標準で有効化されているが、これにより次回Cドライブが起動される際、EWF機能は無効化されて起動するので、以後EFW機能により保護されるDドライブに対しデータの変更がなされる場合、同データをEWFオーバーレイとともに、今度はCドライブに対しても同データの書き込みを行えるようになる。また本実施形態に係るOSではEWF機能が標準で有効となっているものとしたが、そうでない場合には、現行の非起動ドライブであるDドライブに対するEWF機能を有効化する設定を行っておく。再起動後、EWF機能によりDドライブを保護するためである。   S10: In addition, the data changing unit 150 (or the activation unit 140 in response to a command from the data changing unit 150) performs a setting to cancel the EWF function for the C drive which is the current activation drive at the next activation. This is because the protection of the C drive by the EWF function is canceled after the restart. In the OS according to the present embodiment, the EWF function is enabled as standard. However, when the C drive is started next time, the EWF function is disabled and started, so that the D drive protected by the EFW function thereafter. When the data is changed, the same data can be written to the C drive together with the EWF overlay. Also, in the OS according to the present embodiment, the EWF function is enabled as a standard, but if not, a setting is made to enable the EWF function for the D drive which is the current non-startup drive. . This is because the D drive is protected by the EWF function after the restart.

続いて、情報処理装置1のシステムが再起動される。なお再起動はユーザの指示により明示的に再起動するか、またもしくはS10の後にシステムが自動的に再起動するようにすることもできる。以下、再びフローチャートのS1から説明する。   Subsequently, the system of the information processing apparatus 1 is restarted. The restart can be explicitly restarted by a user instruction, or the system can be restarted automatically after S10. Hereinafter, the description will be continued from S1 of the flowchart.

再S1:ユーザは、情報処理装置1の電源を入れることにより、またもしくは上述の如くシステムが自動的に再起動することにより、システムの起動を要求する。   Re-S1: The user requests to start the system by turning on the information processing apparatus 1 or by automatically restarting the system as described above.

再S2:電源が投入されると、システムBIOS130が起動され、システムBIOS130は、利用可能なデバイスの認識を行う。これにより例えば、Cドライブ、Dドライブ、主記憶装置120等々が認識される。   Re-S2: When the power is turned on, the system BIOS 130 is activated, and the system BIOS 130 recognizes an available device. Thereby, for example, the C drive, the D drive, the main storage device 120, and the like are recognized.

再S3:次に起動部140は、システムBIOS130からのOS起動命令を受け、起動設定情報141を取得する。起動に使用するOSが含まれるドライブ(仮想記憶装置)を決定するためである。ここでは、上述のS9により、起動設定情報141では、起動に使用するOSのドライブとして、Dドライブ(第2仮想記憶装置112)が規定されている。   Re-S3: Next, the activation unit 140 receives the OS activation instruction from the system BIOS 130 and acquires the activation setting information 141. This is for determining a drive (virtual storage device) including an OS used for startup. Here, according to S9 described above, the startup setting information 141 defines the D drive (second virtual storage device 112) as the OS drive used for startup.

再S4:起動部140は、起動設定情報141に従って、その起動設定情報141に規定されるドライブDのOSを起動する。   Re-S4: The activation unit 140 activates the OS of the drive D specified by the activation setting information 141 according to the activation setting information 141.

再S5:起動部140は、起動するDドライブに対しEWF機能を有効化する(S10参照)。またこれに伴い、主記憶装置120の空き領域にEWFオーバーレイ(EWF領域)が、Dドライブ内の空き領域にはEWFボリュームが確保される。以上再S1〜再S5を踏まえ図4の(d)を参照する。図に示されるように、起動ドライブであるDドライブのOSからシステムが起動されるとともに、DドライブはEWF機能による保護されている。またさらに、このDドライブのOSに対してはパッチデータが適用されているので、このOSはパッチデータ適用済みのOSである。なお、主記憶装置120は例えばRAM13等により実現される揮発性メモリであるので、主記憶装置120はEWFオーバーレイのパッチデータは再起動により削除される。   Re S5: The activation unit 140 validates the EWF function for the D drive to be activated (see S10). Accordingly, an EWF overlay (EWF area) is secured in the free area of the main storage device 120, and an EWF volume is secured in the free area in the D drive. 4 (d) is referred to based on the re-S1 to the re-S5. As shown in the figure, the system is started from the OS of the D drive which is the start drive, and the D drive is protected by the EWF function. Furthermore, since patch data is applied to the OS of this D drive, this OS is an OS to which patch data has been applied. Since the main storage device 120 is a volatile memory realized by the RAM 13 or the like, for example, the patch data of the EWF overlay is deleted by restarting the main storage device 120.

[総括]
EWF機能を適用した組み込みデバイスなどの情報処理装置においても、ときに補助記憶装置(例えばHDD)のOSの格納領域に対して、データを書き込む必要のある場合があるが、従来、ユーザはまず適用されたEWFを一旦解除(無効化)し、システムを再起動する。起動後、補助記憶装置内におけるデータの変更を行った後、再度EWFを適用(有効化)する必要があるので、再度システムを再起動する。
[Summary]
Even in an information processing apparatus such as an embedded device to which an EWF function is applied, there is a case where it is sometimes necessary to write data to an OS storage area of an auxiliary storage device (for example, HDD). The released EWF is once canceled (invalidated), and the system is restarted. After startup, after changing data in the auxiliary storage device, it is necessary to apply (validate) EWF again, so the system is restarted again.

一方、本実施形態に係る情報処理装置1においては、上述の如く1回の再起動により、EWF機能により保護される補助記憶装置のOSの格納領域に対して、データを書き込むことが可能となっている。即ち、本実施形態に係る情報処理装置1によれば、EWF機能を用いてデータ保護を行いつつも、補助記憶装置内のデータに対して変更を行う際、情報処理装置の再起動回数を減らし、ユーザの利便性を向上させることが可能となる。   On the other hand, in the information processing apparatus 1 according to the present embodiment, data can be written to the storage area of the OS of the auxiliary storage device protected by the EWF function by one restart as described above. ing. That is, according to the information processing apparatus 1 according to the present embodiment, the number of restarts of the information processing apparatus is reduced when changing the data in the auxiliary storage device while performing data protection using the EWF function. It is possible to improve the convenience for the user.

なお、本発明は係る特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。例えば、本実施形態に係る情報処理装置1は、特に組み込み製品に対し有効なEWF機能を有するので、組み込みデバイス、組み込みシステム等に組み込むことも可能である。   Note that the present invention is not limited to such specific embodiments, and various modifications and changes can be made within the scope of the gist of the present invention described in the claims. For example, the information processing apparatus 1 according to the present embodiment has an EWF function that is particularly effective for an embedded product, and thus can be incorporated in an embedded device, an embedded system, or the like.

1 情報処理装置
11 CPU
12 ROM
13 RAM
14 補助記憶装置
15 記憶媒体読取装置
16 入力装置
17 表示装置
18 通信装置
110 補助記憶装置
111 第1仮想記憶装置
112 第2仮想記憶装置
120 主記憶装置
130 システムBIOS
140 起動部
141 起動設定情報
150 データ記憶部
1 Information processing apparatus 11 CPU
12 ROM
13 RAM
14 Auxiliary storage device 15 Storage medium reader 16 Input device 17 Display device 18 Communication device 110 Auxiliary storage device 111 First virtual storage device 112 Second virtual storage device 120 Main storage device 130 System BIOS
140 Start-up unit 141 Start-up setting information 150 Data storage unit

特開2011−086247号JP 2011-086247 A

Claims (5)

EWF機能を有し、EWF機能の無効化及び有効化の設定時に再起動を要する情報処理装置であって、
EWFオーバーレイを含む主記憶装置と、
EWF機能により保護され、OSを含む各種データを記憶した第1補助記憶装置と、
前記各種データと同一の各種データを記憶した第2補助記憶装置と、
起動に使用するOSが含まれる補助記憶装置が規定された起動設定情報を有し、該起動設定情報に規定された補助記憶装置のOSを使用して当該情報処理装置を起動する起動手段と、
前記第1補助記憶装置のOSを使用して当該情報処理装置が起動されたとき、前記第1補助記憶装置に対しデータの記憶指示を受けると、前記EWFオーバーレイ及び前記第2補助記憶装置に対し該データを記憶させるとともに、前記起動設定情報に対して前記第2補助記憶装置を規定するデータ記憶手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus having an EWF function and requiring a restart when setting invalidation and validation of the EWF function,
Main storage including an EWF overlay;
A first auxiliary storage device protected by the EWF function and storing various data including the OS;
A second auxiliary storage device storing various data identical to the various data;
An activation unit that has activation setting information in which an auxiliary storage device including an OS used for activation is defined, and activates the information processing apparatus using the OS of the auxiliary storage device defined in the activation setting information;
When the information processing apparatus is activated using the OS of the first auxiliary storage device, when an instruction to store data is received to the first auxiliary storage device, the EWF overlay and the second auxiliary storage device are Data storage means for storing the data and defining the second auxiliary storage device for the activation setting information;
An information processing apparatus comprising:
前記データ記憶手段により前記第2補助記憶装置に対し該データが記憶された後に当該情報処理装置が再起動される前、前記第1補助記憶装置に対して、EWF機能による保護の無効化設定がされること、
を特徴とする請求項1記載の情報処理装置。
Before the information processing device is restarted after the data is stored in the second auxiliary storage device by the data storage means, the protection invalidation setting by the EWF function is set for the first auxiliary storage device. Being
The information processing apparatus according to claim 1.
前記データ記憶手段により前記第2補助記憶装置に対し該データが記憶された後に当該情報処理装置が再起動される前、前記第2補助記憶装置に対して、EWF機能による保護の有効化設定がされること、
を特徴とする請求項1又は2記載の情報処理装置。
Before the information processing device is restarted after the data is stored in the second auxiliary storage device by the data storage means, the protection setting by the EWF function is set for the second auxiliary storage device. Being
The information processing apparatus according to claim 1 or 2.
EWF機能を有し、EWF機能の無効化及び有効化の設定時に再起動を要し、
EWFオーバーレイを含む主記憶装置と、
EWF機能により保護され、OSを含む各種データを記憶した第1補助記憶装置と、
前記各種データと同一の各種データを記憶した第2補助記憶装置とを有する情報処理装置に、
起動に使用するOSが含まれる補助記憶装置が規定された起動設定情報を有し、該起動設定情報に規定された補助記憶装置のOSを使用して当該情報処理装置を起動する起動手段と、
前記第1補助記憶装置のOSを使用して当該情報処理装置が起動されたとき、前記第1補助記憶装置に対しデータの記憶指示を受けると、前記EWFオーバーレイ及び前記第2補助記憶装置に対し該データを記憶させるとともに、前記起動設定情報に対して前記第2補助記憶装置を規定するデータ記憶手段として機能させるための情報処理プログラム。
It has an EWF function, and a restart is required when disabling and enabling the EWF function.
Main storage including an EWF overlay;
A first auxiliary storage device protected by the EWF function and storing various data including the OS;
In an information processing apparatus having a second auxiliary storage device that stores the same various data as the various data,
An activation unit that has activation setting information in which an auxiliary storage device including an OS used for activation is defined, and activates the information processing apparatus using the OS of the auxiliary storage device defined in the activation setting information;
When the information processing apparatus is activated using the OS of the first auxiliary storage device, when an instruction to store data is received to the first auxiliary storage device, the EWF overlay and the second auxiliary storage device are An information processing program for storing the data and for causing the activation setting information to function as data storage means for defining the second auxiliary storage device.
請求項1ないし3記載の情報処理装置を含み構成される組み込みシステム。   An embedded system including the information processing apparatus according to claim 1.
JP2011249073A 2011-11-14 2011-11-14 Information processing apparatus, information processing program, and built-in system Pending JP2013105338A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011249073A JP2013105338A (en) 2011-11-14 2011-11-14 Information processing apparatus, information processing program, and built-in system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011249073A JP2013105338A (en) 2011-11-14 2011-11-14 Information processing apparatus, information processing program, and built-in system

Publications (1)

Publication Number Publication Date
JP2013105338A true JP2013105338A (en) 2013-05-30

Family

ID=48624823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011249073A Pending JP2013105338A (en) 2011-11-14 2011-11-14 Information processing apparatus, information processing program, and built-in system

Country Status (1)

Country Link
JP (1) JP2013105338A (en)

Similar Documents

Publication Publication Date Title
KR101602360B1 (en) System fast booting apparatus and method
TWI515660B (en) Firmware variable update method
KR102047769B1 (en) Apparatus and Method for fast booting based on virtualization and snapshot image
JP5655677B2 (en) Hypervisor replacement method and information processing apparatus
TWI480803B (en) Shared file system management between independent operating systems
US7827376B2 (en) System and method for protecting hidden protected area of HDD during operation
TW201525869A (en) System and method for dual OS memory switching
JP5621912B2 (en) Information processing apparatus and information processing apparatus control method
JP2008276555A (en) Information processor and firmware update method
TWI608345B (en) Operating system recovery method, device and terminal equipment
US10885229B2 (en) Electronic device for code integrity checking and control method thereof
JP2015038644A (en) Computer and method of updating virtual machine
JP6293880B2 (en) Information processing apparatus and trusted platform module version switching method
JP2020071632A (en) Information processing device, control method, and program
JP2013105338A (en) Information processing apparatus, information processing program, and built-in system
US20150317181A1 (en) Operating system switching method
JP2008009494A (en) Image forming device
JP3702233B2 (en) Information processing system and program execution mode control method
JP4182928B2 (en) Information processing apparatus, memory management program, and memory management method
JP2008015725A (en) Information processor and program activating method
JP2003288213A (en) Boot program storage device and method of storing boot program of electronic appliance
JP2012174031A (en) Information processor, method for starting information processor and program
JP2010282645A (en) Linux program start-up system
JP2002073360A (en) Start information rewrite device
JPH09330216A (en) Bios rewriting system