Re: Copy files via NFS in post section

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

 



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






[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