hendry
Explorer
- Joined
- May 24, 2018
- Messages
- 98
Following on from https://forums.freenas.org/index.php?threads/any-oss-mirror-hoster-here.70173/#post-484216
I am not sure what the simplest way to assign perms are here. I am mounting from a machine "knuckles" of which I am the only user.
I usually work from the userid hendry 1000. "knuckles" /etc/fstab has the line:
192.168.1.2:/mnt/red/mirror /mnt/mirror nfs defaults,nofail 0 2
i want full control of this dataset
But I get perm issues when writing to the mount, even as root!
Any advice how to configure my dataset here please? I'm looking to rock with the defaults as much as possible.
I am not sure what the simplest way to assign perms are here. I am mounting from a machine "knuckles" of which I am the only user.
I usually work from the userid hendry 1000. "knuckles" /etc/fstab has the line:
192.168.1.2:/mnt/red/mirror /mnt/mirror nfs defaults,nofail 0 2
i want full control of this dataset

But I get perm issues when writing to the mount, even as root!
Code:
192.168.1.2:/mnt/red/mirror on /mnt/mirror type nfs (rw,relatime,vers=3,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.2,mountvers=3,mountport=603,mountproto=udp,local_lock=none,addr=192.168.1.2) [root@knuckles mirror]# showmount -e 192.168.1.2 Export list for 192.168.1.2: /mnt/red/mirror (everyone) [root@knuckles mirror]# pwd /mnt/mirror [root@knuckles mirror]# touch testing touch: cannot touch 'testing': Permission denied

Any advice how to configure my dataset here please? I'm looking to rock with the defaults as much as possible.