--- Quote Start ---
originally posted by slacker@Jul 10 2006, 11:46 PM
tarek,
please take a look at your linux box's message log (/var/log/messages or /var/log/nfs, or something like that).
for successful unmounting/mounting of nfs shares, you should see something like the following:
jul 10 14:30:06 <your server> mountd: authenticated unmount request from <your client>:820 for <your_share> (<your_share>)
jul 10 14:30:32 <your server> mountd: authenticated mount request from <your client>:915 for <your_share> (<your_share>)
note: <your_server>,<your client>, and <your_share> are specific to your system's configuration.
this is the way i always debug nfs share permissions issues....and it hasn't failed me yet.
also, as hippo suggests, please ensure that your /etc/exports file looks something like this, with, perhaps, multiple shares defined.
<your share> <your client>(rw,sync,no_root_squash)
cheers,
- slacker
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16777)</div> --- Quote End ---
yes i find such messages in var/log/messages but with different port numbers.
and i also double checked the export file
no more ideas?