Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Made mounts direct paths.

...

To be extra secure, unmount your hidden share when you have finished using it. Go to the command line and use the umount command. In this example it would be,

Code Block
languagebash
cdumount /Volumes/
umount myshare.private
# Look for command to remove unmount and mount entries from history.

...