Skip to content

Instantly share code, notes, and snippets.

@achmadns
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achmadns/5f8f4ec8812bfbff0470 to your computer and use it in GitHub Desktop.
Save achmadns/5f8f4ec8812bfbff0470 to your computer and use it in GitHub Desktop.
Mount a ntfs partition on ubuntu as read only
# use gparted to list all available partition
sudo mkdir -p /media/win
sudo mount -t ntfs -o ro,noatime,nls=utf8,umask=0222 /dev/sda5 /media/win
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment