growisofs -Z /dev/dvdrw -R -J -allow-limited-size /home/ms/forBluRay
worked!
I had installed dvd+rw-tools previously. This burned at 4x, estimated time approx 1.5 hours to burn a disk.
Another page recommended,
growisofs -v -Z /dev/dvdrw -r -J -allow-limited-size -speed=1 -dry-run /home/ms/forBluRay/2/*
Lower case `r' is recommended for Linux. `v' is verbose. -dry-run marks a test.
CD:
To burn an iso:
wodim --devices
wodim dev=/dev/cdrw -v -data cd_image.iso
To create an AUDIO cd from a bunch of wavs (cool!):
wodim dev=/dev/cdrw -v -audio [wav files...]
where `v' is verbose.
No comments:
Post a Comment