View Single Post
Old 3rd June 2008
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Quote:
Originally Posted by heatherval View Post
hm

Do not worry about it i think for now we leave it simple as we have been doing lol
before i move over and try this block device you mention

Oh you mean i just cant for example copy
an avi file to the DVD+RW without making an iso first?

Would any of these iso command be helpful for me,
Make a directory, put the files you want on the DVD in it..
$ mkdir my-dvd
$ mv GNUMPlayer-1.0rc2.pkg my-dvd
Create an image, with Rockridge extensions.. (Support for Unix permissions.)
$ mkisofs -o test.iso -R my-dvd
Burn!
$ cdrecord dev=7,1,0 -v -sao test.iso

Do the "mkisofs -print-size" step I posted earlier if this fails, you might need it..
Reply With Quote