Re: live cd
From: I R A Darth Aggie (hfrarg_at_nttvr2x3.pbgfr.arg)
Date: 12/24/04
- Previous message: jim bob and joe bob: "Re: live cd"
- In reply to: jim bob and joe bob: "Re: live cd"
- Next in thread: jim bob and joe bob: "Re: live cd"
- Reply: jim bob and joe bob: "Re: live cd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Dec 2004 22:18:17 GMT
On Fri, 24 Dec 2004 13:21:02 -0600,
jim bob and joe bob <wheatbread@milo.corn>, in
<10sor0tl9kuiq4e@corp.supernews.com> wrote:
>+ that before. It modifies the files so that they won't work. Is there a
>+ way to burn from Linux, probably text based, if I should get it running
>+ on my G3?
The command you're looking for is 'cdrecord'. First, you do this (as root):
# cdrecord -scanbus
which should produce something like:
scsibus1:
1,0,0 100) 'SONY ' 'DVD RW DRU-500A ' '2.0c' Removable CD-ROM
Then to burn,
# cdrecord dev=1,0,0 some_iso_image.iso
and all should be good. You may want to play with the speed=
option. If I'm having issues with buffer underflows, I might do this:
# cdrecord dev=1,0,0 speed=4 some_iso_image.iso
speed=4 may not be the best, but it is a nice, safe number.
James
-- Consulting Minister for Consultants, DNRC I can please only one person per day. Today is not your day. Tomorrow isn't looking good, either. I am BOFH. Resistance is futile. Your network will be assimilated.
- Previous message: jim bob and joe bob: "Re: live cd"
- In reply to: jim bob and joe bob: "Re: live cd"
- Next in thread: jim bob and joe bob: "Re: live cd"
- Reply: jim bob and joe bob: "Re: live cd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|