📄 00000019.htm
字号:
/etc/fstab file. Go ahead and load the file into your favorite text <BR> editor, which I know is vi. We need to tell our linux system where the <BR> CD-ROM and CD-R are located, more than likely you have already have an <BR> entry for your CD-ROM but not the CD-R. Here is what mine looks like: <BR>/dev/hda2 swap swap defaults 0 0 <BR>/dev/hda3 / ext2 defaults 1 1 <BR>/dev/hda1 /boot ext2 defaults 1 2 <BR>/dev/hdc /cdrom iso9660 ro,noauto,user,exec 0 <BR> 0 <BR>/dev/fd0 /floppy auto noauto,user 0 0 <BR>none /proc proc defaults 0 0 <BR> <BR> Ok, see the line that reads <BR>/dev/hdc /cdrom iso9660 ro,noauto,user,exec 0 0 <BR> <BR> this is the entry for our CD-ROM drive, simple edit the first part <BR> that says /dev/hdc and replace it with whatever location reported to <BR> you during system startup, in my case I would edit the line to read: <BR>/dev/sr0 /cdrom iso9660 ro,noauto,user,exec 0 0 <BR> <BR> Now, make an EXACT duplicate of the line but edit the first field to <BR> represent the location of your CDR and the second filed to the <BR> directory you want to mount it under. The line for my CD-R looks like <BR> this: <BR>/dev/sr1 /cdr iso9660 ro,noauto,user,exec 0 0 <BR> <BR> My entire /etc/fstab now looks as so: <BR>/dev/hda2 swap swap defaults 0 0 <BR>/dev/hda3 / ext2 defaults 1 1 <BR>/dev/hda1 /boot ext2 defaults 1 2 <BR>/dev/sr0 /cdrom iso9660 ro,noauto,user,exec 0 0 <BR>/dev/sr1 /cdr iso9660 ro,noauto,user,exec 0 0 <BR>/dev/fd0 /floppy auto noauto,user 0 0 <BR>none /proc proc defaults 0 0 <BR> <BR> Save and close the file. We are done installing and setting up the <BR> CDR!!!! <BR> <BR> Now, for software, I will not show you how to use the various software <BR> packeages, but I will point you to a few packages and web pages. <BR> <BR> First, the software that is pretty much required: <BR> mkisofs - This is a premastering tool for mastering iso9660 cdroms.The <BR> 1.10 version contains *many* enhancements over the previous version. <BR> These include: <BR> * * Support for generating multi-session discs. <BR> * * Support for El-Torito bootable cdroms. <BR> * * Now configured with GNU autoconf. <BR> <BR> Most of the CD burning tools require this package to be present on <BR> your system. <BR> cdrecored - Command line CD buring utility. Needed by most GUI burning <BR> software. <BR> cdparanoia - A tool for ripping songs tracks off of a CD. This tool is <BR> also used by many GUI burning utilities. <BR> cdda2wav - cdda2wav is a sampling utility for CD-ROM drives that are <BR> capable of sending audio CD data in digital form to your computer <BR> (CDDA). Data can be dumped into wav, sun or cdr format files. Options <BR> control the recording format (stereo/mono, 8,12,16 bits, different <BR> rates), as well as sound pitch. SCSI cdrom drives and burners, as well <BR> as many IDE cdrom drives are supported. <BR> Check your distribution, many distributions come with these packages. <BR> <BR> Now for burning software: <BR> CDR-Toaster - My personal favorite, from the CDR-Toaster webpage: <BR> This is a graphical front-end for the excelent programs 'mkisofs' and <BR> 'cdrecord'. <BR> It can also burn mp3 to cd audio. <BR> <BR> It's good for: <BR> * Avoiding coasters due to command-line mistakes <BR> * Eliminating the tedium of consulting documentation <BR> * Feeling more secure in a correct set of options <BR> * Being lazy <BR> <BR> Gnome Toaster - A graphical utility to burn CDs for Gnome fans. <BR> Disclaimer: No Microsoft products were used in the creation of this <BR> web-site. No Microsoft employees or users were harmed in the creation <BR> of this web-site. <BR> This site was created with vi. <BR> <BR>=======End=========== <BR>-- <BR>|======================+========================+====================| <BR>| 以无法为有法 , | 拳本无法,有法也空; | 我爱GNU/Linux, | <BR>| 以无限为有限 | 一法不立,无法不容。| 因为我爱自由! | <BR>| | | | <BR>| 截拳道宗师-李小龙 | 意拳宗师-王芗斋 | 土人 Linuxrat | <BR>|======================+========================+====================| <BR> <BR>※ 来源:·BBS 水木清华站 smth.org·[FROM: 202.112.168.253] <BR><CENTER><H1>BBS水木清华站∶精华区</H1></CENTER></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -