This Is How I Taught a Man in His Sixties to Maintain His Computer
Lu Xuejun 2001.7.30
A good friend’s father is sixty-three this year. With little to amuse himself in old age, he bought a computer to trade stocks in his spare time and go online to read the news, but the computer often would not boot because of virus infection or accidental misoperation. Since the old gentleman’s computer knowledge was absolutely zero, I came up with the idea of using GHOST software to make him an automatic recovery backup floppy disk. When the computer acts up, he only needs to boot it once with this floppy and it’s OK.
The principle is very simple. First divide the hard disk into two partitions, C and D. Install WINDOWS98 and all application software into drive C, then use GHOST software to make the entire C drive into an image file and put it in drive D (for example, with the filename c.gho).
Make a DOS boot disk (so that it can recognize the FAT32 file format, it is recommended to use the DOS that comes with WIN98), copy GHOST.EXE to that floppy, edit the AUTOEXEC.BAT file in the root directory of the floppy, and add the following line:
GHOST -CLONE,MODE=PLOAD,SRC=D:\C.GHO:1,DST=1:1 -SURE -RB
Keep this floppy safe. If the computer has problems again later, just boot the computer with this floppy, and GHOST will automatically restore the original contents of drive C (of course, this requires that the C.GHO file on drive D has not been damaged).
Just in case, I made two such floppies for the old gentleman.
From then on, the man in his sixties no longer needed to ask anyone to maintain his computer.
Lu Xuejun 2001.7.30
A good friend’s father is sixty-three this year. With little to amuse himself in old age, he bought a computer to trade stocks in his spare time and go online to read the news, but the computer often would not boot because of virus infection or accidental misoperation. Since the old gentleman’s computer knowledge was absolutely zero, I came up with the idea of using GHOST software to make him an automatic recovery backup floppy disk. When the computer acts up, he only needs to boot it once with this floppy and it’s OK.
The principle is very simple. First divide the hard disk into two partitions, C and D. Install WINDOWS98 and all application software into drive C, then use GHOST software to make the entire C drive into an image file and put it in drive D (for example, with the filename c.gho).
Make a DOS boot disk (so that it can recognize the FAT32 file format, it is recommended to use the DOS that comes with WIN98), copy GHOST.EXE to that floppy, edit the AUTOEXEC.BAT file in the root directory of the floppy, and add the following line:
GHOST -CLONE,MODE=PLOAD,SRC=D:\C.GHO:1,DST=1:1 -SURE -RB
Keep this floppy safe. If the computer has problems again later, just boot the computer with this floppy, and GHOST will automatically restore the original contents of drive C (of course, this requires that the C.GHO file on drive D has not been damaged).
Just in case, I made two such floppies for the old gentleman.
From then on, the man in his sixties no longer needed to ask anyone to maintain his computer.
我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos


