Re: NFS setup -

2018-04-19 Thread Tom H
On Wed, Apr 18, 2018 at 8:03 PM, Gordon Messmer wrote: > On 04/18/2018 08:43 AM, Bob Goodwin wrote: >> >> # 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

Re: NFS setup -

2018-04-19 Thread Bob Goodwin
On 04/18/18 20:03, Gordon Messmer wrote: If you are using NFSv4, remember that the first export is the *root*. That is, clients refer to filesystems relative to that export.  If your /etc/exports looks like this: I assume that it is NFSv4 but I don't see where that is indicated, it is

Re: NFS setup -

2018-04-18 Thread Gordon Messmer
On 04/18/2018 08:43 AM, Bob Goodwin wrote: 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? If you are using NFSv4, remember that the first export is the *root*.

Re: NFS setup -

2018-04-18 Thread Rick Stevens
On 04/18/2018 02:15 PM, Rick Stevens wrote: > On 04/18/2018 12:42 PM, Bob Goodwin wrote: >> On 04/18/18 15:01, Rick Stevens wrote: >>> By default, Fedora uses the LVM (logical volume manager) system to >>> partition the disks. It actually creates regular partitions as a raw >>> volumes (PVs or

Re: NFS setup -

2018-04-18 Thread Stephen Morris
On 19/4/18 3:45 am, Rick Stevens wrote: On 04/18/2018 08:43 AM, Bob Goodwin wrote: 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

Re: NFS setup -

2018-04-18 Thread Rick Stevens
On 04/18/2018 12:42 PM, Bob Goodwin wrote: > On 04/18/18 15:01, Rick Stevens wrote: >> By default, Fedora uses the LVM (logical volume manager) system to >> partition the disks. It actually creates regular partitions as a raw >> volumes (PVs or "physical volumes"). It then typically creates a VG

Re: NFS setup -

2018-04-18 Thread Bob Goodwin
On 04/18/18 15:01, Rick Stevens wrote: By default, Fedora uses the LVM (logical volume manager) system to partition the disks. It actually creates regular partitions as a raw volumes (PVs or "physical volumes"). It then typically creates a VG (volume group) that has that PVs in it. From there,

Re: NFS setup -

2018-04-18 Thread Rick Stevens
On 04/18/2018 11:23 AM, Bob Goodwin wrote: > On 04/18/18 13:45, Rick Stevens wrote: >> Uhm, that looks like "box86" either isn't in DNS or /etc/hosts so it >> can't be resolved. If this is on the server, try "showmount -e" or >> "showmount -e localhost". > > + > > I eventually realized that and

Re: NFS setup -

2018-04-18 Thread Bob Goodwin
On 04/18/18 13:45, Rick Stevens wrote: Uhm, that looks like "box86" either isn't in DNS or /etc/hosts so it can't be resolved. If this is on the server, try "showmount -e" or "showmount -e localhost". + I eventually realized that and changed it to showmount -e 192.168.1.86 and unfortunately

Re: NFS setup -

2018-04-18 Thread Rick Stevens
On 04/18/2018 08:43 AM, Bob Goodwin wrote: > 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

Re: NFS setup -

2018-04-18 Thread Bob Goodwin
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. -- .

Re: NFS setup -

2018-04-17 Thread Tim via users
Allegedly, on or about 17 April 2018, Bob Goodwin sent: > From the client /etc/fstab: > 192.168.1.86:/exports/home//mnt/test/nfs4defaults0 0 Okay, looks normal. The server has /exports/home making it available to your LAN. When your client saves into its /mnt/test/,

Re: NFS setup -

2018-04-17 Thread Gordon Messmer
On 04/17/2018 02:42 AM, Bob Goodwin wrote: /dev/mapper/fedora-home 2.7T  4.8G  2.5T   1% /home As you can see it is putting the stored data in "/" [19G in a 49G space]. Those partitions were setup selecting "custom/standard partitions] in the installer. It looks to me like I should've used

Re: NFS setup -

2018-04-17 Thread Bob Goodwin
On 04/17/18 06:35, Eyal Lebedinsky wrote: On 17/04/18 19:42, Bob Goodwin wrote: I have the NFS server working nicely and doing what I expect it to do, with a lot of help from this list, EXCEPT data is not being put in the right partition! Who is the client putting data in? How are the nfs

Re: NFS setup -

2018-04-17 Thread Tim via users
Allegedly, on or about 17 April 2018, Bob Goodwin sent: > So I guess it boils down to how do I tell NFS to store data in /home > instead of "/"? I've been looking at this and can't see what to > change, or maybe it can';t be fixed that way? I'm not sure of which side of the equation you're

Re: NFS setup -

2018-04-17 Thread Eyal Lebedinsky
On 17/04/18 19:42, Bob Goodwin wrote: I have the NFS server working nicely and doing what I expect it to do, with a lot of help from this list, EXCEPT data is not being put in the right partition! Who is the client putting data in? How are the nfs exports mounted on this client? Can I fix

NFS setup -

2018-04-17 Thread Bob Goodwin
I have the NFS server working nicely and doing what I expect it to do, with a lot of help from this list, EXCEPT data is not being put in the right partition! Can I fix this without starting from a new Fedora 27 installation or completely replacing NFS? Df shows the following: $ df -h