Skip to content

Instantly share code, notes, and snippets.

@bluecloudy
Last active July 24, 2019 14:52
Show Gist options
  • Select an option

  • Save bluecloudy/070f0ee32ab4a85d4282cf22b621bf28 to your computer and use it in GitHub Desktop.

Select an option

Save bluecloudy/070f0ee32ab4a85d4282cf22b621bf28 to your computer and use it in GitHub Desktop.
Manjaro KDE Auto mount NTFS
  1. Auto mount NTFS

    • list [List disk by uuid: "ls -l /dev/disk/by-uuid"]
    • edit [Add to fstab: "/dev/disk/by-uuid/{UUID} /mnt/{name} auto nosuid,nodev,nofail,x-gvfs-show 0 0"]
    • execute [Execute command: "sudo mount -a"]
  2. Fix NTFS mount problem

    • list [List disk by label: "ls -l /dev/disk/by-label"]
    • execute [Execute command: "sudo ntfsfix /dev/sdXY"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment