Find the answer to your Linux question:
Results 1 to 3 of 3
Hi All, I am new to Linux. I have two machines running Debian, works great... Machine A has 2 drives Machine B Client I have a mount from machine->b to ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    1

    ** NFS Mount - reason given by server: Permission denied



    Hi All,

    I am new to Linux.

    I have two machines running Debian, works great...

    Machine A has 2 drives
    Machine B Client

    I have a mount from
    machine->b to
    machine->a working great.

    I get the following message when I try to mount
    machine->b to
    machine->a second drive..


    mount.nfs: 192.168.25.11:disk2 failed, reason given by server: Permission denied


    I put the drive name in the etc/exports
    then rebooted.

    Any Help out there?

    Thanks
    Phil

  2. #2
    Just Joined! sathiya's Avatar
    Join Date
    Feb 2008
    Location
    Bangalore, India
    Posts
    97
    execute the exportfs command in the server, and you should see the partition and IP of the client....

    else you are not following the right procedure ??

    do an exportfs, and get back to us.

  3. #3
    Just Joined!
    Join Date
    Jun 2008
    Posts
    1
    Just checked this and founf no reply .. so thought of replying.

    I faced a similar issue today and found that the my ip in the /etc/exports was incorrect. Thats can be seen using exportfs -arv and also make sure if you are using DNS then the names are mapped right. The best option is to use the ip of the host u want to mount the share on. this sounds cliche per the comment above .. but was worht mentioning,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •