|
|
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
http://www.linuxsir.cn/bbs/showt ... ;highlight=cdrecord
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
http://www.linuxsir.cn/bbs/showt ... mp;page=1&pp=15
http://www.linuxsir.cn/forum.php?mod=viewthread&tid=42038
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
http://www.linuxsir.cn/bbs/showt ... %BF%CC%C2%BC+%C2%BC
这些都是搜到的比较好的关于刻录的帖子了,
:)
看了600多个帖子才找到,真是辛苦
不过我还是有一些疑问,
我现在打算用cdrecord来刻录iso文件
我的
cdrecord -scanbus dev=ATAPI
的输出如下
scsidev: 'ATAPI'
devname: 'ATAPI'
scsibus: -2 target: -2 lun: -2
Warning: Using ATA Packet interface.
Warning: The related Linux kernel interface code seems to be unmaintained.
Warning: There is absolutely NO DMA, operations thus are slow.
NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to <cdrtools@packages.debian.org>.
The original author should not be bothered with problems of this version.
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) 'LITE-ON ' 'LTR-52327S ' 'QS55' Removable CD-ROM
0,1,0 1) 'ATAPI-CD' 'ROM-DRIVE-52MAX ' '52E4' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
我的/etc/cdrecord/cdrecord
如下
ins defaults that are used if no command line option
# or environment is present.
#
# The default device, if not specified elswhere
#
CDR_DEVICE=yamaha
#
# The default speed, if not specified elswhere
#
# Note that newer cdrecord versions do not default
# to speed=1. For MMC compliant drives, the default
# is to write at maximum speed, so it in general does
# not make sense to set up a default speed in /etc/default/cdrecord
#
#CDR_SPEED=40
#
# The default FIFO size if, not specified elswhere
#
CDR_FIFOSIZE=4m
#
# The following definitions allow abstract device names.
# They are used if the device name does not contain the
# the characters ',', ':', '/' and '@'
#
# Unless you have a good reason, use speed == -1 and let
# cdrecord use it's intercal drive specific defaults.
#
# drive name device speed fifosize driveropts
#
teac= 1,3,0 -1 -1 ""
panasonic= 1,4,0 -1 -1 ""
plextor= 1,4,0 -1 -1 ""
sanyo= 1,4,0 -1 -1 burnfree
yamaha= 1,5,0 -1 -1 ""
cdrom= 0,6,0 2 1m ""
我打算用如下的命令来刻盘
cdrecord -v dev=0,0,0, cd.iso speed=10 fs=4m
不知道这样会不会有不妥?
另外想问的就是大家用的都是几倍速的,
我同学在windows下面的时候用的是nero,48X,但是我看帖子都写的是2倍速的,这个不知道
要刻到何年何月,我同学的刻录机是52X的cd-rw,去年买的也就是2004年了,
另外想问的就是,大家缓存都设多大呢,
帖子里面都写的是4m,这个够用吗?是不是太小了?
本机器的内存256m,icewm环境,
Linux ss 2.6.8-1-k7 #1 Thu Nov 25 04:13:37 UTC 2004 i686 GNU/Linux
debian sarge |
|