Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

NFS on redhat 7.3's problem (help)

Status
Not open for further replies.

archun

Member level 2
Joined
Aug 23, 2001
Messages
43
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
271
Did someone has experience running Redhat7.3 on solaris network?
when I use nfs mount to mount solaris(7.0) file system on me redhat7.3 system. my redhat7.3 system will hand if I write the data into the mounting disk.
 

archun said:
Did someone has experience running Redhat7.3 on solaris network?
when I use nfs mount to mount solaris(7.0) file system on me redhat7.3 system. my redhat7.3 system will hand if I write the data into the mounting disk.

You have to give both system rw option.

For the solaris,
share -F nfs -o rw=linux_host_name /home3

For the linux,
mount -t nfs -o rw hostname:/home3 /home3

Thanks!
 

I did use these options. Actually, NFS did work on redhat7.2 but not 7.3. That's why I go back to use 7.2.
 

I use NFS on RH 7.3 and RH 8.0 with no any problems. For administration of shares and mounts I use WEBMIN . I strongly recomend you to use WEBMIN, it saves me a lot of troubles :)
 

Check your firewall setting 1st, it may reject your TCP port for NFS.
 

I had the same problems w/ rh7.3 and a openbsd server, it show out to be some settings in the kernel whice wasn't complied in !? I had been upgrading from 7.1 and up to 7.3.
Recompile the kernel w. all nfs options on did the job !!
 

Thanks, I will recompile it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top