Re: NFS Mount Point Write Failure [Resolved]

2023-12-01 Thread Stephen Morris
On 1/12/23 23:09, Stephen Morris wrote: On 1/12/23 22:54, Stephen Morris wrote: On 30/11/23 22:42, Stephen Morris wrote: I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs

Re: NFS Mount Point Write Failure [Resolved]

2023-12-01 Thread Stephen Morris
On 1/12/23 22:54, Stephen Morris wrote: On 30/11/23 22:42, Stephen Morris wrote: I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs users,nconnect=2,owner,rw,_netdev 0 0 This

Re: NFS Mount Point Write Failure

2023-12-01 Thread Stephen Morris
On 30/11/23 22:42, Stephen Morris wrote: I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs users,nconnect=2,owner,rw,_netdev 0 0 This results in the following definition in

Re: NFS Mount Point Write Failure

2023-11-30 Thread Tim via users
On Thu, 2023-11-30 at 07:01 -0600, Roger Heflin wrote: > That being said, I don't know that users and/or owner options *WORK* > for network disks.   Those options likely do not also work as any disk > that has actual owners info stored on them.  They are usually used > with dos/fat/fat32 type fses

Re: NFS Mount Point Write Failure

2023-11-30 Thread Michael Eager
On 11/30/23 03:42, Stephen Morris wrote: I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs users,nconnect=2,owner,rw,_netdev 0 0 This results in the following definition in

Re: NFS Mount Point Write Failure

2023-11-30 Thread Javier Perez
The user used to connect on the network drive has to have write capability. Log in as that user and try to write at the directory of the mount point. On Thu, Nov 30, 2023 at 8:02 AM Roger Heflin wrote: > you specified "nfs" as the mount. And that should mount nfs4 with > tcp, but mounted with

Re: NFS Mount Point Write Failure

2023-11-30 Thread Roger Heflin
you specified "nfs" as the mount. And that should mount nfs4 with tcp, but mounted with nfs and udp so whatever is on the other end is old and/or has tcp/nfsv4 disabled. That being said, I don't know that users and/or owner options *WORK* for network disks. Those options likely do not also

NFS Mount Point Write Failure

2023-11-30 Thread Stephen Morris
I have a network drive being mounted from the following entry in /etc/fstab: 192.168.1.12:/mnt/HD/HD_a2    /mnt/nfs    nfs users,nconnect=2,owner,rw,_netdev 0 0 This results in the following definition in /etc/mtab: 192.168.1.12:/mnt/HD/HD_a2 /mnt/nfs