$ growisofs -dvd-compat -Z /dev/scd0=somefile.iso
:-( unable to open64("/dev/scd0",O_RDONLY): Permission denied
Well, the answer is pretty obvious though, just change the permissions to anyone can write to it.
$cd /dev
$ sudo chmod o+rw sr0
Edit:
Apparently wasn't that simple! chmoding it works well until you reboot, when /dev is recreated... looking on how to fix that.
No comments:
Post a Comment