On Tue, Jan 08, 2002 at 09:56:30AM +0530, Mistkhan wrote: > Hi Bish > > Hard Hat Linux is a Embedded Linux from Mvista. It has the > kernel of version 2.2.14 and some embedded features added > to it by Mvista. I have some mount point such as /opt, > /home/user. Using /etc/exports file I have shared the > mount points so that I can mount this point in some other > machine. I have succeeded in sharing the mount points two > Redhat M/C. However when I try the same thing between a > Redhat M/C and HardHat M/C, it is giving "Illegal Instruc- > tion". Following is the command I have used between two > M/C. > > In exports file in M/C 1 > /opt 192.168.10.0/255.255.255.0(rw) > /home/user 192.168.10.0/255.255.255.0(rw) > > and run the service like rpc.nfs, rpc.mountd, rpc.lockd, > rpc.statd, rpc.quotad. > > In M/C 2 > > mount MistLinux:/opt /localmount > where MistLinux is the first machine name. > > One more problem is, from HardHat Linux I am not able to > ping to any other M/C with their names. ie "ping Mist- > Linux". I have edited the /etc/hosts file also however no > reply. > > I hope this will help you to understand the problem what > I am facing. Can you suggest any solutions for this prob- > lem > ---end quoted text---
Don't know if I can be of any help here. I have no experience of any embedded Linux systems. Thank you for introducing Hard Hat to me. AFAIK, embedded Linux systems have small dedicated static kernels, pruned to meet the requirements of the system for which it is designed. It appears that net filing system daemon (nfsd) support is missing in the Hard Linux kernel. This is just guess-work. If Hard Hat kernel sources are avai- lable look for inclusion of net support modules. rpc cannot do anything on its own ... Sorry to be vague ... Bish -- : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Lesser known commands (ps2pdf) LOST #210 The GNU ghostscript supports native conversion of postscript files to pdf format. Since ver 5.x, a bash script is included with the original ghostscript tarball called "ps2pdf". Invoke as 'ps2pdf infile.ps outfile.pdf' ####<[EMAIL PROTECTED]>#################################### : _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
