on your windows machine, can you see your linux home directory as a
drive share? If so, you could just burn the dvd in windows from the
drive share directly.
if not, and you can see your windows drive in linux, but not the other way
around, then you will have to copy the files over to windows first. the
trick is to get all the hidden files and things like that. That's why
Hans later suggested to create an iso image in linux, then burn it in windows.
I don't know how to create an image with gui tools, but I can tell
you the command line to type. In my example, I'm going to pretend your
windows drive share is mounted in linux as /mnt/windows so just change
that to wherever your windows drive is mounted ('mount |grep smbfs'
will tell you where it's mounted)
do this as root:
cd /
mkisofs -r -J -o /mnt/windows/home.iso home/
then the file home.iso will be an image file sitting on your windows
machine that can be burned.
hope that helps
On Sun, Oct 24, 2004 at 03:11:12PM -0700, betty wrote:
> (if you cannot tolerate stupid questions please ignore this post.)
>
> it seems that i should be able from X to copy /home to my share files
> that i share on my own network with my m$ computer that has the dvd
> burner on it, then go to the m$ computer can burn a dvd of /home. would
> that work?
>
> thanks for any help.
> betty i.
> --
> www.webcanine.com
> information for people who care for dogs
>
>
>
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>
---------------------------------------------------
PLUG-discuss mailing list -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss