Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra3333 authored Jul 18, 2022
1 parent 2df405d commit f680174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setupNAS_part_2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ echo "2. Assuming the IP address of the Pi4 is '${server_ip}', display the avail
echo " showmount -e ${server_ip}"
echo " showmount -a ${server_ip}"
echo ""
echo "3. Asssuming the name of the 'mergerfs' NFS share is '${nfs_export_full_mergerfs}', and a free drive letter is X: then mount the share"
echo "3. Assuming the name of the 'mergerfs' NFS share is '${nfs_export_full_mergerfs}', and a free drive letter is X: then mount the share"
echo " mount -o anon -o mtype=soft ${server_ip}:${nfs_export_full_mergerfs} X:"
echo " mount"
echo ""
Expand Down

0 comments on commit f680174

Please sign in to comment.