[SOLVED] Command line tools to burn files to a CD/DVD 28 December 2023, 23:15:03 Are there any minimal command line tools to burn files to a CD/DVD?The only recommendations I could find were only large GUI apps like "Brasero" or "K3B" or outdated terminal applications like "cdw" or "burn".Any recommendations would be greatly appreciated. Last Edit: 15 February 2024, 20:14:10 by hyuga
Re: Command line tools to burn files to a CD/DVD Reply #1 – 29 December 2023, 03:06:43 https://docs.salixos.org/wiki/How_to_create_a_video_DVD_from_the_command_lineI hope it's useful. I followed the steps described except that I used xfburn to burn the iso to dvd.
Re: Command line tools to burn files to a CD/DVD Reply #2 – 29 December 2023, 03:27:29 https://www.baeldung.com/linux/terminal-burn-iso-cd-dvdI used to use cdrecord but evidently it has been replaced. You generally need to make an iso image first
Re: Command line tools to burn files to a CD/DVD Reply #3 – 29 December 2023, 03:38:17 Check out the packagescdrtoolsdvd+rw-tools
Re: Command line tools to burn files to a CD/DVD Reply #4 – 29 December 2023, 03:45:33 Indeed it's basically only growisofs that's left as a current tool for optical media writing (and libdvdcss for reading proprietary volumes but you still have to mount it like any iso9960 image), bit of a shame really but what can you do...Where are those cheap blu ray rw discs to make optical media relevant again?
Re: Command line tools to burn files to a CD/DVD Reply #5 – 29 December 2023, 05:40:50 Quote from: Hitman – on 29 December 2023, 03:45:33Indeed it's basically only growisofs that's left as a current tool for optical media writing (and libdvdcss for reading proprietary volumes but you still have to mount it like any iso9960 image), bit of a shame really but what can you do...Where are those cheap blu ray rw discs to make optical media relevant again? I have 3 terabyte thumbdrives and two more in my camera.My entire life now sits on a flash disk. Take 5 thumb drive and turn them into a raid 5.
Re: Command line tools to burn files to a CD/DVD Reply #6 – 29 December 2023, 08:21:47 Hi,i can offer xorriso, out of source package libisoburn. See https://packages.artixlinux.org/details/libisoburnA more detailed description with command examples is at the web page ofthe standalone GNU version which incorporates copies of libisoburn,libisofs, and libburn: https://www.gnu.org/software/xorriso/Support mailing list address is bug-xorriso at gnu.orgmrbrklyn wrote:> I used to use cdrecord but evidently it has been replaced.xorriso provides a basic cdrecord emulation under the name xorrecord: https://www.gnu.org/software/xorriso/man_1_xorrecord.html> You generally need to make an iso image firstxorriso can do ISO 9660 production and burning in a single run.See example "Create new ISO-9660 filesystem image, ..." on the GNU xorrisoweb page.Hitman wrote:> Indeed it's basically only growisofs that's left as a current tool for> optical media writingThere is libburn which serves under Xfburn, xorriso, and optionallyunder Brasero.> Where are those cheap blu ray rw discs to make optical media relevant again?Well, last time i bought BD-RE for ~ 0.80 EUR per piece they where cheaperthan DVD+RW (~1.10 EUR).Have a nice day Thomas