-
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"]
-
Fix NTFS mount problem
list[List disk by label: "ls -l /dev/disk/by-label"]execute[Execute command: "sudo ntfsfix /dev/sdXY"]
Last active
July 24, 2019 14:52
-
-
Save bluecloudy/070f0ee32ab4a85d4282cf22b621bf28 to your computer and use it in GitHub Desktop.
Manjaro KDE Auto mount NTFS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment