CN1266224A - Method for formatted disc - Google Patents

Method for formatted disc Download PDF

Info

Publication number
CN1266224A
CN1266224A CN 99102484 CN99102484A CN1266224A CN 1266224 A CN1266224 A CN 1266224A CN 99102484 CN99102484 CN 99102484 CN 99102484 A CN99102484 A CN 99102484A CN 1266224 A CN1266224 A CN 1266224A
Authority
CN
China
Prior art keywords
disk
formatting
logic unit
arithmetic logic
sector
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.)
Granted
Application number
CN 99102484
Other languages
Chinese (zh)
Other versions
CN1222871C (en
Inventor
林光信
陈玄同
刘淼
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.)
Zhang Sibao
Original Assignee
Inventec Corp
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 Inventec Corp filed Critical Inventec Corp
Priority to CN 99102484 priority Critical patent/CN1222871C/en
Publication of CN1266224A publication Critical patent/CN1266224A/en
Application granted granted Critical
Publication of CN1222871C publication Critical patent/CN1222871C/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The method for formatting magnetic disk is characterized by that it utilizes calling of BIOS interrupt instruction to obtain a total number of sectors of disk (or disk partition), a starting and recording position and a type, etc. information related to disk (or disk partition), then according to the disk (or disk partition) type (FAT16 or FAT32) a logical operation unit is used to reprogram number of sectors of every file configuration table, then the reprogrammed number of sectors can be written in the correspondent position of start recording, and the file configuration table, file catalog andcontent are cleared, so that the formatting program of disk can be implemented.

Description

