Filesystems: Difference between revisions
m →Bind mounts: Drop stray quoted ref :/ |
m added the "exec" option as it helps to run steam games on another drive |
||
Line 13: | Line 13: | ||
"users" # Allows any user to mount and unmount | "users" # Allows any user to mount and unmount | ||
"nofail" # Prevent system from failing if this drive doesn't mount | "nofail" # Prevent system from failing if this drive doesn't mount | ||
"exec" # Permit execution of binaries and other executable files | |||
]; | ]; | ||
}; | }; |