So, I've been trying to mount a NFS share on RPiOS. I've researched on the Internet and everyone I find states the same thing. It's so basic, how could it fail? Yet, I've tried all of the following, and none of them work. I have other devices that can mount it, but RPiOS cannot. What am I missing? (yes I have nfs-common installed)
And yes async is enabled on the server. Yet no matter what I do this is the result: the directory is unreadable and the permissions are as such:
So, I repeat, what am I missing?
Code:
sudo mount -t nfs server:/cloud /mnt/cloudCode:
sudo mount -o uid=1000,gid=1000 -t nfs server:/cloud /mnt/cloudCode:
sudo mount -o user=username,rw -t nfs server:/cloud /mnt/cloudCode:
sudo mount -o user=username,group=usergroup,rw -t nfs server:/cloud /mnt/cloudCode:
sudo mount -o user=username,group=usergroup,async,rw -t nfs server:/cloud /mnt/cloudCode:
sudo mount -o user=username,group=usergroup,async,rw server:/cloud /mnt/cloudCode:
d--------- 4 root root 4.0K Jan 28 15:49 cloudSo, I repeat, what am I missing?
Statistics: Posted by valkyrie44 — Thu Jan 29, 2026 4:16 am