Filesystems: Difference between revisions

imported>Jmarmstrong1207
m Add section for making disk visible in file explorer
imported>Jmarmstrong1207
mNo edit summary
Line 9: Line 9:
   device = "/dev/disk/by-uuid/4f999afe-6114-4531-ba37-4bf4a00efd9e";
   device = "/dev/disk/by-uuid/4f999afe-6114-4531-ba37-4bf4a00efd9e";
   fsType = "exfat";
   fsType = "exfat";
   options = [  
   options = [ # If you don't have this options attribute, it'll default to "defaults"
     # boot options for fstab. Search up fstab mount options you can use
     # boot options for fstab. Search up fstab mount options you can use
     "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
   
   ];
   ];
  };
  };