The method of formatting diskette
The present invention relates to a kind of method of formatting diskette, be applied to the format manipulation of disk.
Disk (as: rigid disk, soft magnetic sheet) is one of peripheral equipment of computer, belongs to a kind of of recording medium, in order to storage operating system, application program, numerical data etc.; No matter be that rigid disk or soft magnetic sheet before use all must be earlier through " opening the beginning ", this process that opens the beginning just is called format (Formatting), at present under DOS and Windows environment, the format mode of disk can be undertaken by " format " instruction that Microsoft provides, by " format " instruction disk is divided into many sectors (Sector), and the track (Track) that synthesizes by the sector; Respectively sector and track are numbered again, and will with the sector, the data that track is relevant write the file configuration table (FAT that sets up in advance, FileAllocation Table) with file directory (File Directory) in, see also Fig. 1, be a disk cut section (Partition) 10 structural representations, mainly include one and start record 11, one first file configuration table 12, one second file configuration table 13, one file directory 14, an and data recorded area 15, wherein file directory is made up of 141 of a plurality of file directory items, in order to provide be stored in data recorded area 15 in the relevant information (as: file name of data, the appended document name, time-tagging ... or the like).But be to use " format " order format disk need be for a long time, with a capacity is that the rigid disk of 3G is an example, it is formatd the required time is 20 minutes, though Microsoft also provides quick format order-" format/q ", could use under the situation that but it can only not need to format fully at disk yet (doing format existing before), and can not carry out the work of quick formatting when disk has following situation: 1. disk is behind low-level formatting (Low level format).2. disk is cut apart (Partitioning) again.3. certain area region (Sector) is impaired in the disk.
So, have spended time problem consuming time when one disk being done format with " format " instruction that Microsoft was provided; And when disk being carried out quick formatting with " format/q " instruction, (as: disk has been made low-level formatting or has cut apart to be cut apart again to have the restriction of the form state of disk itself ... Deng), that is to say that " format/q " instruction is not to be suitable for any disk, only can format and the disk that do not have an impaired sector is made the program of quick formatting one.
The object of the present invention is to provide a kind of can be to the method for disk (or disk cut section) quick formatting, simultaneously more can at disk behind low-level formatting, when cutting apart that the impaired situation in certain sector, district takes place in back and the disk again, still can carry out each format to disk.
The object of the present invention is achieved like this, a kind of method of formatting diskette promptly is provided, be applied to one and have a format manipulation that starts the disk cut section of record, a file configuration table and a file directory, in order to save the formative time, its step comprises:
A. obtain a disk parameter relevant with an arithmetic logic unit with this disk cut section;
B. produce a disk sequence number;
C. according to this disk parameter, obtain a sector number of this document allocation list with this arithmetic logic unit;
D. with this arithmetic logic unit sector number, this disk sequence number of this document allocation list write relevant position in this startup record; And
E. remove the content of a this document allocation list and a file directory.
The present invention also provides a kind of method of formatting diskette, and its step comprises:
A. obtain a disk parameter relevant with an arithmetic logic unit, and this disk have a startup record, a file configuration table and a file directory with this disk;
B. produce a disk sequence number;
C. according to this disk parameter, obtain a sector number of this document allocation list with this arithmetic logic unit;
D. with this arithmetic logic unit sector number, this disk sequence number of this document allocation list write relevant position in this startup record; And
E. remove the content of a this document allocation list and a file directory.
Technology of the present invention mainly is to format needed disk parameter by the INT 13h reading disk that BIOS interrupts, include: total sector number of disk (or disk cut section), start the position of record, the numbering of disk (or disk cut section) type and disk, with the sector of planning disk again by an arithmetic logic unit, and the result after will planning writes the interior corresponding position of startup record of former disk (or disk cut section).At first observing the structure of the startup record of a disk, is to be divided into five parts, as follows:
1.Jump Instructon (taking 3 hytes)
2.OEN Name (taking 8 hytes)
(3.DPB FAT16 and FAT32 have certain difference)
4.Bootstrap code (is one section start-up routine, can make disk after format, again
Can start after duplicating I0.dos and command.com two files, quite
In the effect of carrying out format/s)
5. finish in above structure with " 55aa ", disk parameter piece (DPB, Disc Properties Block) be different in FAT16 with structure in the FAT32 system, and other several parts are changeless basically, see also table one and table two, list the structure of the disk parameter piece of FAT16 and FAT32 system respectively, so technology emphasis of the present invention calculating of every content in the disk parameter piece just, by finding out in table one and the table two, the disk parameter piece has than big difference in FAT16 and FAT32 system, as: in the parameter block structure of FAT16 system, the maximal value of file directory item is 0x0002, but in the parameter block structure of FAT32 system, the maximal value of file directory item then is 0.So after the INT 13h reading disk of interrupting by BIOS formats needed disk parameter, calculate the sector number (sfat) of each file configuration table with arithmetic logic unit by formula (1) or formula (2), in the relevant position of write-enable record, and be clearly zero with the content of file configuration table and file directory, and write medianumber at the start-up portion of every file configuration table (FAT), so just finish the formative whole programs of disk (or disk cut section).This it should be noted that the disk of FAT32 system has three to start record again, first startup record that comprises DPB and FAT16 is approximate, second starts the size that records this disk cut section Free Space in the record, with bunch (Cluster) is unit, its computing formula is Free Space=(stotal-2 * sfat-0x20)/8-1, the 3rd startup record belongs to Bootstrap code, can not influence result of calculation.Sfat=(stotal-0x21)/((1) sfat=(stotal-0X23) of 1+s * 0x100)+1/(position of 1+8 * 0x080)+1 (2) tables one, disk parameter piece is in the 0B character place of first sector of disk cut section, the DPB structure of FAT16.
The position Content
0B-0C Character number in each sector (herein be 0x0002, promptly 512)
0D Sector number in each bunch (number is determined in size by cut section)
0E-0F Reserve sector (0x0100)
10 The number of FAT (0x02)
11-12 The maximal value of file directory item (herein being 0x0002)
13-14 Sector sum (herein being 0 when greater than 65535)
15 Media descriptor handling (0xf8)
16-17 The sector number of each FAT (calculating) by formula (1)
18-19 The sector number of each track
1A-1B The magnetic head number
1C-1D Hide sector number (not influencing the result)
20-23 13-14 character place is 0 o'clock a magnetic sum
24 Phisical drive number (first 0x80, second is 0x81 ...)
25 Keep
26 The feature character (being 0x29) of expansion leader record
27-2A magnetic Disk sequence number (producing at random)
2B-35 Label (totally 11 characters)
36-3D File system type (being FAT 16)
The position of table two, disk parameter piece is in the 0B character place of first sector of disk cut section, the DPB structure of FAT32.
The position Content
0B-OC Character number in each sector (herein be 0x0002, promptly 512)
0D Sector number in each bunch (number is by the decision of cut section size)
0E-0F Reserve sector (0x0100)
10 The number of FAT (0x02)
11-12 The maximal value of file directory item (herein being 0)
13-14 Sector sum (herein being 0)
15 Media descriptor handling (being 0xf8)
16-17 The sector number of each FAT (herein being 0)
18-19 The sector number of each track
1A-1B The magnetic head number
1C-1F Hide sector number (not influencing the result)
20-23 13-14 character place is 0 o'clock a sector sum
24-27 Sector sum (calculating) by formula (2)
28-29 File System Ver (major) (be 0 get final product)
2A-2B File System Ver (minor) (be 0 get final product)
2C-2D File directory head bunch number (being 0x02000)
2E-2F The high bit of file directory head bunch number
30-31 FSINFO Sector number (, then being 0xffff) if do not have
32-33 Backup Boot Sector (, then being 0xffff) if do not have
34-3F Keep
40 Phisical drive number (first is 0x80, and second is 0x81...)
41 Keep
42 The feature character (being 0x29) of expansion leader record
43-46 Disk sequence number (producing at random)
47-51 Label (totally 11 characters)
52-59 File system type (being FAT32)
Below in conjunction with accompanying drawing, describe embodiments of the invention in detail, wherein:
Fig. 1 is a disk cut section structural representation;
Fig. 2 is the corresponding relation of cut section size and every bunch of contained district number in FAT16;
The processing flow chart that Fig. 3 formats diskette for the present invention.
The present invention carries out the format work of disk by the INT 13h that BIOS interrupts, so in order to help following explanation, at first just code 02h, the 03h that INT 13h used in the present invention is interrupted, the function of 08h, and employed register, relevant program function are described as follows:
(1) function 02h: read the disk sector that specifies number
The register that uses: AH 02h (cmd)
The sector number that AL will transmit (nsectd)
The pointer (Buffer) of ES:BX directed towards user disk buffer
CH track number (Track)
CL sector number (Sector)
DH magnetic head number (Head)
DL drive letter (Drive)
After execution, the sector of needs is imported in the memory block.The function of the Borland C Plus Plus that it is corresponding is: and biosdisk (0x02, int drive, int head, int track, sector, int nsects, void * buffer);
(2) function 03h: the specified memory territory is write in the disk of setting
The register that uses: AH 03h (cmd)
The sector number that AL will transmit (nsectd)
The pointer (Buffer) of ES:BX directed towards user disk buffer
CH track number (Track)
CL sector number (Sector)
DH magnetic head number (Head)
DL drive letter (Drive)
The function of the Borland C Plus Plus that it is corresponding is: and biosdisk (0x03, int drive, int head, int track, sector, int nsects, void * buffer);
(3) function 08h: return the designated disk driver for information about
The register that uses: AH 08h
The DL drive letter
The sector number of the every track of return register: CL (low 6)
DH magnetic head number
The function of the Blorand C Plus Plus that it is corresponding is:
union?REGS?inreg,outreg;
unsigned?f,g;
inreg.h.ah=8;
Inreg.h.al=0x80; [annotate: disk number 0x80 represents first disk; 0x81 represents second disk, by that analogy]
int86(0x13,&inreg,&outreg);
f=(outreg.h.cl&63);
g=ooutreg.h.dh+1;
See also Fig. 3, be the disclosed technology of the present invention, its formative treatment step that carries out disk (or disk cut section) is as follows in regular turn:
Step 101, obtain the needed disk parameter of format with an arithmetic logic unit by INT 13h interrupt function 02h, include total sector number an of disk (or disk cut section), one starts the position of record, the type of a disk (or disk cut section) and the numbering of a disk;
Step 102 is called the function 08h that BIOS interrupts NIT 13h with arithmetic logic unit, obtains the sector number (f) and the magnetic head number (g) of every track;
Step 103, (Random) produces a disk sequence number (Volume Serial number) at random;
Step 104, type that judge to carry out the file system of object (as: disk or disk cut section) is FAT16 or FAT32, if FAT16 execution in step 105, if FAT32 execution in step 108 then; Because the disk parameter piece of FAT16 and FAT32 (DPB, Disc Properties Block) difference, so need to handle respectively;
Step 105, obtain the sector number of each bunch, this is when being FAT16 because of file system, sector number in each bunch can increase because of the power form that cut section increases with 2n, see also Fig. 2, be the corresponding situation of the contained sector number 17 of cut section size 16 and each bunch, as shown in FIG., if disk size is between 16MB~127MB, then the contained sector number of each bunch is 4.
Step 106 is according to formula (1), with the size of the sector number of arithmetic logic unit calculation document allocation list; Sfat=(stotal-0x21)/(1+s * 0x100)+1 (1)
Wherein sfat is the sector number of FAT, and stotal is total sector number, and s is every bunch a sector number.And the reckoning process of formula (1) is as follows:
At first, there are 512 characters each sector; Starting the record number is 1; The root directory sector number is 32; Sdata is the sector number of data field.Therefore the total sector number in the disk (or disk cut section) is:
stotal=1+sfat+32+sdata????????????(1-1)
Again, per 2 characters point to bunch of data field among the FAT, so equation is arranged:
sfat×512/2=sdata/s???????????????(1-2)
So (1-2) formula can be expressed as after rearranging:
sdata=sfat×s×256????????????????(1-3)
With formula (1-3) generation time formula (1-1), then can get then
stotal=1+sfat+32+sfat×s×256?????(1-4)
After after arrangement proposes sfat, promptly obtain
sfat=(statal-33)/(1+s×256)+1?????(1-5)
In formula (1-5) because sfat is integer type, so add 1 at last, remedying the fraction part of giving up, so with formulism (1-5) be behind the sexadecimal just calculating formula as shown in Equation (1):
Step 107 is called the function 03h of BIOS interrupt INT 13h with an arithmetic logic unit, and step 106 is calculated the content of the sector of gained, writes to start in the record behind the corresponding position, and skips to step 110;
Step 108 according to formula (2), is calculated the size of FAT sector number with arithmetic logic unit;
sfat=(stotal-0x23)/(1+8×0x080)+1????(2)
Wherein, sfat is the sector number of every FAT, and stotal is total sector number, and s is every bunch a sector number.And the formula of formula (2) calculates that process is as follows:
Because formative object is FAT32 at present, so per 4 characters point to one bunch, each bunch contains 8 sectors.There are 512 characters each sector; Starting record number FAT16 is 3; The sector number of file directory is 32; At first can obtain an equation according to aforementioned data:
sfat×512g=sdata/8?????????????(2-1)
After arrangement, can be expressed as in addition:
sdata=sfat×8×128?????????????(2-2)
With formula (2-2) substitution formula (1-1), then can get
stotal=3+sfat+32+sfat×8×128??(2-3)
Sfat in (2-3) formula of proposition, and rearrange and can get:
sfat=(stotal-35)/(1+8×128)+1??(2-4)
Similarly, in formula (2-4), because sfat is integer type, thus add that at last 1 is the fraction part of giving up in order to mend, so (2-4) formula turned to the calculating formula that just obtains formula (2) behind the sexadecimal.
Step 110, (stotal-2 * sfat-0x20)/8-1 calculates the size of Free Space with formula F ree Space=;
Step 110 is called the function 03h of BIOS interrupt INT 13h with arithmetic logic unit, and step 108 is calculated the content of the sector of gained, writes respectively in three relevant positions that start record;
Step 111 is the content of two file configuration table and file directory clearly zero specifically, for needing a clear t sector altogether, t=sfat * 2+32 wherein, and each file configuration table (FAT) begin to write meadia number, wherein FAT16 is f8ff; And FAT32 is f8ffff0f; And step 112, finish format.
The hard disk of an existing 2G after process " FDISK " instruction is cut apart again, is divided into two logic dividing, is respectively C and D, and wherein, the size of D dish is 1.2G, and when with above-mentioned treatment scheme the D dish being carried out quick formatting, its processing procedure is as follows:
(1) calling BIOS interrupt INT 13h function 02h with arithmetic logic unit obtains with disk and cuts apart
The information that the district is relevant;
With function biosdisk (2,0x80,0,0,1,1, buffer) can obtain following data;
(1) total sector number of disk cut section: 0x259afl
(2) initial head number: 0x01
(3) initial cylinder number: 0x96
(4) initial sector number: 0x01
(5) hard disk sequence number: 08x0 (i.e. first hard disk)
(6) FAT type: 0x0b (being FAT32)
(2) 08h that calls BIOS interrupt INT 13h function with arithmetic logic unit can obtain every track
Contained sector number (f) and magnetic head number (g).
union?REGS?inreg,outreg;
unsigned?f,g;
inreg.h.ah=8;
inreg.h.al=0x80;
in86(0x13,&inreg,&outreg);
f=(outreg.h.cl&63);
g=ooutreg.h.dh+1;
Obtain f=0x3F, G=0xF0;
(3) produce the disk sequence number at random with function random ()
(4) with the sector number of arithmetic logic unit calculation document allocation list:
sfat=(0x259af1-0x21)/(1+8×0x80)+1=0x965
(5) calculate Free Space:
Free?Spage=(0x259af1-2×0x965-0x20)/8-1=0x4b101
(6) call the startup recorded content (totally 3) that BIOS interrupt INT 13h function 03h will calculate with arithmetic logic unit and write 0x01 magnetic head, 0x96 cylinder, place, 0x01 sector.
(7) utilizing circulation is the content of 2 file configuration table and file directory clearly zero, and at each literary composition
Part allocation list section start writes f8ffff0f (media number).
Need a clear t sector, wherein t=sfat * 2+32=4842 altogether
The above only is the preferred embodiments of the present invention, be not limited to implement with the device of above-mentioned hardware, such as anyly be familiar with any modification that this technician is done in the field of the invention, have equal effect, all should contain and be placed in the claim scope of enclosing.
The advantage of the inventive method is:
1. the present invention calculates by the interrupt instruction of calling BIOS, reconfigures all the elements and the position of promoter region, file configuration table (FAT) and the root directory area of disk, can save a large amount of format time.
2. the present invention is applicable to the cut section table of two types of FAT16 and FAT32.
The present invention for by low-level formatting, again cut apart and disk in certain zone is impaired can't with the disk of tradition " format/q " instruction format, still can carry out quick formatting to it.

