Author Topic: Requested NFS version or transport protocol is not supported  (Read 6103 times)

Offline Sh4dow

  • Full Member
  • ***
  • Posts: 58
Hi,
For some time I have a problem with NFS share from other machine (there is probably different than PCLOS Linux).
My /etc/fstab looks like this:

Code: [Select]
192.168.1.142:/magazyn /home/kszyh/magazyn nfs users,nolock,soft,intr,rsize=8192,wsize=8192,nosuid 0 0
mount magazyn returns error:

Code: [Select]
mount.nfs: requested NFS version or transport protocol is not supported
Nobody else reported errors, so I think the problem is on my side.





Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Requested NFS version or transport protocol is not supported
« Reply #1 on: July 31, 2010, 04:04:27 AM »
Did you set up the NFS share using the tools in PCC or did you make the entry in fstab manually?

I have had no problems when the set up was done through the provided tools. (I did need to go into "Share drives and directories using NFS" first, to trigger the required server, and back out again and into !Access NFS shared drives and directories". After that all was good.

An example of one of my fstab entries:

Code: [Select]
192.168.3.12:/mnt/1.5TB/Music   /mnt/Music   nfs   rsize=8192,wsize=8192,nosuid,soft 0 0

Offline Sh4dow

  • Full Member
  • ***
  • Posts: 58
Re: Requested NFS version or transport protocol is not supported
« Reply #2 on: August 08, 2010, 05:29:06 AM »
Hi, I can't use pcc, because it has problem with my raid (fake raid)... I do not know what links raid with NFS, but trying to enter the NFS configurations I receive:

Code: [Select]
"/usr/sbin/drakvirt" is not executable [Virtualization] at /usr/sbin/drakconf.real line 822.
"/usr/sbin/drakguard" is not executable [Parental Controls] at /usr/sbin/drakconf.real line 822.
INTERNAL ERROR: unknown device dm-0p1
MDK::Common::Various::internal_error() called from /usr/lib/libDrakX/devices.pm:176
devices::entry() called from /usr/lib/libDrakX/devices.pm:191
devices::make() called from /usr/lib/libDrakX/fs/type.pm:277
fs::type::call_blkid() called from /usr/lib/libDrakX/fs/type.pm:285
fs::type::type_subpart_from_magic() called from /usr/lib/libDrakX/fsedit.pm:271
fsedit::get_hds() called from /usr/sbin/diskdrake:74

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: Requested NFS version or transport protocol is not supported
« Reply #3 on: August 08, 2010, 11:35:26 AM »
I have no idea what effect a raid system might have, sorry.   :(