nfsclient Questions
3
Solved
Generally on NFS Client, how to detect the Mounted-Point is no more available or DEAD from Server-end, by using the Bash Shell Script?
Normally i do:
if ls '/var/data' 2>&1 | grep 'Stale f...
2
1
Solved
I am running Debian GNU/Linux 7 VM
mount.nfs version
mount.nfs: (linux nfs-utils 1.2.6)
I want to set quota on a NFS mount. The NFS server doesnt have quotas set. I installed quota, quotatool a...
0
My docker engine is running on Ubuntu 16.
I tried to setup NFS server based on : Using https://github.com/ErezHorev/dockerized_nfs_server/blob/master/docker/Dockerfile
NFS server is running now ....
Worst asked 9/8, 2016 at 13:12
1
Solved
For securing NFS (Network File System), the mount option krb5p can be used to encrypt all traffic between the file server and the NFS client. Authentication and key exchange is based on Kerberos.
H...
1
Solved
I'm looking for the source code of both NFS client and NFS server, in order to do so change inside the code, but unfortunately I was not able to find the source code.
Can anyone help, to locate t...
6
Solved
I have an NFS-mounted directory on a Linux machine that has hung. I've tried to force an unmount, but it doesn't seem to work:
$ umount -f /mnt/data
$ umount2: Device or resource busy
$ u...
1
This seems like a trivial problem, but I can not find a solution for several days now.
I am trying to configure an nfs client on ubuntu 9.10 (64 bit). All the tutorials I've read say I need ...
Herculaneum asked 23/3, 2010 at 22:47
1
© 2022 - 2024 — McMap. All rights reserved.