Skip to content

Commit

Permalink
fixed nfs exports, now visible
Browse files Browse the repository at this point in the history
  • Loading branch information
soholt committed Jun 23, 2021
1 parent 26a6461 commit fa7c6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupPi1
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ sudo sh -c "echo 'conf-file=$DNSMASQ_CONFIG' > /etc/dnsmasq.conf"
sudo cp -n /etc/exports /etc/exports.bak # make backup

# Update main config
sudo sh -c "echo '/srv/tftp/mnt *(ro,async,no_subtree_check,no_root_squash)' > /etc/exports"
sudo sh -c "echo '/srv/tftp/mnt *(ro,async,no_wdelay,insecure_locks,no_root_squash,no_subtree_check,insecure,crossmnt)' > /etc/exports"
#(APPEND)echo "/srv/tftp/mnt *(ro,async,no_subtree_check,no_root_squash)" | sudo tee -a /etc/exports

# en & restart svc
Expand Down

0 comments on commit fa7c6c0

Please sign in to comment.