Bob Goodwin wrote:
   [b...@box9 ~]$ cat /etc/fstab
[Uninvolved mount-points snipped...]
   192.168.1.48:/home    /mnt/home    nfs    defaults,rw,user        0 0

192.168.1.48:/media/SimpleDrive/data/ /mnt/home nfs defaults,rw,user 0 0

The Server /etc/exports is:

   [r...@box9 bobg]# cat /mnt/home/exports
   #!/bin/bash
   #    /etc/exports

   /home/NFS-files        192.168.1.0/24(rw,sync,no_root_squash)

   /home/NFS-share    192.168.1.0/24(rw,sync,no_root_squash)

   /home/NFS-mac/    192.168.1.0/24(rw,insecure,sync,no_root_squash)

   # /home/NFS-share        */26(rw)

   /ISO            192.168.1.0/24(rw,sync,no_root_squash)

/media/SimpleDrive/data/ 192.168.1.0/24(rw,sync,insecure,no_root_squash)

   /mnt/home        192.168.1.0/24(rw,sync)
Hi Bob,

Why are there two references to "/mnt/home" as NFS mount-points in your fstab file? That may be confusing things.
Please let us know what you have already read on the issue. Thanks,

-David

--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to