I am using a Kubuntu 11.10 client with a FreeBSD 9.0 server.
The server has the following lines in /etc/rc.conf
nfs_server_enable="YES"
nfsv4_server_enable="YES"
nfsuserd_enable="YES"
and the following in /etc/exports
V4: /
/
I am not using any type of security other than the default sys to keep this config as simple as possible.
From the client, both of these commands successfully mount t
I can not use nfs from F10 client to F12 server.
nfs mount on F10 to F12 times out anf nfs4 mount gives
"mount.nfs4: mounting localhost:/home failed, reason given by server:
No such file or directory"
I have tried to close firewall and set selinux to permissive mode on both client and server with same result.
Samba works fine.
After installing OpenSuse 11.3 on a client I am trying to mount the home-share via nfsv4/krb5 on the OpenSuse 11.0 server.
Userlogin via ldap/krb5 works fine. Kerberos login via kinit works also.
Only mounting the share with sec=krb5 gives the error message
mount.nfs4: access denied by server while mounting server.domain:/home
I get a machine credential
I have an NFSv3 export from a Linux fileserver which used to mount fine. The fileserver had to go down for hardware maintenance. After bringing the server back up, the Linux client can no longer mount the nfs export.
No configuration has changed on the server or the client.
Hi all,
I'm fighting with NFS4 and can't get it to work properly.
The Server runs Ubuntu 12.04, in /etc/exports I have:
Code:
/media/Pictures 192.168.1.0/255.255.255.0(sync,no_subtree_check,rw,nohide)
With this I can mount it on my laptop (Ubuntu 10.04) with
Code:
sudo mount 192.168.1.200:/media/Pictures /mnt/SharedFiles/Pictures -o nolock
but I have to type that every time I start
I have a very perculiar problem with the datatransfer between a program called CFX12 installed on a Linux machine (SUSE 11.0) and a cifs (samba) mount on this machine of a shared map on a Windows server (the fileserver). These are the symptoms:
Hello,
When I try to mount a home directory from a Samba File server (FC15), I keep getting a message from Nautilus (on my FC17 machine):
"Unable to mount location: Failed to mount Windows Share"
I can mount other Samba shares with no problems. I do have SELinux disabled. My firewall is allowing Port 139.
Im trying to setup Samba on my Linux Server but Im unable to connect to one share. Out of all 3 shares i cannot connect to the one named filestor.
Heres my smb.conf :
Code:
[root@Fileserver opt]# cat /etc/samba/smb.conf
# Global parameters
[global]
workgroup = Workgroup
netbios name = Fileserver
server string = Samba Server %v
I am a beginner with servers. I checked the error logs for Samba and it appears that Samba is timing out when I transfer large files. I can successfully add pdfs for instance to my file server. However, I tried to add a large 1.2gb video file and it did not succeed.