1830820 Members
2779 Online
110016 Solutions
New Discussion

Re: urgent mount problem

 
prassath
Occasional Advisor

urgent mount problem

Hello, Please mount the following partition onto Avll200. /net/avll079/mnt the /etc/exports in avll079 has the following entries: /home /mnt but when I try to access /net/hpcvl079 from avll200 only /home is getting mounted and not /mnt. Please do the needful as soon as possible
6 REPLIES 6
Arunvijai_4
Honored Contributor

Re: urgent mount problem

Hello,

When you try to mount, what error you get ?
Post more information.,

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: urgent mount problem

Can you post this:

avll079:

cat /etc/exportfs
showmount -e

avll200:

mount -p
showmount -ad

--
Muthu
Easy to suggest when don't know about the problem!
Yogeeraj_1
Honored Contributor

Re: urgent mount problem

hi,

you should check you permissions and also make sure that the mount point has already been created..

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Ajitkumar Rane
Trusted Contributor

Re: urgent mount problem

Prassath,

Login to avll079 and check if both are FS's mounted ie /home and /mnt and accessible.
if yes do a exportfs -a, then try on avll200.

hope you are not making a typing mistake as you mentioned /net/avll079/mnt but you are accessing /net/hpcvl079 or is it that /net/avll079/mnt is mounted on avll200 as /net/hpcvl079/mnt



Rgds,

Ajit
Amidsts difficulties lie opportunities
Etienne Roseau
Frequent Advisor

Re: urgent mount problem

hi !
check perms on the mountpoint and/or the user trying to connect (if it's not root)
is the mount point created before ?
check /etc/mnttab and /etc/fstab
hth
Chan 007
Honored Contributor

Re: urgent mount problem

If this is a new NFS share you wanted to add, onc eyou add the FS in /etc/exports, you have to do a exportfs -a.

Then mount of the target system. It will work.

Chan