updates
This commit is contained in:
parent
7e7d275411
commit
87ffa71fe4
8 changed files with 308 additions and 378 deletions
|
@ -9,36 +9,43 @@
|
|||
"/mnt/disk1" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/abbfc440-fb3d-4b33-92cb-948b2deeac53";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/disk2" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/3a57ffa8-8a0f-4839-81df-7f34d99e9dbc";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/disk3" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/0f72c5f8-b7db-4151-83f0-47e5f703aeb1";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/disk4" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/b9c72b41-1538-436e-a595-49d1faa5ed01";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/disk5" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/928d0200-eca1-4a69-b2d6-fbd23a5ee8cd";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/disk6" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-uuid/63381321-fe00-4838-8668-4d1decc94296";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/disk7" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-uuid/6c568887-9d2e-45ce-ab85-4c48cca2226a";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
# "/mnt/disk8" = {
|
||||
|
@ -49,11 +56,13 @@
|
|||
"/mnt/parity1" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/7c9b88ed-b8f8-40c9-bbc3-b75d30e04e01";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/parity2" = {
|
||||
fsType = "ext4";
|
||||
device = "/dev/disk/by-partuuid/5d2d7e3e-3730-4d9b-8759-dc14396f3357";
|
||||
options = [ "nofail" ];
|
||||
};
|
||||
|
||||
"/mnt/storage" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue