having issue with nfs share

mmclarty

Cadet
Joined
Oct 13, 2022
Messages
2
hi all, I'm trying to make a nfs share but I'm getting this:
mount.nfs: access denied by server while mounting 192.168.0.228:/share
this is what i did on the cleint side (Garuda Linux):
╭─family@family in ~ as 慄 took 1m
╰─λ sudo mkdir /tmp/logs
╭─family@family in ~ as 慄 took 2ms
[] × sudo mount -t nfs 192.168.0.228:/ISS /tmp/logs
mount.nfs: access denied by server while mounting 192.168.0.228:/ISS
Tried this
╭─family@family in ~ as 慄 took 16s
[] × sudo mount -t nfs 192.168.0.228:/mnt/data share/storage /tmp/logs
mount: bad usage
on the truenas side:
Maproot User to root
Maproot Group to no group
I enabled NFSv4 and NFSv3 owership
I did get samba to work

thanks for any help
 
Top