Thanks for the suggestions. I wasn't previously aware of the showmount command; it is quite useful. Initially, I could only see the shares, not mount them, as I kept getting a refusal from the server, but this appeared to be due to the fact that the IP number of my laptop keeps changing, so I modified the /etc/exports entry on the server to look like this:
<br><br><span style="font-family: courier new,monospace;">/home/colin <a href="http://10.0.0.0/255.255.255.0(rw)">10.0.0.0/255.255.255.0(rw)</a><br><br>Now, using the command <br><br>sudo mount -w ariel:/home/colin /mnt/ariel
<br><br>I can mount the share, however only read-only.<br><br>The permissions in /mnt appear like this:<br><br>drwxr-xr-x  94  500  500 12288 2006-01-06 19:19 ariel<br><br>The username is the same on both machines. What could be going wrong?
<br><br>Thanks...<br><br><br><br><br><br><br></span>