On Thu, 2004-06-24 at 19:07, Barry Yu wrote: > There is program named DVD DECRYTER in Win version can rip dvd into an > iso file and place it in hard drive, then mount this iso file on a > virtue dvd drive so a regular dvd player software can play it. If there > is one like this ( enable user to copy dvd disc into hard drive and play > it there ) for Linux ? > Tks for info I'd use... dd if=/dev/whateveryourdvdis of=/wherever/you/want/movie.iso then use this perl script to extract the files from the iso. http://ftp.sun.ac.za/ftp/iso-images/morphix/uniso if you so wanted you could use growisofs to expand the iso to your dvd burner. growisofs -dvd-compat -Z /dev/hdf=/wherever/you/want/movie.iso Eric