Feb 19, 2019



Prevent Automount of Partition in macOS

make-sure partition which we want to prevent auto mount is loaded
  1. Open Terminal
  2. Type sudo nano /etc/fstab
  3. Type password
  4. Type UUID=E73B6CB2-8BF4-403B-829C-E78782E1B57A none ntfs rw,noauto
#
# Warning - this file should only be modified with vifs(8)
#
# Failure to do so is unsupported and may be destructive.
#
UUID=E73B6CB2-8BF4-403B-829C-E78782E1B57A none ntfs rw,noauto
UUID=ACE787F2-0036-4B14-B990-53182E88AC18 none ntfs rw,noauto



Share/Bookmark