On a command line I can successfully burn an image to a blank dvd like so...
cdrecord -v -sao tsize=1083354s dev=/dev/dvdrecorder speed=4 driveropts=burnfree myfile.iso
Hooray, it works!!
But in a script the cdrecord command returns...
Bad option: /dev/dvdrecorder
Even tried the option dev=/dev/hdd but it still returns the same error.
Got any suggestions why?
Thanks for any help.
cdrecord -v -sao tsize=1083354s dev=/dev/dvdrecorder speed=4 driveropts=burnfree myfile.iso
Hooray, it works!!
But in a script the cdrecord command returns...
Bad option: /dev/dvdrecorder
Even tried the option dev=/dev/hdd but it still returns the same error.
Got any suggestions why?
Thanks for any help.