|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Need help debugging NFS setup
|
On Sun, Jun 13, 2010 at 6:40 PM, Stephen Gran <steve@lobefin.net> wrote:
> On Sun, Jun 13, 2010 at 06:02:11PM -0400, K.S. Bhaskar said:
>> bhaskar@newell:~$ sudo mount -t nfs turing.local:/export/home /tmp/home
>> mount: wrong fs type, bad option, bad superblock on turing.local:/export/home,
>> missing codepage or helper program, or other error
>> (for several filesystems (e.g. nfs, cifs) you might
>> need a /sbin/mount.<type> helper program)
>> In some cases useful info is found in syslog - try
>> dmesg | tail or so
>
> Do you in fact have /sbin/mount.nfs on the client system?
[KSB] I did not. After installing nfs-common, on the client, the
error is now a little less cloudy. So now, where should I look on the
server? Thank you very much, in advance.
bhaskar@newell:~$ ls -l /sbin/mount.nfs
-rwsr-xr-x 1 root root 94544 2009-10-20 12:32 /sbin/mount.nfs
bhaskar@newell:~$ sudo mount -t nfs turing.local:/export/home /tmp/home
mount.nfs: access denied by server while mounting turing.local:/export/home
bhaskar@newell:~$
Regards
-- Bhaskar
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|