summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-13 23:16:24 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-13 23:16:24 -0700
commitdf00e8353ef34aa72fd2342e69bfba44cb89a22a (patch)
tree6db06a93e15db716cf32378d8dc58798b8b01e54 /etc
parenta7870c745f9ff4c7f0d1466370c7decbc267a784 (diff)
Fixed drive mounting
Diffstat (limited to 'etc')
-rw-r--r--etc/fstab11
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/fstab b/etc/fstab
index be78963..b0d29dd 100644
--- a/etc/fstab
+++ b/etc/fstab
@@ -1,7 +1,4 @@
-#
-# /etc/fstab
# Static information about the filesystems. See fstab(5) for details.
-# This is a hard copy of my current fstab, no symlink is being used so this is not being updated.
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda7
@@ -17,13 +14,13 @@ UUID=835a9368-2084-4e28-b514-ec62abca7433 /home ext4 rw,relatime 0
UUID=5192ace9-d0f4-4777-b94c-ccf6ae01e8e0 none swap defaults 0 0
# /dev/sda4 # Windows partition (main)
-UUID=8A9C4E009C4DE773 /media/Windows ntfs defaults 0 2
+UUID=8A9C4E009C4DE773 /media/Windows ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
# /dev/sdb2 # Storage
-UUID=445A1DB95A1DA8A6 /media/Storage ntfs defaults 0 2
+UUID=445A1DB95A1DA8A6 /media/Storage ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
# /dev/sdc2 # Storage2
-UUID=22F4424EF442247F /media/Storage2 ntfs defaults 0 2
+UUID=22F4424EF442247F /media/Storage2 ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2
# /dev/sde2 # Storage3
-UUID=681C5DE81C5DB234 /media/Storage3 ntfs defaults 0 2
+UUID=681C5DE81C5DB234 /media/Storage3 ntfs uid=luevano,gid=wheel,dmask=022,fmask=133,nosuid,dev,windows_names,auto 0 2