calcite: remove win drive from fstab
- Remove ntfs drive from fstab as it will cause systemd enter emergency mode if corrupted. - TODO: use autofs to mount the ntfs drive, or add extra options to ignore failed ntfs drive.
This commit is contained in:
parent
b9eebc2a7e
commit
b944954b3c
2 changed files with 0 additions and 11 deletions
|
@ -158,10 +158,6 @@
|
||||||
clang-tools
|
clang-tools
|
||||||
rnix-lsp
|
rnix-lsp
|
||||||
|
|
||||||
# C/C++
|
|
||||||
gcc
|
|
||||||
gdb
|
|
||||||
|
|
||||||
# Python
|
# Python
|
||||||
# reference: https://nixos.wiki/wiki/Python
|
# reference: https://nixos.wiki/wiki/Python
|
||||||
(
|
(
|
||||||
|
|
|
@ -23,13 +23,6 @@
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/media/data" =
|
|
||||||
{
|
|
||||||
device = "/dev/disk/by-label/WINDATA";
|
|
||||||
fsType = "ntfs3";
|
|
||||||
options = [ "rw" "uid=1000" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices =
|
swapDevices =
|
||||||
[ { device = "/dev/disk/by-label/NIXSWAP"; }
|
[ { device = "/dev/disk/by-label/NIXSWAP"; }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue