Mounting File Directory Error
I ran this command, echo "10.0.16.12:/mnt/data/backup_radius2 /var/backup nfs defaults 0 0" >> /etc/fstab. Followed by mount /var/backup and got the error mount.nfs: access denied by server while mounting 10.0.16.12:/mnt/data/backup_radius1. I then ran umount 10.0.16.12:/mnt/data/backup_radius1, which worked as far as I can tell. When I ran a cat of /proc/self its no longer showing the radius1 directory to be mounted.
But when I once again run echo "10.0.16.12:/mnt/data/backup_radius2 /var/backup nfs defaults 0 0" >> /etc/fstab followed by mount /var/backup, I still get the same error. Any suggestions?
|