- Community Home
 - >
 - Servers and Operating Systems
 - >
 - Operating Systems
 - >
 - Operating System - Linux
 - >
 - Re: NFS error on linux
 
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
 - Entry Storage Systems
 - Legacy
 - Midrange and Enterprise Storage
 - Storage Networking
 - HPE Nimble Storage
 
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
 - Appliance Servers
 - Alpha Servers
 - BackOffice Products
 - Internet Products
 - HPE 9000 and HPE e3000 Servers
 - Networking
 - Netservers
 - Secure OS Software for Linux
 - Server Management (Insight Manager 7)
 - Windows Server 2003
 - Operating System - Tru64 Unix
 - ProLiant Deployment and Provisioning
 - Linux-Based Community / Regional
 - Microsoft System Center Integration
 
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
 - Mark Topic as New
 - Mark Topic as Read
 - Float this Topic for Current User
 - Bookmark
 - Subscribe
 - Printer Friendly Page
 
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-11-2005 08:03 PM
05-11-2005 08:03 PM
			
				
					
						
							NFS  error on linux
						
					
					
				
			
		
	
			
	
	
	
	
	
NFS server=hpux 10.20
NFS client red hat workstation 3
Problem
I am getting the following error while listing the files on nfs mounting
ls: reading directory .: Unknown error 525
total 0
If I mount the same directory on hp unix 11.0 machine, then it is working fine.
Thanx in advance for the help
Jerry
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-12-2005 01:53 AM
05-12-2005 01:53 AM
			
				
					
						
							Re: NFS  error on linux
						
					
					
				
			
		
	
			
	
	
	
	
	
are you able to explicitly copy files from that directory.
just check df and see whether the nfs mount is listed.
one possible reason incompatibility between NFS server and client, just check for any advisory on this.
Gopi
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-12-2005 03:35 AM
05-12-2005 03:35 AM
			
				
					
						
							Re: NFS  error on linux
						
					
					
				
			
		
	
			
	
	
	
	
	
You should probably upgrade the NFS server on the 10.20 box.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-12-2005 11:37 AM
05-12-2005 11:37 AM
			
				
					
						
							Re: NFS  error on linux
						
					
					
				
			
		
	
			
	
	
	
	
	
Actually, by default it should be using NFS2, but you can force it by using:
mount -onfsvers=2 hpux:/path/to/mount /local/path
See 'man nfs' on the Linux box to see the mount options available.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
05-12-2005 06:03 PM
05-12-2005 06:03 PM