Re: NFS Mount Problem

2022-03-17 Thread Samuel Sieb
On 3/16/22 22:16, Richard Kimberly Heck wrote: Fresh install of F35. I have these lines in /etc/fstab: 192.168.1.2://home/rikiheck/files /home/rikiheck/files nfs auto,nouser,rw,dev,nosuid,exec,_netdev 0 0 192.168.1.2://multi/  /mnt/mail/multi  nfs auto,user,noauto,rw,de

NFS Mount Problem

2022-03-16 Thread Richard Kimberly Heck
Fresh install of F35. I have these lines in /etc/fstab: 192.168.1.2://home/rikiheck/files /home/rikiheck/files nfs auto,nouser,rw,dev,nosuid,exec,_netdev 0 0 192.168.1.2://multi/  /mnt/mail/multi  nfs auto,user,noauto,rw,dev,nosuid,noexec,_netdev 0 0 192.168.1.2://home/p

Re: nfs mount problem -

2020-06-25 Thread Tom H
On Thu, Jun 25, 2020 George N. White III wrote: > > Glad you are making progress. NFS configuration is pretty much the > same across linux distros, so the NFS section in Debian Handbook > should apply to Fedora (and contains links to Ubuntu docs). Arch > Linux docs for NFS are also helpful. Caref

Re: nfs mount problem -

2020-06-24 Thread Ed Greshko
On 2020-06-25 06:44, Bob Goodwin wrote: > > > On 2020-06-24 17:38, Ed Greshko wrote: >> As for the address of the SMB server.  Are we talking about the ASUS router?  >> I thought you already knew >> that to be 192.168.50.1?  It would be the same as the router it is running >> on. >> > ° > Yo

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 17:38, Ed Greshko wrote: As for the address of the SMB server.  Are we talking about the ASUS router?  I thought you already knew that to be 192.168.50.1?  It would be the same as the router it is running on. ° You cover several points here that I will need to consider but

Re: nfs mount problem -

2020-06-24 Thread George N. White III
On Wed, 24 Jun 2020 at 17:26, Bob Goodwin wrote: > > > On 2020-06-24 16:07, Andy Paterson via users wrote: > > exportfs -a > ° > Yes that looks like the command I needed. Rebooting fixed it. I will > make certain it is in my notes, I keep everything in Notecase Pro, have > years of notes there bu

Re: nfs mount problem -

