Re: Copy files via NFS in post section

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



That did the trick.  Thanks a lot Seth.

Eric

On Fri, Apr 27, 2001 at 01:55:53PM -0400, Seth Vidal wrote:
> > # mount an NFS server and copy some files from it
> > mkdir /mnt/custom
> > mount machine.domain.com:/export /mnt/custom
> make this:
> 
>  mount -o nolock,ro,rsize=8192,wsize=8192 machine.domain.com:/export \
>        /mnt/custom
> 
> that will cause the portmap issues to go away
> 
> lockd is trying to automatically start up and it can't b/c portmap is not
> ready.
> 
> 
> -sv
> 
> 
> 
> 
> _______________________________________________
> Kickstart-list mailing list
> Kickstart-list@xxxxxxxxxx
> https://listman.redhat.com/mailman/listinfo/kickstart-list





[Index of Archives]     [Red Hat General]     [CentOS Users]     [Fedora Users]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]

  Powered by Linux