Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lost NFS after running fsck -y 1

Status
Not open for further replies.

matth

MIS
Apr 30, 2000
33
US
Our system reported a dirty superblock on the last reboot of the machine. After running fsck -y on all the filesystems, everything seemed to be working. This morning, however, we can't seem to make our NFS connection from our NT servers.

Is there something that needs to be reset on the Unix side?

Matthew
 
Thanks... forgot to export the filesystem. I get confused when I lose access to my production data.

Matthew
 
Yes, the NFS is working now.

As a side note, when the system reboots, should it be exporting the filesystems automatically, or will I need to make an adjustment to a file?
 
exportfs is called during system initialization, unless the exportfs is commented out. The /etc/rc.nfs script calls exportfs if the "nfsd" program is found and executable.

Bill.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top