Red Squirrel
No Lifer
I moved some NFS shares to another raid array and now I need to go around and change it on all my servers/workstations. I hate NFS for that... it should work with share names, not paths and clients should not care where the files are on the server, but that's another story... there does not seem to be anything better than NFS for what it does.
When I try to edit fstab on one of my servers it just says it's read only and refuses to let me edit it. I am root.
On my workstation it's just staying:
umount.nfs: /network/appdev: Stale NFS file handle
umount.nfs: /network/appdev: Stale NFS file handle
When I try to unmount the old one so I can mount the new.
How do I fix these two issues?
Is there an easier way to move files on the NFS server without running into so many issues at all the clients?
Tried all the obvious stuff (which is all I'm finding on Google) such as umount -f and umount -l. For the system that has a read only fstab I tried w! and no go either.
When I try to edit fstab on one of my servers it just says it's read only and refuses to let me edit it. I am root.
On my workstation it's just staying:
umount.nfs: /network/appdev: Stale NFS file handle
umount.nfs: /network/appdev: Stale NFS file handle
When I try to unmount the old one so I can mount the new.
How do I fix these two issues?
Is there an easier way to move files on the NFS server without running into so many issues at all the clients?
Tried all the obvious stuff (which is all I'm finding on Google) such as umount -f and umount -l. For the system that has a read only fstab I tried w! and no go either.
Last edited: