然后又一次挂载U盘,開始制作启动盘:
# dd if=/ntfs/linux_all/sys/CentOS-7.0-1406-x86_64-DVD.iso of=/dev/sdb
注意是/dev/sdb 不是/dev/sdb1 否測出现:isolinux.bin missing or corrupt 错误
此时能够又一次开一个终端以dd命令同样到用户执行:# while killall -USR1 dd; do sleep 5; done3618528+0 records in 3618528+0 records out 1852686336 bytes (1.9 GB) copied, 392.471 s, 4.7 MB/s 3673141+0 records in 3673141+0 records out 1880648192 bytes (1.9 GB) copied, 397.562 s, 4.7 MB/s 3726407+0 records in 3726407+0 records out 1907920384 bytes (1.9 GB) copied, 402.54 s, 4.7 MB/s 3779793+0 records in
sync:将每一个输入块填充到ibs个字节,不足部分用空(NUL)字符补齐。
使用wodim刻录光盘:查看光驱信息:
wodim --devices wodim: Overview of accessible drives (1 found) : ------------------------------------------------------------------------- 0 dev='/dev/scd0' rwrw-- : 'HL-DT-ST' 'DVDRAM GT31N' -------------------------------------------------------------------------运行刻录
wodim -sao -v speed=1 dev=/dev/scd0 /ntfs/linux_all/sys/CentOS-7.0-1406-x86_64-DVD.iso
-v verbose
-eject 刻完自己主动弹出光盘
speed=1 dev=0,3,0 :1M速刻录到dev=/dev/scd0