Claims (13)

1. method of formatting diskette is applied to one and has a format manipulation that starts the disk cut section of record, a file configuration table and a file directory,, it is characterized in that its step comprises in order to save the formative time:
A. obtain a disk parameter relevant with an arithmetic logic unit with this disk cut section;
B. produce a disk sequence number;
C. according to this disk parameter, obtain a sector number of this document allocation list with this arithmetic logic unit;
D. with this arithmetic logic unit sector number, this disk sequence number of this document allocation list write relevant position in this startup record; And
E. remove the content of a this document allocation list and a file directory.
2. the method for formatting diskette according to claim 1 is characterized in that, this step a calls BIOS interrupt INT 13h with this arithmetic logic unit to obtain this disk parameter.
3. the method for formatting diskette according to claim 1 is characterized in that, the total sector number, that this disk parameter includes this disk cut section starts record position, the numbering of the type of this disk cut section and this disk cut section.
4. the method as formatting diskette as described in the claim 3 is characterized in that the type can be FAT16.
5. the method as formatting diskette as described in the claim 3 is characterized in that the type can be FAT32.
6. the method for formatting diskette according to claim 1 is characterized in that, this disk sequence number is to produce in the mode of (Random) at random.
7. the method for formatting diskette according to claim 1 is characterized in that, this step e is clearly zero with the content of this document allocation list and this document catalogue.
8. a method of formatting diskette is characterized in that, its step comprises:
A. obtain a disk parameter relevant with an arithmetic logic unit, and this disk have a startup record, a file configuration table and a file directory with this disk;
B. produce a disk sequence number;
C. according to this disk parameter, obtain a sector number of this document allocation list with this arithmetic logic unit;
D. with this arithmetic logic unit sector number, this disk sequence number of this document allocation list write relevant position in this startup record; And
E. remove the content of a this document allocation list and a file directory.
9. the method as formatting diskette as described in the claim 8 is characterized in that this step a calls BIOS interrupt INT 13h with this arithmetic logic unit to obtain this disk parameter.
10. the method as formatting diskette as described in the claim 8 is characterized in that, the total sector number, that this disk parameter includes this disk starts record position, the numbering of the type of this disk and this disk.
11. the method as formatting diskette as described in the claim 8 is characterized in that, this disk sequence number is produced in the mode of (Random) at random.
12. the method as formatting diskette as described in the claim 8 is characterized in that, this step e is that the content with this document allocation list and this document catalogue is clearly zero.
13. the method as formatting diskette as described in the claim 8 is characterized in that this disk is a diskette.
CN 99102484 1999-03-04 1999-03-04 Method for formatted disc Expired - Fee Related CN1222871C (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 99102484 CN1222871C (en) 1999-03-04 1999-03-04 Method for formatted disc

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 99102484 CN1222871C (en) 1999-03-04 1999-03-04 Method for formatted disc

Publications (2)

Publication Number Publication Date
CN1266224A true CN1266224A (en) 2000-09-13
CN1222871C CN1222871C (en) 2005-10-12

Family

ID=5270838

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 99102484 Expired - Fee Related CN1222871C (en) 1999-03-04 1999-03-04 Method for formatted disc

Country Status (1)

Country Link
CN (1) CN1222871C (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100336008C (en) * 2004-12-17 2007-09-05 国际商业机器公司 Method and apparatus for permitting access to a storage drive while the drive is being formatted
CN100373502C (en) * 2004-07-22 2008-03-05 群联电子股份有限公司 Effect of improving flash memory at low step format
CN100385413C (en) * 2004-11-05 2008-04-30 义隆电子股份有限公司 Flash memory formatting method
CN102117316A (en) * 2010-12-31 2011-07-06 华为数字技术有限公司 FAT (file allocation table) file system formatting method and device
CN102654870A (en) * 2011-03-03 2012-09-05 赛酷特(北京)信息技术有限公司 Data protection method based on fat32 file system format
CN102736864A (en) * 2012-06-19 2012-10-17 杭州海康威视数字技术股份有限公司 Method and device for formatting hard disk
CN103198850A (en) * 2013-03-20 2013-07-10 广东欧珀移动通信有限公司 Method and device of intelligent formatting of internal hard disk of Android equipment
CN103678026A (en) * 2012-09-18 2014-03-26 杭州海康威视系统技术有限公司 Storing and repairing method and storing and repairing device for repairable video monitoring data
CN114360627A (en) * 2020-10-12 2022-04-15 合肥君正科技有限公司 Lightweight TF card detection tool

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100498720C (en) * 2007-07-16 2009-06-10 威盛电子股份有限公司 Formating and testing method

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100373502C (en) * 2004-07-22 2008-03-05 群联电子股份有限公司 Effect of improving flash memory at low step format
CN100385413C (en) * 2004-11-05 2008-04-30 义隆电子股份有限公司 Flash memory formatting method
CN100336008C (en) * 2004-12-17 2007-09-05 国际商业机器公司 Method and apparatus for permitting access to a storage drive while the drive is being formatted
CN102117316A (en) * 2010-12-31 2011-07-06 华为数字技术有限公司 FAT (file allocation table) file system formatting method and device
CN102117316B (en) * 2010-12-31 2012-11-21 华为数字技术有限公司 FAT (file allocation table) file system formatting method and device
CN102654870A (en) * 2011-03-03 2012-09-05 赛酷特(北京)信息技术有限公司 Data protection method based on fat32 file system format
CN102736864A (en) * 2012-06-19 2012-10-17 杭州海康威视数字技术股份有限公司 Method and device for formatting hard disk
CN102736864B (en) * 2012-06-19 2016-03-16 杭州海康威视数字技术股份有限公司 A kind of method of formatting hard disk and device
CN103678026A (en) * 2012-09-18 2014-03-26 杭州海康威视系统技术有限公司 Storing and repairing method and storing and repairing device for repairable video monitoring data
CN103678026B (en) * 2012-09-18 2017-05-10 杭州海康威视系统技术有限公司 Storing and repairing method and storing and repairing device for repairable video monitoring data
CN103198850A (en) * 2013-03-20 2013-07-10 广东欧珀移动通信有限公司 Method and device of intelligent formatting of internal hard disk of Android equipment
CN114360627A (en) * 2020-10-12 2022-04-15 合肥君正科技有限公司 Lightweight TF card detection tool

Also Published As

Publication number Publication date
CN1222871C (en) 2005-10-12

Similar Documents

Publication Publication Date Title
CN1129848C (en) Method for performing continuous over-write of file in nonvolatile memory
CN1222871C (en) Method for formatted disc
CN1904858A (en) Data-storage apparatus, data-storage method and recording/reproducing system
CN1890644A (en) File management device, file management method, file management method program, and recording medium the file management method program
CN1112380A (en) Recording medium management method
CN1149487C (en) Whole erased non-volatile memory and fast memory controlling method
CN101061466A (en) Apparatus and method for processing data of flash memory
CN1320242A (en) Recording system, data recording device, memory device, and data recording method
CN1404587A (en) Method for regenerating partition using virtual drive, data processor and data storage device
CN1645516A (en) Data recovery apparatus and method used for flash memory
CN1848069A (en) Data storage device, reconstruction controlling device, reconstruction controlling method, and storage medium
CN1717661A (en) Data recording apparatus
CN1732535A (en) Recording method and recorder
CN100339902C (en) Recording apparatus, file management method, program for file management method, and recording medium having program for file management method recorded thereon
CN1574010A (en) File management method, recording apparatus, reproducing apparatus, and recording medium
CN1758253A (en) File management system and method
CN1261942C (en) Method and equipment for processing audio information having system header
CN1248749A (en) Method for merging files
JPH0981424A (en) Information processor
CN1702757A (en) Optical disc recording system
US20050259542A1 (en) Reproduction device and method, recording medium, and program
CN1272207A (en) Recording/reproduction and/or editing of real time information on/from disc like record carrier
CN1216329C (en) Method for establishing guidable partition
CN1820244A (en) Storage device and storage system
CN1841324A (en) Information processing apparatus managing a peripheral device connected to a computer

Legal Events

Date Code Title Description
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C06 Publication
PB01 Publication
C14 Grant of patent or utility model
GR01 Patent grant
CB03 Change of inventor or designer information
CB03 Change of inventor or designer information

Inventor after: Zhang Sibao

Inventor before: Lin Guangxin

Inventor before: Chen Xuantong

Inventor before: Liu Miao

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20170915

Address after: Yiyuan County of Shandong province Zibo City Yue Zhuang Zhen Li Jia Zhuang Cun three District No. 69

Patentee after: Zhang Sibao

Address before: Taipei City, Taiwan, China

Patentee before: Inventec Corporation

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20051012

Termination date: 20180304