看板FreeBSD
标 题Re: 在Freebsd上使用 cdr
发信站清华生命科学 BBS (Tue Apr 20 13:21:48 2004)
转信站ptt!ctu-reader!ctu-peer!news.nctu!freebsd.ntu!news.ntu!news.mcu!newsfe
※ 引述《[email protected] (阿乐)》之铭言:
> 请问一下,在bsd的文字模式下,要如何使用CDR呢?
> 在网路上找到了有关 cdrecord的这个套件
> 但是一直都无法成功.. :<
> 想问一下,在使用cdrecord时有没有什麽东西要特别注意的?
> kernel? module?? 有没有什麽要加进来的呢?
> 我的 cdr是SCSI的,不知道要如何使用
> 或者大家有没有什麽样的经验建议,谢谢...
yeah, i am using cdrecord to burn my CD,
first you run 'scanbus' to find out your SCSI device number
like mine is 1,0,0
then you make iso image file with 'mkisofs -o image.iso your-file'
then you burn ur CD with 'cdrecord -eject -v dev=1,0,0 image.iso'
-eject: CD tray open itself after burning is finished
-v: verbose
i don't think I did anything to my kernel, except that I have to
'emulate SCSI' device in my kernel since my CDR is IDE.
--
※ Origin: 生命科学 BBS <bbs.life.nthu.edu.tw>
◆ From: sparky.ic.sunysb.edu