Hi there,

For nfs: man mount, man exports, man nfs and http://www.google.com. :)

on your old_system:
1) make sure your nfs daemon and file locking stuff running
2) modify your /etc/exports so your file_system can be mounted on the
new_system

on your new_system:
1) make sure your portmap is running
2) mount old_system:/file_system /mount_point

as for tar:
you can just tar the whole dir up, ftp them over the new_system and extract
them.

YMMV

Ze



----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 12, 2003 5:53 PM
Subject: Re: Users accounts


> Ze Ji Li wrote:
>
> > 2) nfs mount your old redhat's home dir to the new machine.
>
> Would you mind to tell me how to create NFS ?
>
> > 3) to move everything from one place to another place, use
> >     cd fromdir; tar cf - . | (cd todir; tar xpf -)
>
> I know tar -zvxf *.tar.gz only...
> So, which / what command of tar for using backup /  move everything from
one
> place to another place ?
>
> Thank for your help !
>
> Ed.
>
>
>
>
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to