Backing Linux up to Blu-Ray

Reference link (link)

  • truncate –size=25GB /big/disk/mybr.udf
  • mkudffs /bigdisk/mybr.udf
  • mkudffs /bigdisk/mybr.udf
  • mount -oloop,rw /bigdisk/mybr.udf /mnt/test
  • growisofs -speed=1 -Z /dev/dvd=/bigdisk/mybr.udf (grow the iso to 25gb)
  • Install deps:  yum -y install cdw udftools

Some links to help learn how to do this:

  • http://allgood38.io/burn-bluray-data-disks-on-linux-minimize-coasters.html
  • http://www.troubleshooters.com/linux/blu-ray-backup.htm
  • http://linuxhacksandfixes.blogspot.com/2013/02/recording-data-blu-ray-from-command-line.html
  • block added