Disabled automatic mounting of E drive bcz it caused some issues
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
};
|
||||
|
||||
# Automatically mount E drive
|
||||
fileSystems."/mnt/e" = {
|
||||
device = "/dev/sda2";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" "noatime" "uid=1000" ];
|
||||
};
|
||||
# fileSystems."/mnt/e" = {
|
||||
# device = "/dev/sda2";
|
||||
# fsType = "ntfs-3g";
|
||||
# options = [ "rw" "noatime" "uid=1000" ];
|
||||
# };
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user