Hello,

On Wed, 2013-02-27 at 09:57 -0600, Ranjan Maitra wrote:
> Hello,
> 
> I have tried mounting the following remote directory:
> 
> sudo mount machine.name:/home/directory -w /mnt/directory
> 

The `-w' switch should be unnecessary as it is the default. Can you
share the output of `mount' run with no arguments?

> I can mount fine, but I can not write as a mortal user in this
> directory.

I'm guessing it is a permissions problem. Can you run `id' as the mortal
user and mount the NFS share then share the output of:
     ls -l /mnt/directory
     ls -ld /mnt/directory

Other than that are there any messages in `dmesg' or in the messages
file (/var/log/messages)?


Thanks,
Michael

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to