From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GYG4c-0006WM-Am for garchives@archives.gentoo.org; Fri, 13 Oct 2006 05:59:10 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.6) with SMTP id k9D5v5Pf022907; Fri, 13 Oct 2006 05:57:05 GMT Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by robin.gentoo.org (8.13.8/8.13.6) with ESMTP id k9D5t4qA000871 for ; Fri, 13 Oct 2006 05:55:04 GMT Received: by wx-out-0506.google.com with SMTP id r21so1080136wxc for ; Thu, 12 Oct 2006 22:55:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JqaqOCcZGIfcILuZ+SXACQDQ4txvZEg8jhDTdRmyGCguxQ9zbYEokeqBC3U8xmr3/h6AL50jyZgQGhiQhXEHdJRVJ3nAUQ3qwgHB+wjEYjDOBNZI0KH6LB2wnKL4tvKh056hb81kIFxdD1verySmo3qRJosOt5kPJSey3BcNaGs= Received: by 10.90.105.20 with SMTP id d20mr1915701agc; Thu, 12 Oct 2006 22:55:03 -0700 (PDT) Received: by 10.90.54.10 with HTTP; Thu, 12 Oct 2006 22:55:03 -0700 (PDT) Message-ID: <49bf44f10610122255y117f9b60ud15381c0a3e64c72@mail.gmail.com> Date: Thu, 12 Oct 2006 22:55:03 -0700 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] {OT} dvdrip permissions error, alternative? In-Reply-To: <20061012183856.50550030@hactar.digimed.co.uk> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49bf44f10610050957q6a1758apded3e4b5ffce987@mail.gmail.com> <20061009190703.3fd2226c@krikkit.digimed.co.uk> <49bf44f10610091708y237251f4p922a46bfa19a3e47@mail.gmail.com> <20061010092847.35e25270@hactar.digimed.co.uk> <49bf44f10610100859s64e6d680kd0c9c7f117bcaf2a@mail.gmail.com> <20061010215313.0a0e0397@krikkit.digimed.co.uk> <49bf44f10610110824u5364ad40rac4086c8c90023f@mail.gmail.com> <20061011191217.275714e7@hactar.digimed.co.uk> <49bf44f10610120726p460f8ae1r2e4af733b673858f@mail.gmail.com> <20061012183856.50550030@hactar.digimed.co.uk> X-Archives-Salt: 2d407fe9-3484-413b-966e-38de393e616d X-Archives-Hash: 2a53ff2acd7b258c766ec7b2da1d8676 > > > Could it be using this? http://en.wikipedia.org/wiki/ARccOS > > > > Would it then make sense that vobcopy can rip a decrypted backup from > > the disc but not from a disc image? > > Possibly, because dd would trip up on the deliberate errors. I'm tweaking that script you wrote. Here's what I have: #!/bin/bash echo Enter DVD filename: read FILENAME mount /dev/cdrom TITLE=$(vobcopy -I 2>&1 | awk '/DVD-name:/ {print $3}') vobcopy -m || exit mkisofs -dvd-video -V $TITLE -o $FILENAME $TITLE || exit rm -rf $TITLE umount /dev/cdrom Can you tell me what purpose the "|| exit" portions serve? Also, how can I run the script by typing /path/to/getdvd? I've tried: chmod +x getdvd and: chmod 0777 getdvd with no luck. - Grant -- gentoo-user@gentoo.org mailing list