Burn cd/dvd via OMV

  • Hello,
    I re-purposed my old desktop and it's working fine with OMV, but... I have there a cd/dvd burner, and I think it could be useful to save some files to a cd with it. Does anyone know if there's a plugin to handle this? I think it could be a killer feature. :)


    Thanks!

  • I don't think there is any plans for a plugin but you can do this from command line. You can install the growisofs tool. For example:


    apt-get -y install growisofs


    1.To burn a disk first time i.e. to burn a blank DVD:


    growisofs -Z /dev/sr0 -r -J /path/to/files


    Where /dev/sr0 is the mount point of your disc.


    Example: To burn contents of a folder named backup, type:


    growisofs -Z /dev/sr0 -r -J /home/<user_name>/Desktop/backup


    2. To continue a multisession disc to add more files:


    growisofs -M /dev/sr0 -r -J /path/to/files


    This will add more files to the disc and previous files will also remain on disc.


    CREATE A DISC IMAGE


    genisoimage -r -J -o image_name.iso /path/to/folder


    Example: To create an iso image having name data.iso of a contents of folder backup located on desktop,


    genisoimage -r -J -o data.iso /home/<user_name>/Desktop/backup


    BURN AN ISO IMAGE TO DVD


    To burn a disc image to DVD like images of operating systems, type:


    growisofs -dvd-compat -Z /dev/sr0=/path/to/iso_file


    Example: To burn image Backup.iso located at Downloads folder of a user, type


    growisofs -dvd-compat -Z /dev/sr0=/home/<user_name>/Downloads/Backup.iso


    BLANKING A DVD+RW DISC


    To blank a rewritable DVD,


    dvd+rw-format -blank /dev/sr0


    I hope that helps. :)

    • Offizieller Beitrag

    I've also found this: http://joerghaeger.de/webCDwriter/
    How tricky can it be to make it work in OMV? :)


    The program hasn't been updated in seven years. Plus, it is a java app. So, probably will have issues.

    omv 7.0.4-2 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.10 | compose 7.1.2 | k8s 7.0-6 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!