problem in exporting a partition on a usb stick as nfs volume
- by Bond
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
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
showmount -e on nfs server gives
Export list for bond:
/media/vol2 */24
On the client machine nfs-client package is installed.
What more I need to check?
Is it logged some where?