cBrandon Community

General Category => Linux Fixes => Topic started by: branx86 on November 15, 2016, 03:20:15 PM

Title: Mount folder from Linux to Linux
Post by: branx86 on November 15, 2016, 03:20:15 PM

              Source Server     The Path        Destination Folder on the server
mount       192.168.1.250:/mnt/bigdisk /mnt/bigdrive

Problem:   If the message mount.nfs: access denied by server while mounting

Solution:  1st      showmount -e "the ip of the computer share"   check to see if the /mnt/drive is being shared.
                2nd     check that the usr is mapped and the correct group set
                3rd      if using a server mak sure the nfs server is running and the correct mount is being served.