Advertisement
Guest User

growisofs script

a guest
Nov 8th, 2024
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # First check file tree with beginning-only test image:
  2. timeout 2 genisoimage -r -udf -V "test image" 2BDR test.iso
  3. sudo mount test.iso $media/UDF
  4. find 2BDR |wc
  5. find $media/UDF |wc
  6. sudo umount test.iso
  7.  
  8. # after successful check, write to disc.
  9. 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