These are the settings on my server, which has a static ip:
Code:
[tim@computim ~]$ cat /etc/exports
/media/cavern 192.168.1.*(rw,sync)
Code:
[tim@computim ~]$ cat /etc/hosts.deny
portmap:ALL
mountd:ALL
rquotad:ALL
statd:ALL
dear All
me using redhat on server machine and open suse on client machine.i have installed nfs server and and it is running properly but when i want to mount shares from my client machine it gives the following error.
"mount.nfs: mount to NFS server '10.3.31.146:/share' failed: System Error: No route to host"
I have my nfs server running on 192.168.1.99 box, and I have my /etc/exports configured using
/myshare 192.168.1.*(rw,sync,no_subtree_check)
I was able to mount nfs from 192.168.1.50 client box.
However I was unable to mount from 192.168.1.49!
I have a USB disk which has 2 partitions.I exported one of them (on NFS)
and now I am trying to mount it at client machine.
Each time it gets error
Quote:
mount -t nfs 192.168.1.19:/media/vol2 /mnt/nfs/
mount.nfs: access denied by server while mounting 192.168.1.19:/media/vol2
Here is the /etc/exports file entry
Quote:
/media/vol2 *
I've got a private share set up on my home server (running Ubuntu Server 12.04.2 64-bit), such that I can mount it with a username/password. I've got it auto-mounting in /etc/fstab with the following line:
Code:
//192.168.1.120/jaywalker_pshare /media/server cifs username=jaywalker,password=xxx,domain=WORKGROUP 0 0
This worked immediately after I set it up.
I have installed NFS server and Client on separate machines.
The problem is when i mount the shared directory on client side
using command
mount server_addr:server_dir client_dir
But it gives an error saying that
don't have permission to share this directory (can't access the server_dir)
Though I have given read-write (rw) permissions to the client by updating
/etc/exports file in s
Hi Guru's,
I am unable to mount NFS share on unix system (DG/UX) which is nfs client.
Error:
Code:
mount: /nfsshare: Invalid argument
mount: giving up on:
/mountpoint
i tried following command
Code:
mount -t nfs remotehost:/nfsshare /mountpoint
Error:
Code:
mount: /nfsshare: Invalid argument
mount: giving up on:
/mountpoint
there is no entry of this in /etc/mnttab.
re
Hi,
I used this tutorial among countless others on youtube and for some reason I still cannot mount the share on my client pc.
Nothing happens it just times out. For the ensure I had not made any mistakes I used everything word for word on the tutorial. Except the IP of course.
Hi Guru's,
I am unable to mount NFS share on unix system (DG/UX) which is nfs client.
Error:
Code:
mount: /nfsshare: Invalid argument
mount: giving up on:
/mountpoint
i tried following commands
Code:
mount -t nfs remotehost:/nfsshare /mountpoint
Error:
Code:
mount: /nfsshare: Invalid argument
mount: giving up on:
/mountpoint
there is no entry of this in /etc/mnttab.