*********************************************************
NFS notes
*********************************************************
export filesystem from "server"
note: this is an example from RedHat 8.0
- mkdir /nfs_export
- vi /etc/exports
/nfs_export (rw,all_squash,anonuid=150,anongid=100)
- exportfs -a
- ps -ef | grep nfsd
- if NOT there, then:
- go to GUI, activate NFS services
check GUI --> Server Settings ---> Services (activate NFS)
- also check GUI --> System Settings ---> Security Level and deactive or adjust firewall
- restart NFS: /etc/init.d/nfs stop ; /etc/init.d/nfs start
mount filesystem from "client"
- ps -ef | grep nfsd
- if NOT there then:
- go to GUI, activate NFS services
check GUI --> Server Settings ---> Services (activate NFS)
- mkdir /tmp/nfsmount
- mount 192.168.0.15:/nfs_export /tmp/nfsmount
- ls -al /tmp/nfsmount
- optionally one may add the mount to the /etc/fstab file
- as always, see man pages for: mount, nfs, and exportfs
*********************************************************
john's home page. --
HTML tags page. --
cool awk tricks --
find commands --
lvm info --
System Administration Humor (?):
SysAdmin field guide --
SysAdmin song --
never say... --
EMAIL TO:
john@wagoneers.com
Copyright © 1997 John Meister All rights reserved.