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.62) (envelope-from ) id 1GpCAa-0007uB-8m for garchives@archives.gentoo.org; Tue, 28 Nov 2006 23:15:20 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kASND8nu012372; Tue, 28 Nov 2006 23:13:08 GMT Received: from ilievnet.com ([84.21.204.200]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kASNB1DK021332 for ; Tue, 28 Nov 2006 23:11:01 GMT Received: from localhost (localhost [127.0.0.1]) by ilievnet.com (Postfix) with ESMTP id 13837224800 for ; Wed, 29 Nov 2006 01:11:01 +0200 (EET) X-Virus-Scanned: amavisd-new at ilievnet.com Received: from ilievnet.com ([127.0.0.1]) by localhost (ilievnet.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mpmPNXm4AYRU for ; Wed, 29 Nov 2006 01:10:59 +0200 (EET) Received: from [10.0.1.1] (mail.ilievnet.com [10.0.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ilievnet.com (Postfix) with ESMTP id 7DC4622403F for ; Wed, 29 Nov 2006 01:10:58 +0200 (EET) Message-ID: <456CC200.70406@ilievnet.com> Date: Wed, 29 Nov 2006 01:10:56 +0200 From: Daniel Iliev User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.0.8) Gecko/20061112 MultiZilla/1.8.3.0a SeaMonkey/1.0.6 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Using a remote DVD writer References: <200611281051.01267.michaelkintzios@gmail.com> In-Reply-To: <200611281051.01267.michaelkintzios@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: d350127d-0e40-4663-a4c3-bf21c2b2772b X-Archives-Hash: a7ea2c0ff32eb6e8b027078f415c4e30 Mick wrote: > Hi All, > > My laptop does not have a DVD writer, only a DVD/CD player. On the other > hand, my desktop has the works. Other than booting the desktop in Gentoo and > burning DVDs directly, is there a way to use it remotely from my laptop? Can > I define in K3B my desktop's DVD drive(s)? How can I set this up for a LAN > connection? > > While at it, is there a way to achieve this at all when the desktop is not > running Gentoo, but WinXP? > > PS. I do not currently have SAMBA configured on either box. > I think these two command chains should work: "mkisofs -opt1 -opt2 -optN /files/for/burning | \ ssh desktop cdrecord dev=/dev/hdc -driveropts=burnfree -" <---for CDs "mkisofs -opt1 -opt2 -optN /files/for/burning | \ ssh desktop growisofs -dvd-compat -Z /dev/dvd=/dev/fd/0" <---for DVDs If you decide to try the above commands, please, do it with *RW media* first, because I haven't tested them. -- Best regards, Daniel -- gentoo-user@gentoo.org mailing list