JoKerTheFirst n00b
Joined: 19 Jul 2004 Posts: 69 Location: Rome, Italy
|
Posted: Sat Dec 25, 2004 5:38 pm Post subject: growisofs error [SOLVED] |
|
|
I had this problem for quite a while and I tought It could be useful to everyone to know how to solve it.
Code: | bash-2.05b$ growisofs -dvd-compact -Z /dev/cdrom=isofile.iso
growisofs: no mkisofs options are permitted with =, aborting...
bash-2.05b$ |
The solution is just to remove the -dvd-compact flag (even though it is suggested by the man page).
Code: | bash-2.05b$ growisofs -Z /dev/cdrom=isofile.iso |
I found the bus solution here
http://www.debiantalk.com/_Bug238588_dvdrw-tools_example_in_manpage_doesnt_work-9661152-5776-a.html
currently using:
dvd+rw-tools-5.21.4.10.8
Code: | Linux JoKerRoom 2.6.9-gentoo-r12 #1 Fri Dec 24 20:21:15 CET 2004 i686 AMD Athlon(TM)Processor AuthenticAMD GNU/Linux |
|
|