On 04/17/18 06:47, Tim via users wrote:
The /etc/fstab file points to where devices get mounted onto the
directory tree.
If you have mounts like
/dev/wrong-device pointing to /my-preferred-storage-space
Simply change the device to the one you actually want.
--------------------------
.
Server end:
# df -h /home/exports/home
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/fedora-home 2.7T 4.8G 2.5T 1% /home
So that's where I want to put ,y nfs data.
I have a directory /home/exports/home/ where I put an empty file "xxxtest."
# ll /home/exports/home/
total 0
-rw-r--r--. 1 root root 0 Apr 18 11:05 xxxtest
Did: # exportfs -r
Then:
# showmount -e box86
clnt_create: RPC: Unknown host
Client end:
No access from the client -
bobg]# mount 192.168.1.86:/home/exports/home /mnt/test
mount.nfs: access denied by server while mounting
192.168.1.86:/home/exports/home
What am I missing and/or doing wrong?
--
Bob Goodwin - Zuni, Virginia, USA
http://www.qrz.com/db/W2BOD
box10 FEDORA-27/64bit LINUX XFCE Fastmail POP3
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org