-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I've just upgraded to the latest 12.10 beta. Rebooted twice.
The problem is with the NFS folders not mounting, here's a verbose log.
# mount -v myserver:/nfs_shared/tools /tools/
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Mon Oct 1 11:42:28 2012
mount…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a machine that I need to bridge NFS files to. Can I mount an NFS directory on machine2 from machine1 and then mount the mounted NFS directory on machine2 on machine3 via NFS? Do you see any problems with that? I am basically bridging some subnet domains this way, in a certain fashion. My development…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Having a strange problem with NFS share and file permissions on the 1 out of the 2 NFS clients, web1 has file permissions issues but web2 is fine. web1 and web2 are load balanced web servers.
So questions are:
how do I ensure NFS share file contents retain the same permissions
for user/group as…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Recently I've designed and configured a 4 node cluster for a webapp that does lots of file handling. The cluster have been broken down into 2 main roles, webserver and storage. Each role is replicated to a second server using drbd in active/passive mode. The webserver does a NFS mount of the data…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
When running:
`sudo mount -t nfs4 -o sec=krb5 sol.domain.com:/ /mnt`
I get this error on the client:
mount.nfs4: access denied by server while mounting sol.domain.com:/
And on the server syslogs
UNKNOWN_SERVER: authtime 0, nfs/[email protected] for nfs/ip-#-#-#-#.ec2.internal@SOL…
>>> More