NFS on Parallella
Posted: Mon Jan 20, 2014 6:00 pm
Need some help with getting NFS to work on the Parallella.
Did a
# sudo apt-get install nfs-common
then tried a
# mount 10.101.11.67:/volume1/share /mnt/nfs1
mount.nfs: No such device
Did a
# lsmod | grep nfs
found that it did not return anything so I do not have the nfs module
Did a
# modprobe nfs
FATAL: Module nfs not found.
Saw that the nfs module is available
root@parallella-b0:/usr/src/linux-headers-3.7.0-1-linaro-origen/fs# ls
9p cachefiles exofs hfsplus logfs omfs sysfs
Kconfig ceph exportfs hostfs minix openpromfs sysv
Kconfig.binfmt cifs ext2 hpfs ncpfs proc ubifs
Makefile coda ext3 hppfs nfs pstore udf
adfs configfs ext4 hugetlbfs nfs_common qnx4 ufs
affs cramfs fat isofs nfsd qnx6 xfs
afs debugfs freevxfs jbd nilfs2 quota yaffs2
autofs4 devpts fscache jbd2 nls ramfs
befs dlm fuse jffs2 notify reiserfs
bfs ecryptfs gfs2 jfs ntfs romfs
btrfs efs hfs lockd ocfs2 squashfs
Anything else I can check?
Thanks!
Did a
# sudo apt-get install nfs-common
then tried a
# mount 10.101.11.67:/volume1/share /mnt/nfs1
mount.nfs: No such device
Did a
# lsmod | grep nfs
found that it did not return anything so I do not have the nfs module
Did a
# modprobe nfs
FATAL: Module nfs not found.
Saw that the nfs module is available
root@parallella-b0:/usr/src/linux-headers-3.7.0-1-linaro-origen/fs# ls
9p cachefiles exofs hfsplus logfs omfs sysfs
Kconfig ceph exportfs hostfs minix openpromfs sysv
Kconfig.binfmt cifs ext2 hpfs ncpfs proc ubifs
Makefile coda ext3 hppfs nfs pstore udf
adfs configfs ext4 hugetlbfs nfs_common qnx4 ufs
affs cramfs fat isofs nfsd qnx6 xfs
afs debugfs freevxfs jbd nilfs2 quota yaffs2
autofs4 devpts fscache jbd2 nls ramfs
befs dlm fuse jffs2 notify reiserfs
bfs ecryptfs gfs2 jfs ntfs romfs
btrfs efs hfs lockd ocfs2 squashfs
Anything else I can check?
Thanks!