Automatically mount NTFS volumes as read-only

From Pengwings
Revision as of 17:01, 8 February 2026 by Theleruby (talk | contribs) (Created page with "Get NTFS volume UUID lsblk -f sudo mkdir /var/mnt/whatever sudo vim /etc/fstab UUID=NTFS_UUID_GOES_HERE /var/mnt/whatever ntfs defaults,ro,nofail 0 0 If the drive is a dynamic mirror you need to use ldmtool instead, see Using ldmtool to mount NTFS dynamic mirror")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get NTFS volume UUID

lsblk -f
sudo mkdir /var/mnt/whatever
sudo vim /etc/fstab
UUID=NTFS_UUID_GOES_HERE /var/mnt/whatever ntfs defaults,ro,nofail 0 0

If the drive is a dynamic mirror you need to use ldmtool instead, see Using ldmtool to mount NTFS dynamic mirror