Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # First check file tree with beginning-only test image:
- timeout 2 genisoimage -r -udf -V "test image" 2BDR test.iso
- sudo mount test.iso $media/UDF
- find 2BDR |wc
- find $media/UDF |wc
- sudo umount test.iso
- # after successful check, write to disc.
- growisofs -use-the-force-luke=spare:none -use-the-force-luke=notray -overburn -Z /dev/sr1 -speed=4 -r -udf -V "BD-R-date-comment" 2BDR
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement