Tagged Questions
1
vote
0answers
108 views
Sharing a folder through NFSv4 and Samba
I have some trouble getting the proper access right to work for a folder shared through samba and nfs. Connected like this:
┌────────────┐ ┌──────────────┐ ┌──────────────┐
│ NFS-Server ├────┤ ...
0
votes
2answers
199 views
How to monitor which files are accessed through NFS?
I have a linux file server running CentOS 6. Files are accessed via NFS4.
Sometimes I have problems with disk io load. I want to find out what is causing them.
I can find out which client is causing ...
2
votes
2answers
409 views
NFS4 Username Mapping Between OpenIndiana and Linux
I have an NFS4 share on an OpenIndiana server that I'm trying to properly access with an Ubuntu Linux machine.
The username that owns the files in the share on the server is "nick" its UID is 104 on ...
4
votes
3answers
2k views
Mounting NFSv4 share from Debian Linux 6 to Freebsd 9-RC3 “server requires stronger authentication”
I've run into a strange problem while trying to mount from FreeBSD 9.0-RC3 to a Debian Linux box.
The command I'm using is:
sudo mount -v gorkon:/dustbin /tmp/test
This returns the following ...
22
votes
8answers
2k views
Secure Network Filesystems for Linux: What are people doing?
NFSv3 is widespread, but the default security model is... quaint. CIFS can use Kerberos authentication, but without POSIX semantics it's a non-starter. AFS never did encrypt traffic on the wire and ...
0
votes
1answer
1k views
NFSv4 with autofs automount hanging only for some users
I have a DRBD partition mounted get auto-mounted using Linux-HA, then it sets up a bind and shares the directory via NFS. This shares out a directory for user home directories.
Some users work fine, ...