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
Instruction". 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 MistLinux". 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 problem

Thanking you in advance

regards
Aman



----- Original Message -----
From: USM Bish
To: [EMAIL PROTECTED]
Sent: Monday, January 07, 2002 9:31 AM
Subject: Re: [LIH] Mount Problem


On Mon, Jan 07, 2002 at 05:09:28PM +0530, Mistkhan wrote:
>
> I am working on HardHat Linux. I want to mount some filesystem.
> I have  exported  required  directories from a  Redhat  machine
> which has been tested by  mounting in another  Redhat machines.
> Now my  problem is  when I try to  mount  the  same  filesystem
> [which is exported from Redhat Linux ] in HardHat it is  giving
> "Illegal Instruction". What may be the problem. Can anyone help
> me in this regard
>

 Never heard of this "Hard-Hat" thingy ... neither could I make
out much from the term "exported". Are  these  boxes  on  some
type of network ? Normally devices are mounted ... not direct-
ories per se. Could you be more specific on the commands  that
you used, and what you actually did in this "export" process?

Bish




--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : html2txt with Lynx                             LOST #223

o Save this script as html2txt    |  #!/bin/sh
o chmod +x html2txt               |  ###### html2txt ######
o Usage: html2txt filename.html   |  lynx -dump $1 > $1.txt
o Output file: filename.html.txt  |  exit

####<[EMAIL PROTECTED]>####################################
:

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help



_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to