Page 1 of 1
Mount NFS volume on ASL system
Posted: Fri Jul 29, 2016 6:16 am
by prupert
It seems that the NFS kernel module is absent from the ASL kernel. How do we mount an NFS volume on a CentOS 6 system when using the ASL kernel?
Code: Select all
# mount /mnt/my-nfs-volume
mount.nfs: No such device
Re: Mount NFS volume on ASL system
Posted: Fri Jul 29, 2016 1:53 pm
by mikeshinn
Is this enabled:
http://wiki.atomicorp.com/wiki/index.ph ... #ALLOW_NFS
And is the NFS kernel module loaded?
Re: Mount NFS volume on ASL system
Posted: Sun Jul 31, 2016 5:24 am
by prupert
Yes.
But is this really necessary if you only want to mount a volume?
And is the NFS kernel module loaded?
No, it is not loaded in the ASL kernel.
We are now loading it manually (via /etc/sysconfig/modules/my-script-to-load-nfs.modules), until further advice from ASL.