Revision [3951]

Last edited on 2011-04-19 07:26:17 by KenFong
Additions:
===Make a DVD copy===
$ cd /directory/where/you/want/to/save/the/dvd
$ dvdbackup -M; eject /dev/dvd
$ genisoimage -dvd-video -udf -o MovieName.iso movie_dir_saved_by_dvdbackup/
$ growisofs -Z /dev/dvd=MovieName.iso
Alternately you can skip the genisoimage step:
$ growisofs -dvd-video -udf movie_dir_saved_by_dvdbackup/


Revision [3730]

Edited on 2010-06-28 09:37:21 by KenFong
Additions:
Standards are made up by idiots. 8.3 filenames are standard of 20 years ago and it should be trashed a long time ago. The person who revised it should realize 31 character filename and 255 character path name are also going to hit limits sooner or later. The following creates an iso that's not compliant to the "standards" but backs up everything you need!
Deletions:
Standards are made up by idiots. 8.3 filenames are standard of 20 years ago and it should be trashed a long time ago. The following creates an iso that's not compliant to the "standards" but backs up everything you need!


Revision [3729]

The oldest known version of this page was created on 2010-06-28 09:36:06 by KenFong
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki