- 13
- 0
- 约7.72万字
- 约 59页
- 2017-08-15 发布于河南
- 举报
在有SCO UNIX光碟时,制作的方法:
1.Format a 3.5 inch high density diskette using the format(C) command.
2. mount -r /dev/cd0 /mnt
3.Change directory to the images directory:
cd /mnt/images/boot
NOTE: The example above assumes that your CD-ROM is mounted on the /mnt directory. If it is mounted on a different mount point, substitute that for /mnt in the example above.
4.Use dd(C) to copy the image to the diskette:
dd if=image.img of=/dev/fd0 bs=18k
image is the name of the image you want to copy.
5.Verify that the image was correctly written using sum(C):
sum -r /dev/fd0
Compare the result to the checksum file in /mnt/images/boot that corresponds to the image you copied.
在DOS制作的方法:
Use the floppycp command to copy the image to the diskette:
D:\images\floppycp \f D:\images\boot\image.img
image is the name of the image you are copying.
下面是源光碟上的介绍。。。。。。。
Creating the Installation Boot Diskette:
To create the installation diskette under UNIX, take the following steps:
1. Format a 3.5 High Density Diskette using the Unix format(C) command. Label the diskette SCO OpenServer Release 5.0.5 Install Disk.
2. Change directory to the images directory:
cd /mnt/images
NOTE: The example above assumes that your CDROM is mounted on the /mnt directory. If it is mounted on some other mount point, substitute that for /mnt in the example above.
3. Use the ezcp command to copy the image to the diskette:
./ezcp boot/install.img
4. Verify that the image was correctly written using the Unix sum(C) command:
sum -r /dev/fd0
and compare it to the correct checksum, which is stored in install.sum
NOTE: Depending on the version of your operating system and the configuration of your hardware, you may use a device node other than /dev/fd0.
制作SCO UNIX 5.0.x的安装软盘
在DOS,或者WIN下的制作方法
To create the installation diskette under MS-DOS, take the following steps:
1. Format a 3.5 High Density Diskette using the DOS format command. Label the diskette SCO OpenServer Release 5.0.5 Instal
原创力文档

文档评论(0)