public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Using a remote DVD writer
@ 2006-11-28 10:50 Mick
  2006-11-28 13:43 ` Etaoin Shrdlu
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Mick @ 2006-11-28 10:50 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

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.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Using a remote DVD writer
  2006-11-28 10:50 [gentoo-user] Using a remote DVD writer Mick
@ 2006-11-28 13:43 ` Etaoin Shrdlu
  2006-11-28 20:39 ` Ryan Tandy
  2006-11-28 23:10 ` Daniel Iliev
  2 siblings, 0 replies; 7+ messages in thread
From: Etaoin Shrdlu @ 2006-11-28 13:43 UTC (permalink / raw
  To: gentoo-user

On Tuesday 28 November 2006 11:50, 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.

You might try webcdwriter, it's in portage. It lets you write CDs and 
DVDs remotely using a web interface to control the process.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Using a remote DVD writer
  2006-11-28 10:50 [gentoo-user] Using a remote DVD writer Mick
  2006-11-28 13:43 ` Etaoin Shrdlu
@ 2006-11-28 20:39 ` Ryan Tandy
  2006-11-28 23:10 ` Daniel Iliev
  2 siblings, 0 replies; 7+ messages in thread
From: Ryan Tandy @ 2006-11-28 20:39 UTC (permalink / raw
  To: gentoo-user

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.

Use mkisofs (app-cdr/cdrtools) to prepare an ISO image and transfer that 
over to the box with the burner.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Using a remote DVD writer
  2006-11-28 10:50 [gentoo-user] Using a remote DVD writer Mick
  2006-11-28 13:43 ` Etaoin Shrdlu
  2006-11-28 20:39 ` Ryan Tandy
@ 2006-11-28 23:10 ` Daniel Iliev
  2006-11-29 18:53   ` Mick
  2 siblings, 1 reply; 7+ messages in thread
From: Daniel Iliev @ 2006-11-28 23:10 UTC (permalink / raw
  To: gentoo-user

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Using a remote DVD writer
  2006-11-28 23:10 ` Daniel Iliev
@ 2006-11-29 18:53   ` Mick
  2006-11-29 21:15     ` Neil Bothwick
  2006-12-01 17:16     ` jak gentoo
  0 siblings, 2 replies; 7+ messages in thread
From: Mick @ 2006-11-29 18:53 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1855 bytes --]

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

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Using a remote DVD writer
  2006-11-29 18:53   ` Mick
@ 2006-11-29 21:15     ` Neil Bothwick
  2006-12-01 17:16     ` jak gentoo
  1 sibling, 0 replies; 7+ messages in thread
From: Neil Bothwick @ 2006-11-29 21:15 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 723 bytes --]

On Wed, 29 Nov 2006 18:53:39 +0000, Mick wrote:

> 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.

As you're already familiar to K3b, why not use that to build the ISO
image (tick the Only Create image box). Then transfer it to the other
computer to burn it to DVD.


-- 
Neil Bothwick

People who eat natural foods die from natural causes.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] Using a remote DVD writer
  2006-11-29 18:53   ` Mick
  2006-11-29 21:15     ` Neil Bothwick
@ 2006-12-01 17:16     ` jak gentoo
  1 sibling, 0 replies; 7+ messages in thread
From: jak gentoo @ 2006-12-01 17:16 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2056 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2678 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-12-01 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-28 10:50 [gentoo-user] Using a remote DVD writer Mick
2006-11-28 13:43 ` Etaoin Shrdlu
2006-11-28 20:39 ` Ryan Tandy
2006-11-28 23:10 ` Daniel Iliev
2006-11-29 18:53   ` Mick
2006-11-29 21:15     ` Neil Bothwick
2006-12-01 17:16     ` jak gentoo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox