CN112000342A - Operating system installation method, device, equipment and storage medium - Google Patents
Operating system installation method, device, equipment and storage medium Download PDFInfo
- Publication number
- CN112000342A CN112000342A CN202010820142.8A CN202010820142A CN112000342A CN 112000342 A CN112000342 A CN 112000342A CN 202010820142 A CN202010820142 A CN 202010820142A CN 112000342 A CN112000342 A CN 112000342A
- Authority
- CN
- China
- Prior art keywords
- operating system
- target
- installation
- storage area
- target operating
- 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.)
- Withdrawn
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/61—Installation
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
The invention discloses an operating system installation method, an operating system installation device, operating system installation equipment and a storage medium, wherein the method comprises the following steps: determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk; identifying the target hard disk, determining a storage area which can be installed by the target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system; and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file. The whole process of installing the operating system is automatically realized without manual participation, so that the time required by installation is greatly reduced, and the installation efficiency of the operating system is improved.
Description
Technical Field
The present invention relates to the field of operating system technologies, and in particular, to an operating system installation method, apparatus, device, and storage medium.
Background
Linux is a set of UNIX-like operating systems which can be used freely and spread freely, and is a multi-user, multi-task, multi-thread and multi-CPU supporting operating system based on POSIX and Unix; it can run major Unix tool software, applications and network protocols; it supports 32-bit and 64-bit hardware.
When a user uses the Linux system, the Linux system needs to be installed first. The existing Linux operating system is generally installed in an interactive installation mode, and each step of installing the Linux operating system needs to be implemented by manual participation, so that the installation time is long, and the installation efficiency is low.
Disclosure of Invention
The invention aims to provide an operating system installation method, an operating system installation device, operating system installation equipment and a storage medium, which can greatly reduce the time required by installation and improve the installation efficiency of an operating system.
In order to achieve the above purpose, the invention provides the following technical scheme:
an operating system installation method comprising:
determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk;
identifying the target hard disk, determining a storage area which can be installed by the target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system;
and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file.
Preferably, the obtaining an installation file for installing the target operating system includes:
and acquiring a pre-obtained installation file compression package for installing the target operating system, and concurrently decompressing the installation file compression package by utilizing a plurality of threads to obtain a corresponding installation file.
Preferably, obtaining the installation file compression package in advance includes:
installing the target operating system to a specified storage area, performing corresponding configuration and/or cutting on the target operating system installed to the specified storage area under an external instruction, and packaging and compressing the target operating system installed to the specified storage area after the corresponding configuration and/or cutting is completed to obtain an installation file compression package which can be concurrently decompressed by a plurality of threads.
Preferably, after obtaining the installation file compression package that can be decompressed by multiple threads concurrently, the method further includes:
and acquiring the mirror image file of the installation file compression package, and storing the mirror image file serving as the installation file compression package into a specified storage medium so as to realize the installation of the target operating system by utilizing the installation file compression package in the specified storage medium.
Preferably, after determining that the storage area capable of being installed by the target operating system in the target hard disk is the target storage area, the method further includes:
and dividing the target storage area into a plurality of storage partitions for storing data corresponding to the target operating system, wherein different storage partitions are different in data storage type.
Preferably, after installing the target operating system in the target storage area by using the installation file, the method further includes:
and outputting the information of the target operating system which is installed.
Preferably, the specified storage medium is a removable storage medium.
An operating system installation apparatus comprising:
a determination module to: determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk;
an identification module to: identifying the target hard disk, determining a storage area which can be installed by the target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system;
an installation module for: and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file.
An operating system installation apparatus comprising:
a memory for storing a computer program;
a processor for implementing the steps of the operating system installation method as described in any one of the above when executing the computer program.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, carries out the steps of the operating system installation method of any one of the above.
The invention provides an operating system installation method, an operating system installation device, operating system installation equipment and a storage medium, wherein the method comprises the following steps: determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk; identifying the target hard disk, determining a storage area which can be installed by the target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system; and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file. When the installation of the operating system is needed, the hard disk to which the operating system needs to be installed is automatically identified, so that after a storage area for the installation of the operating system is determined, the storage area is formatted into a format for the installation of the operating system, and finally the operating system is installed in the formatted storage area by using the installation file; therefore, the whole process of installing the operating system is automatically realized without manual participation, so that the time required by installation is greatly reduced, and the installation efficiency of the operating system is improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of an operating system installation method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an operating system installation apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, a flowchart of an operating system installation method according to an embodiment of the present invention is shown, where the operating system installation method includes:
s11: and determining that the operating system needing to be installed is a target operating system, and determining that the hard disk to which the target operating system needs to be installed is a target hard disk.
The execution main body of the operating system installation method provided by the embodiment of the invention can be a corresponding operating system installation device. The operating system in the embodiment of the present application may be a Linux operating system, or may be other operating systems that need to be installed, such as a windows operating system, a UNIX operating system, and the like. And determining that any one operating system needing to be installed is a target operating system, and the hard disk to which the target operating system needs to be installed is a target hard disk, so that the target operating system is installed on the target hard disk.
S12: identifying a target hard disk, determining a storage area which can be installed by a target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system.
After the target hard disk is determined, the target hard disk can be identified to determine whether the target hard disk has enough storage space for installing the target operating system, if so, the storage area where the storage space is located can be determined to be the target storage area, then the target operating system is installed in the target storage area, and if not, corresponding information can be output to indicate that an external user does not have enough storage space to realize the installation of the target operating system, so that the operations such as cleaning of junk files can be realized on the basis of the corresponding information. In addition, after the target storage area is determined, in order to successfully implement the installation of the target operating system in the target storage area, the target storage area needs to be formatted, so that the target storage area has a format which can be used for the installation of the target operating system, and the installation of the target operating system is implemented based on the target storage area of the format; when the target storage area is formatted into a format capable of being installed by the target operating system, the format may specifically include, but is not limited to, VFAT, FAT32, EXT3, EXT4, and NTFS.
S13: and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file.
Obtaining an installation file for implementing installation of the target operating system, and then implementing installation of the target operating system in the target storage area by using the installation file, wherein the step is consistent with the implementation principle of the corresponding technical scheme in the prior art, and redundant description is not repeated here.
When the installation of the operating system is needed, the hard disk to which the operating system needs to be installed is automatically identified, so that after a storage area for the installation of the operating system is determined, the storage area is formatted into a format for the installation of the operating system, and finally the operating system is installed in the formatted storage area by using the installation file; therefore, the whole process of installing the operating system is automatically realized without manual participation, so that the time required by installation is greatly reduced, and the installation efficiency is improved.
The operating system installation method provided by the embodiment of the invention is used for acquiring an installation file for installing a target operating system, and comprises the following steps:
and acquiring a pre-obtained installation file compression package for installing the target operating system, and concurrently decompressing the installation file compression package by utilizing a plurality of threads to obtain a corresponding installation file.
In order to facilitate the storage of the installation files and save the storage space, the installation files can be stored in a compressed package form, that is, the installation files are stored in an installation file compressed package form, so that when the installation files need to be acquired, the installation files are obtained by decompressing the installation file compressed package used for realizing the installation of the target operating system; specifically, in order to further improve the installation efficiency of the operating system, in this embodiment, the installation file compression packet may be decompressed concurrently by using a plurality of threads, so that the decompression speed of the installation file compression packet is greatly improved, the acquisition speed of the installation file is also improved, and the purpose of improving the installation efficiency is achieved.
The method for installing the operating system, provided by the embodiment of the invention, for obtaining the installation file compression package in advance, may include:
installing the target operating system to the designated storage area, performing corresponding configuration and/or cutting on the target operating system installed to the designated storage area under an external instruction, and packaging and compressing the target operating system installed to the designated storage area after completing the corresponding configuration and/or cutting to obtain an installation file compression package which can be concurrently decompressed by a plurality of threads.
In the embodiment of the application, the customization of the installed operating system can be realized, specifically, the target operating system can be installed in a preset specified storage area, and then the user configuration and/or cutting of the target operating system installed in the specified storage area is completed (that is, the configuration and cutting can be simultaneously realized, or only one of them can be realized), and then the target operating system installed in the specified storage area is packaged and compressed after the user configuration and/or cutting is completed, so that an installation file compression package is obtained, so that the target operating system can be guided normally and simultaneously conforms to the user expectation. The installation file compression packet can be any compression packet for concurrent decompression of a plurality of threads, such as a tar compression packet and a rar compression packet; in addition, the user may implement the required configuration and/or clipping by inputting a corresponding instruction, where the clipping may be to delete a file that is not required by the current application scenario in the plurality of files included in the target operating system, and the configuration may be to set a corresponding function (such as a device management function, a file management function, and the like) in the operating system to default start or default no start, and of course, other settings performed according to actual needs are also within the protection scope of the present invention.
After obtaining an installation file compression package that can be concurrently decompressed by a plurality of threads, the installation method for an operating system according to an embodiment of the present invention may further include:
and acquiring an image file of the installation file compression package, and storing the image file serving as the installation file compression package into a specified storage medium so as to realize the installation of the target operating system by utilizing the installation file compression package in the specified storage medium.
In order to facilitate the positioning of the corresponding installation file compression package of the target operating system and further the installation of the target operating system in machines such as different computer devices, the embodiment of the application can perform mirror image operation on the installation file compression package to obtain a corresponding mirror image file, further store the mirror image file as the installation file compression package into a preset specified storage medium, and further obtain the installation file compression package from the specified storage medium when the installation file compression package needs to be obtained, thereby further improving the installation efficiency of the operating system.
After determining that a storage area capable of being installed by a target operating system in a target hard disk is a target storage area, the operating system installation method provided by the embodiment of the present invention may further include:
and dividing the target storage area into a plurality of storage partitions for storing data corresponding to the target operating system, wherein different storage partitions are different in data storage type.
It should be noted that the operating system may correspond to multiple types of data, including system data, user data, log data, and the like, and in order to facilitate data storage, subsequent data management, and the like, in the present application, the target storage area may be divided, so as to obtain multiple storage partitions for storing different types of data respectively.
The operating system installation method provided by the embodiment of the present invention, after installing the target operating system in the target storage area by using the installation file, may further include:
and outputting the information that the target operating system is installed.
After the target operating system is installed in the target storage area, in order to facilitate a user to know the installation condition of the target operating system, the embodiment of the present application may output corresponding information, and certainly, in order to facilitate the user to remotely know the installation condition of the target operating system, the corresponding information may also be output to a terminal corresponding to the user, and of course, other settings performed according to actual needs are within the protection scope of the present invention.
In the operating system installation method provided by the embodiment of the invention, the designated storage medium is a pluggable storage medium.
The designated storage medium in the embodiment of the application can be a pluggable storage medium, such as a U disk, a mobile hard disk and the like, so that when the target operating system needs to be installed on any computer equipment, the designated storage medium can be directly inserted into the corresponding machine, the target operating system is installed by using the designated storage medium, and the convenience of installing the target operating system is greatly improved.
In a specific application scenario, the operating system installation method provided in the embodiment of the present invention may include the following steps:
1. installing a target operating system to a specified storage area;
2. completing user configuration or cutting to ensure that the target operating system can be normally guided and the configuration information of the target operating system conforms to the expectation of the user;
3. packaging and compressing a target operating system installed in a specified storage area, wherein the obtained installation file compression package supports multithread decompression, generates a corresponding mirror image file, and stores the mirror image file as an installation file compression package into a specified storage medium;
4. setting an installation program, wherein the installation program supports the identification of a hard disk installed by a target operating system, the division of a storage partition and the formatting of a storage area; the installation program provides a decompression program and supports multithread decompression of the installation file compressed package.
5. And the installation program identifies, partitions, formats and the like the hard disk of the installation target operating system, decompresses the installation file compression package in a multithread manner and completes the installation of the operating system.
According to the method and the device, the operating system can be automatically installed, so that batch deployment of the operating system can be realized when needed, interactive installation is avoided, the time for installing the operating system is shortened, and the efficiency for installing the operating system is improved.
An embodiment of the present invention further provides an operating system installation apparatus, as shown in fig. 2, which may include:
a determining module 11, configured to: determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk;
an identification module 12 for: identifying a target hard disk, determining a storage area which can be installed by a target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system;
a mounting module 13 for: and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file.
In an operating system installation apparatus provided in an embodiment of the present invention, an installation module may include:
a mounting unit for: and acquiring a pre-obtained installation file compression package for installing the target operating system, and concurrently decompressing the installation file compression package by utilizing a plurality of threads to obtain a corresponding installation file.
The operating system installation apparatus provided in the embodiment of the present invention may further include:
a compression module to: installing the target operating system to the designated storage area, performing corresponding configuration and/or cutting on the target operating system installed to the designated storage area under an external instruction, and packaging and compressing the target operating system installed to the designated storage area after completing the corresponding configuration and/or cutting to obtain an installation file compression package which can be concurrently decompressed by a plurality of threads.
The operating system installation apparatus provided in the embodiment of the present invention may further include:
a mirror module to: after obtaining an installation file compression package which can be decompressed by a plurality of threads concurrently, obtaining an image file of the installation file compression package, and storing the image file as the installation file compression package into a specified storage medium so as to realize the installation of the target operating system by using the installation file compression package in the specified storage medium.
The operating system installation apparatus provided in the embodiment of the present invention may further include:
a partitioning module to: after a storage area which can be installed by a target operating system in a target hard disk is determined to be a target storage area, the target storage area is divided into a plurality of storage partitions used for storing data corresponding to the target operating system, and different storage partitions are different in data storage type.
The operating system installation apparatus provided in the embodiment of the present invention may further include:
a sending module configured to: and outputting the information of the target operating system installation completion after the target operating system is installed in the target storage area by using the installation file.
According to the operating system installation device provided by the embodiment of the invention, the specified storage medium can be a pluggable storage medium.
An embodiment of the present invention further provides an operating system installation device, which may include:
a memory for storing a computer program;
a processor for implementing the steps of the operating system installation method as described in any one of the above when executing the computer program.
The embodiment of the invention also provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps of the operating system installation method can be implemented.
It should be noted that, for the description of the relevant parts in the operating system installation apparatus, the device and the storage medium provided in the embodiment of the present invention, reference is made to the detailed description of the corresponding parts in the operating system installation method provided in the embodiment of the present invention, and details are not described here again. In addition, parts of the above technical solutions provided in the embodiments of the present invention that are consistent with the implementation principles of the corresponding technical solutions in the prior art are not described in detail, so as to avoid redundant description.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.
Claims (10)
1. An operating system installation method, comprising:
determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk;
identifying the target hard disk, determining a storage area which can be installed by the target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system;
and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file.
2. The method of claim 1, wherein obtaining an installation file for installing the target operating system comprises:
and acquiring a pre-obtained installation file compression package for installing the target operating system, and concurrently decompressing the installation file compression package by utilizing a plurality of threads to obtain a corresponding installation file.
3. The method of claim 2, wherein pre-obtaining the installation file compression package comprises:
installing the target operating system to a specified storage area, performing corresponding configuration and/or cutting on the target operating system installed to the specified storage area under an external instruction, and packaging and compressing the target operating system installed to the specified storage area after the corresponding configuration and/or cutting is completed to obtain an installation file compression package which can be concurrently decompressed by a plurality of threads.
4. The method of claim 3, wherein after obtaining the installation file compression package that can be decompressed by multiple threads concurrently, further comprising:
and acquiring the mirror image file of the installation file compression package, and storing the mirror image file serving as the installation file compression package into a specified storage medium so as to realize the installation of the target operating system by utilizing the installation file compression package in the specified storage medium.
5. The method of claim 4, wherein after determining that the storage area of the target hard disk that can be installed by the target operating system is a target storage area, further comprising:
and dividing the target storage area into a plurality of storage partitions for storing data corresponding to the target operating system, wherein different storage partitions are different in data storage type.
6. The method of claim 5, wherein after installing the target operating system in the target storage area using the installation file, further comprising:
and outputting the information of the target operating system which is installed.
7. The method of claim 6, wherein the specified storage medium is a pluggable storage medium.
8. An operating system installation device, comprising:
a determination module to: determining an operating system to be installed as a target operating system, and determining a hard disk to which the target operating system needs to be installed as a target hard disk;
an identification module to: identifying the target hard disk, determining a storage area which can be installed by the target operating system in the target hard disk as a target storage area, and formatting the target storage area into a format which can be installed by the target operating system;
an installation module for: and acquiring an installation file for installing the target operating system, and installing the target operating system in the target storage area by using the installation file.
9. An operating system installation apparatus characterized by comprising:
a memory for storing a computer program;
a processor for implementing the steps of the operating system installation method of any one of claims 1 to 7 when executing said computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when being executed by a processor, carries out the steps of the operating system installation method according to any one of claims 1 to 7.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010820142.8A CN112000342A (en) | 2020-08-14 | 2020-08-14 | Operating system installation method, device, equipment and storage medium |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010820142.8A CN112000342A (en) | 2020-08-14 | 2020-08-14 | Operating system installation method, device, equipment and storage medium |
Publications (1)
Publication Number | Publication Date |
---|---|
CN112000342A true CN112000342A (en) | 2020-11-27 |
Family
ID=73473729
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010820142.8A Withdrawn CN112000342A (en) | 2020-08-14 | 2020-08-14 | Operating system installation method, device, equipment and storage medium |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN112000342A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116880866A (en) * | 2023-09-07 | 2023-10-13 | 京东科技信息技术有限公司 | Method, equipment and system for installing operating system |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102053848A (en) * | 2009-11-06 | 2011-05-11 | 英业达集团(天津)电子技术有限公司 | Automatic installation method for Linux operating system |
CN103530150A (en) * | 2013-10-10 | 2014-01-22 | 上海爱数软件有限公司 | Remote updating method for Linux operating system |
CN105446771A (en) * | 2015-11-13 | 2016-03-30 | 浪潮电子信息产业股份有限公司 | Method for quickly and automatically installing operating system based on USB flash disk |
CN105824678A (en) * | 2016-05-17 | 2016-08-03 | 浪潮电子信息产业股份有限公司 | Method and device for installing operating system |
CN106383703A (en) * | 2016-08-30 | 2017-02-08 | 浪潮(北京)电子信息产业有限公司 | Hard disk driver loading method and apparatus for linux operation system |
CN107608681A (en) * | 2017-09-14 | 2018-01-19 | 紫光华山信息技术有限公司 | Installation method of operating system, device and server |
WO2019020074A1 (en) * | 2017-07-28 | 2019-01-31 | 紫光华山信息技术有限公司 | Installation of operating system |
CN110941516A (en) * | 2019-12-06 | 2020-03-31 | 深圳市科力锐科技有限公司 | Operating system restoration method, device, equipment and storage medium |
CN111813422A (en) * | 2020-07-16 | 2020-10-23 | 济南浪潮数据技术有限公司 | Installation method, device, equipment and storage medium of operating system |
-
2020
- 2020-08-14 CN CN202010820142.8A patent/CN112000342A/en not_active Withdrawn
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102053848A (en) * | 2009-11-06 | 2011-05-11 | 英业达集团(天津)电子技术有限公司 | Automatic installation method for Linux operating system |
CN103530150A (en) * | 2013-10-10 | 2014-01-22 | 上海爱数软件有限公司 | Remote updating method for Linux operating system |
CN105446771A (en) * | 2015-11-13 | 2016-03-30 | 浪潮电子信息产业股份有限公司 | Method for quickly and automatically installing operating system based on USB flash disk |
CN105824678A (en) * | 2016-05-17 | 2016-08-03 | 浪潮电子信息产业股份有限公司 | Method and device for installing operating system |
CN106383703A (en) * | 2016-08-30 | 2017-02-08 | 浪潮(北京)电子信息产业有限公司 | Hard disk driver loading method and apparatus for linux operation system |
WO2019020074A1 (en) * | 2017-07-28 | 2019-01-31 | 紫光华山信息技术有限公司 | Installation of operating system |
CN107608681A (en) * | 2017-09-14 | 2018-01-19 | 紫光华山信息技术有限公司 | Installation method of operating system, device and server |
CN110941516A (en) * | 2019-12-06 | 2020-03-31 | 深圳市科力锐科技有限公司 | Operating system restoration method, device, equipment and storage medium |
CN111813422A (en) * | 2020-07-16 | 2020-10-23 | 济南浪潮数据技术有限公司 | Installation method, device, equipment and storage medium of operating system |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN116880866A (en) * | 2023-09-07 | 2023-10-13 | 京东科技信息技术有限公司 | Method, equipment and system for installing operating system |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10817386B2 (en) | Virtual machine recovery method and virtual machine management device | |
CN107220142B (en) | Method and device for executing data recovery operation | |
EP2998861B1 (en) | Implementing and deleting method and device for intelligent terminal multi-operation system | |
CN109739810B (en) | File synchronization method, server, client and device with storage function | |
CN106936441B (en) | Data compression method and device | |
CN108650287B (en) | Upgrading method and device for terminal device in Internet of things and computer readable medium | |
EP3474143B1 (en) | Method and apparatus for incremental recovery of data | |
CN109960517B (en) | Method, device and system for manufacturing mirror image file and storage medium | |
WO2016202000A1 (en) | Differential rollback upgrading method and apparatus | |
CN110109628B (en) | Data reconstruction method, device, equipment and storage medium of distributed storage system | |
CN110096290B (en) | Method for upgrading software of main control board of battery simulator | |
CN111880967A (en) | File backup method, device, medium and electronic equipment in cloud scene | |
CN112395187A (en) | Test method, test system, computer device and storage medium | |
CN112000342A (en) | Operating system installation method, device, equipment and storage medium | |
CN111338759A (en) | Virtual disk check code generation method, device, equipment and storage medium | |
CN110069406B (en) | Automatic triggering TPC-DS test method and system | |
CN113254045A (en) | Software initialization method, system and computer readable storage medium | |
CN109558270B (en) | Data backup method and device and data restoration method and device | |
CN109358813B (en) | Capacity expansion method and device for distributed storage system | |
CN110764949A (en) | Hard disk replacement method, hard disk replacement device, and storage medium | |
CN105701162B (en) | Management method for user data partition of intelligent terminal and intelligent terminal | |
CN114691193A (en) | Firmware configuration method, device and equipment of embedded equipment | |
CN113918423A (en) | Cloud platform monitoring method and device and application thereof | |
CN113849135A (en) | Log access method and device and server | |
US20100138622A1 (en) | Backup apparatus, backup method and backup program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
WW01 | Invention patent application withdrawn after publication |
Application publication date: 20201127 |
|
WW01 | Invention patent application withdrawn after publication |