From george at galis.org Wed Jun 4 11:41:30 2008 From: george at galis.org (George Georgalis) Date: Wed Jun 4 11:41:38 2008 Subject: [macosx-unix] command line to burn dvd... Message-ID: <20080604154130.GG21461@sadie.duo> Hi Folks, I'm looking for a way to burn dvds on my MacBookPro from commandline; had planned to do something like this: ssh host "mkisofs -R /master/tree" | dvdrecord -v fs=6m speed=2 dev=2,0 - but dvdrecord doesn't seem to notice the built in dvd recorder. The only other way I know is to copy over the iso file and "disk utility" burn it. is there some way I can burn an iso from stdin? // George -- George Georgalis, information system scientist < From skreuzer at exit2shell.com Wed Jun 4 11:49:36 2008 From: skreuzer at exit2shell.com (Steven Kreuzer) Date: Wed Jun 4 11:49:54 2008 Subject: [macosx-unix] command line to burn dvd... In-Reply-To: <20080604154130.GG21461@sadie.duo> References: <20080604154130.GG21461@sadie.duo> Message-ID: Hey George- Check out hdiutil. You'll first have to create a disk image with a proper filesystem using hdiutil create, and then from there you can burn it to cd SK On Jun 4, 2008, at 11:41 AM, George Georgalis wrote: > Hi Folks, > > I'm looking for a way to burn dvds on my MacBookPro from > commandline; had planned to do something like this: > > ssh host "mkisofs -R /master/tree" | dvdrecord -v fs=6m speed=2 > dev=2,0 - > > but dvdrecord doesn't seem to notice the built in dvd > recorder. The only other way I know is to copy over the > iso file and "disk utility" burn it. is there some way I > can burn an iso from stdin? > > // George > > -- > George Georgalis, information system scientist < > _______________________________________________ > macosx-unix mailing list > macosx-unix@lesmuug.org > http://beth.lesmuug.org/mailman/listinfo/macosx-unix From george at galis.org Thu Jun 5 18:14:44 2008 From: george at galis.org (George Georgalis) Date: Thu Jun 5 18:15:00 2008 Subject: [macosx-unix] Re: command line to burn dvd... In-Reply-To: References: <20080604154130.GG21461@sadie.duo> Message-ID: <20080605221444.GL21461@sadie.duo> thanks, it doesn't let me write a disk from stdin but otherwise much better than using disk utility. // George On Wed 04 Jun 2008 at 11:49:36 AM -0400, Steven Kreuzer wrote: > Hey George- > > Check out hdiutil. You'll first have to create a disk image with a proper > filesystem using hdiutil create, and then from there you can burn it to cd > > SK > > On Jun 4, 2008, at 11:41 AM, George Georgalis wrote: > >> Hi Folks, >> >> I'm looking for a way to burn dvds on my MacBookPro from >> commandline; had planned to do something like this: >> >> ssh host "mkisofs -R /master/tree" | dvdrecord -v fs=6m speed=2 dev=2,0 - >> >> but dvdrecord doesn't seem to notice the built in dvd >> recorder. The only other way I know is to copy over the >> iso file and "disk utility" burn it. is there some way I >> can burn an iso from stdin? >> >> // George >> >> -- >> George Georgalis, information system scientist < >> _______________________________________________ >> macosx-unix mailing list >> macosx-unix@lesmuug.org >> http://beth.lesmuug.org/mailman/listinfo/macosx-unix > > _______________________________________________ > macosx-unix mailing list > macosx-unix@lesmuug.org > http://beth.lesmuug.org/mailman/listinfo/macosx-unix > -- George Georgalis, information system scientist <