On Fri, 23 Jul 2004 01:44, Antonio Rodriguez wrote: > On Thu, Jul 22, 2004 at 01:51:30PM +0200, LeVA wrote: > > 2004. j�lius 22. 13:29, > > LeVA <[EMAIL PROTECTED]> > > > > -> "Debian-User" <[EMAIL PROTECTED]>: > > > Hi! > > > > > > I want to backup my dvd disc. Not ripping the vob files from it, but > > > make an image file (ie. .iso file) what I could write out later. > > > Anyone can help what program should I use? > > > > > > Thanks! > > > > okay... it is very simple :) dd if=/dev/dvd of=/mnt/tmp4/stuff.iso > > It may not always work. If the dd fails maybe: mount /dev/dvd df get the # of1k blocks in the device. Div by 2 to get # of sectors. readcd dev=x,y,z f=your.iso sectors=0-# of sectors.
where x,y,z is what cdrecord -scanbus reports. If the dvd device is not recognised by cdrecord dd might work. Bob Parker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

