The small linux problem thread

Mh so I got a little further with my TrueNAS build (I may better open a new thread for this later but… yeah).

I’m following their guide to sharing a dataset:

It’s all looking pretty good:

$ showmount -e 192.168.0.157
Export list for 192.168.0.157:
/mnt/pool/media (everyone)
$ mkdir nas-media-test
$ mount -t nfs 192.168.0.157:/mnt/pool/media nas-media-test
mount.nfs: failed to apply fstab options

[tarulia@fedora ~]$ sudo !!
sudo mount -t nfs 192.168.0.157:/mnt/pool/media nas-media-test
[sudo] password for tarulia: 
Created symlink /run/systemd/system/remote-fs.target.wants/rpc-statd.service → /usr/lib/systemd/system/rpc-statd.service.

So far so good, the dataset is mounted:

But I can’t write to it.
I’m pretty sure this is because the dataset on during set up is automatically set to 755 and nowhere in their guide do they ever adjust those permissions:

So is their documentation just wrong or am I missing something?

With simple sharing done, TrueNAS is now installed, accessible, and capable to receive or share data over your network.

I mean yes it can share data (if there was any on it), but not receive it… no?