2020-06-24 Thread Ed Greshko
On 2020-06-25 04:18, Bob Goodwin wrote: > > > On 2020-06-24 16:05, Tom Horsley wrote: >> systemctl list-unit-files | fgrep nfs >> >> probably shows the name you want. "nfs-server" is >> probably the right name (some other distro must call >> it just "nfs" - I have so many virtual machines for testi

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 16:07, Andy Paterson via users wrote: exportfs -a ° Yes that looks like the command I needed. Rebooting fixed it. I will make certain it is in my notes, I keep everything in Notecase Pro, have years of notes there but they are all in the server that i could not connect to.   T

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 16:05, Tom Horsley wrote: systemctl list-unit-files | fgrep nfs probably shows the name you want. "nfs-server" is probably the right name (some other distro must call it just "nfs" - I have so many virtual machines for testing I lose track of what things are called in different d

Re: nfs mount problem -

2020-06-24 Thread Tom H
On Wed, Jun 24, 2020 Bob Goodwin wrote: > On 2020-06-24 15:45, Tom Horsley wrote: >> >> systemctl restart nfs > > No that doesn't work - > > [root@localhost bobg]# systemctl restart nfs > Failed to restart nfs.service: Unit nfs.service not found. > > [root@localhost bobg]# systemctl restart nfsd >

Re: nfs mount problem -

2020-06-24 Thread Andy Paterson via users
On Wednesday, 24 June 2020 21:05:43 BST Tom Horsley wrote: > On Wed, 24 Jun 2020 15:52:55 -0400 > Bob Goodwin wrote: > > > > [root@localhost bobg]# systemctl restart nfs > > Failed to restart nfs.service: Unit nfs.service not found. > > > systemctl list-unit-files | fgrep nfs > > probably show

Re: nfs mount problem -

2020-06-24 Thread Tom Horsley
On Wed, 24 Jun 2020 15:52:55 -0400 Bob Goodwin wrote: > [root@localhost bobg]# systemctl restart nfs > Failed to restart nfs.service: Unit nfs.service not found. systemctl list-unit-files | fgrep nfs probably shows the name you want. "nfs-server" is probably the right name (some other distro mus

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 15:45, Tom Horsley wrote: systemctl restart nfs ° No that doesn't work - [root@localhost bobg]# systemctl restart nfs Failed to restart nfs.service: Unit nfs.service not found. [root@localhost bobg]# systemctl restart nfsd Failed to restart nfsd.service: Unit nfsd.service not f

Re: nfs mount problem -

2020-06-24 Thread Tom Horsley
On Wed, 24 Jun 2020 15:38:41 -0400 Bob Goodwin wrote: > I think there is a command to run after making > a change but I forget that one, do you know of it? I think "systemctl restart nfs" does all that is required (unless the name isn't plain "nfs", but I bet it will have nfs as part of the name

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 15:37, Tom Horsley wrote: /nfs4exports/home 192.168.2.0/24 Chek the /etc/exports file, it may have the .2 hard coded from the previous setup. ° Yes, I need the command to re run exports ... -- Bob Goodwin - Zuni, Virginia, USA http://www.qrz.com/db/W2BOD FEDORA-32/64bit LINUX X

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 15:22, Roger Heflin wrote: hopefully someplace in the interface there is a way to change that. From the command line it may be in /etc/exports and may look like this: /usr/local 192.168.0.255/8(rw,sync,no_root_squash) I don't know if from the ssh into the router you can edi

Re: nfs mount problem -

2020-06-24 Thread Tom Horsley
On Wed, 24 Jun 2020 14:59:17 -0400 Bob Goodwin wrote: > Export list for nfs: > /nfs4exports/home 192.168.2.0/24 Chek the /etc/exports file, it may have the .2 hard coded from the previous setup. ___ users mailing list -- users@lists.fedoraproject.org To

Re: nfs mount problem -

2020-06-24 Thread Roger Heflin
hopefully someplace in the interface there is a way to change that. From the command line it may be in /etc/exports and may look like this: /usr/local 192.168.0.255/8(rw,sync,no_root_squash) I don't know if from the ssh into the router you can edit that, or if they put it in that file From t

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 14:19, Roger Heflin wrote: On an nfs server you also need to someplace defined what is allowed to mount it and what permissions they have (readonly or rw). do this on linux with the ip address of the router showmount -a ipaddr showmount -e ipaddr -e shows what is "exported" on t

Re: nfs mount problem -

2020-06-24 Thread Bob Goodwin
On 2020-06-24 14:00, Robert G (Doc) Savage via users wrote: Speaking from personal experience, I always forget to set the firewalls to allow NFS traffic on both sides of the link. --Doc Savage   Fairview Heights, IL ° I thought about firewall problems but I've changed nothing that I know o

Re: nfs mount problem -

2020-06-24 Thread Roger Heflin
On an nfs server you also need to someplace defined what is allowed to mount it and what permissions they have (readonly or rw). do this on linux with the ip address of the router showmount -a ipaddr showmount -e ipaddr -e shows what is "exported" on the nfs server, -a shows who it thinks has it

Re: nfs mount problem -

2020-06-24 Thread Robert G (Doc) Savage via users
Speaking from personal experience, I always forget to set the firewalls to allow NFS traffic on both sides of the link. --Doc Savage Fairview Heights, IL -Original Message- From: Bob Goodwin Reply-To: Community support for Fedora users To: Fedora List Subject: nfs mount problem

nfs mount problem -

2020-06-24 Thread Bob Goodwin
I have been chipping away at incorporating a new ASUS RT-ACFH13 router in my system for a few days but it is beginning to seem like an eternity! I have used a number of routers and they usually work after some configuration, it's not a difficult thing to do. But I am beginning to wonder if this