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 1GqC5O-0006na-SO for garchives@archives.gentoo.org; Fri, 01 Dec 2006 17:22:07 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kB1HJOJS013781; Fri, 1 Dec 2006 17:19:24 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kB1HGDUu019497 for ; Fri, 1 Dec 2006 17:16:14 GMT Received: by nf-out-0910.google.com with SMTP id c31so5681542nfb for ; Fri, 01 Dec 2006 09:16:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=EbGtm45c2X05fdXyQAaPlvtF8M6kg1RixFthphCD7+gQ3JsBrl0RiZFXnik1IPMXEycduAW2Brav2IRu5EJwdWF2hvNnG4rEjAFlB2veIhEgWtI4lvW40HihvkgW/zuRQYanEACEQCuNQ3pAA80/fJdFOjUY9xr4olbVniJyljk= Received: by 10.82.138.6 with SMTP id l6mr1086753bud.1164993373131; Fri, 01 Dec 2006 09:16:13 -0800 (PST) Received: by 10.82.173.15 with HTTP; Fri, 1 Dec 2006 09:16:13 -0800 (PST) Message-ID: Date: Fri, 1 Dec 2006 18:16:13 +0100 From: "jak gentoo" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Using a remote DVD writer In-Reply-To: <200611291853.44009.michaelkintzios@gmail.com> 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: multipart/alternative; boundary="----=_Part_3982_25643075.1164993373073" References: <200611281051.01267.michaelkintzios@gmail.com> <456CC200.70406@ilievnet.com> <200611291853.44009.michaelkintzios@gmail.com> X-Archives-Salt: de3ce5fd-efdb-4a71-83a5-aebc525aeaa2 X-Archives-Hash: e333fa4e5f0b0d31bbbd060570a404a7 ------=_Part_3982_25643075.1164993373073 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 11/29/06, Mick wrote: > > On Tuesday 28 November 2006 23:10, Daniel Iliev wrote: > > 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. > > Thanks for all suggestions. Daniel's idea seems to be closer to what I > was > looking for (I do not have Java installed on either box, although I could > run > Knoppix on the CD writer machine). Only I have no idea what the options > should be to copy a DVD - I guess an iso image of the original? I'll need > to > go through that man page a few times, unless you can suggest an > appropriate > string of options. > > PS. When I used the k3b gui with default settings to copy a WinXP > directory > to a DVD it capitalised all filenames and substituted most characters > like "&", spaces, etc with "_". I assume that this is because it applied > Jolliet standard. How should I set it in K3B to get all the > file name characters copied over intact? How would I do this in mkisofs, > too? > -- > Regards, > Mick > > > on mkisofs I think you have to use -r for Rock Ridge then you should get the "real" filenames ------=_Part_3982_25643075.1164993373073 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

On 11/29/06, Mick <michaelkintzios@gmail.com> wrote:
On Tuesday 28 November 2006 23:10, Daniel Iliev wrote:
> 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.

Thanks for all suggestions.  Daniel's idea seems to be closer to what I was
looking for (I do not have Java installed on either box, although I could run
Knoppix on  the CD writer machine).  Only I have no idea what the options
should be to copy a DVD - I guess an iso image of the original?  I'll need to
go through that man page a few times, unless you can suggest an appropriate
string of options.

PS.  When I used the k3b gui with default settings to copy a WinXP directory
to a DVD it capitalised all filenames and substituted most characters
like "&", spaces, etc with "_".  I assume that this is because it applied
Jolliet standard.  How should I set it in K3B to get all the
file name characters copied over intact?  How would I do this in mkisofs, too?
--
Regards,
Mick


on mkisofs I think you have to use -r for Rock  Ridge then you should get the "real" filenames
------=_Part_3982_25643075.1164993373073-- -- gentoo-user@gentoo.org mailing list