You are not logged in.

#1 2016-05-08 21:16:10

tbrier
Member
Registered: 2008-06-22
Posts: 3

glibc-2.23-2-x86_64 breaks nfs

mount.nfs: Protocol not supported

This does not seem to affect i686.

Offline

#2 2016-05-09 12:43:41

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: glibc-2.23-2-x86_64 breaks nfs

Works fine here. However you may have to choose an appropriate version with the mount option 'vers='.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2016-05-13 02:58:02

tbrier
Member
Registered: 2008-06-22
Posts: 3

Re: glibc-2.23-2-x86_64 breaks nfs

It seems like release 2 (and 3) cause mount to ignore /etc/fstab.

Given the /etc/fstab entry:

rn2:/media              /media/nfs/rn2-media    nfs     noauto,<options>    0 0
$ sudo mount rn2:/media
mount.nfs: Protocol not supported
code 32

$ sudo mount /media/nfs/rn2-media                                                                                            
mount.nfs: Protocol not supported                                                                                                     
code 32

$ sudo mount rn2:/media /media/nfs/rn2-media       ## quietly mounts

All 3 forms of the mount command work with glibc-2.23-1

All 3 forms of the mount command work on i686 with glibc-2.23-2

Offline

Board footer

Powered by FluxBB