From owner-freebsd-questions@FreeBSD.ORG Thu Jun 19 01:50:46 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5506537B401 for ; Thu, 19 Jun 2003 01:50:46 -0700 (PDT) Received: from TK212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58A443FA3 for ; Thu, 19 Jun 2003 01:50:45 -0700 (PDT) (envelope-from herbert@TK212017121218.teleweb.at) Date: Thu, 19 Jun 2003 10:50:34 +0200 From: Herbert To: freebsd-questions@freebsd.org Message-ID: <20030619085034.GA5089@TK212017121218.teleweb.at> References: <20030619120129.O60819@squirm.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="J/dobhs11T7y2rNN" Content-Disposition: inline In-Reply-To: <20030619120129.O60819@squirm.dsto.defence.gov.au> X-Operating-System: FreeBSD 5.1-RELEASE User-Agent: Mutt/1.5.4i cc: "Wilkinson,Alex" Subject: Re: /usr/ports/sysutils/vobcopy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 08:50:46 -0000 --J/dobhs11T7y2rNN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jun 19, 2003 at 12:04:42PM +0930, Wilkinson,Alex wrote: > Hi, >=20 > Does anyone know if it is possible to use vobcopy on a DVDROM mounted > over nfs ? >=20 > I have tryed this and keep getting this error: >=20 > # mount_nfs hostname:/path/to/dvdrom >=20 > # vobcopy -i /mnt > You use -i. Normally this is not necessary, vobcopy finds the input > dir by itself. This option is only there if vobcopy makes trouble. > If vobcopy makes trouble, please mail me so that I can fix this i > (robos@muon.de). Thanks > Could not find the provided path (/mnt), typo? >=20 > path to cd: > libdvdread: Can't stat > No such file or directory >=20 > Path thingy didn't work '(null)' > Try someting like -i /cdrom, /dvd or /mnt/dvd >=20 >=20 > Any ideas ? >=20 > Cheers Hei! Yes! cd to /mnt and then run vobcopy from there, without the -i switch. I think this is not a nfs problem, because I get the same error when I run vobcopy -i on locally mounted dvds.=20 The following works fine: # mount_cd9660 /dev/acd1 /mnt/dvd # cd /mnt/dvd/ # vobcopy -m -o /mnt/disk3 -t dvd_title Herbert --J/dobhs11T7y2rNN Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (FreeBSD) iD8DBQE+8XlZMc0az70eKG4RAoNrAJ9ssqzDaXl9B8bZMupD9RRWMEXhcwCfT95r tvPvWJcPN6M3gDF9uecQ+gM= =zSUE -----END PGP SIGNATURE----- --J/dobhs11T7y2rNN--