Add Partitions
parent
2e5d8775ac
commit
d8dd4988e0
128
Partitions.md
Normal file
128
Partitions.md
Normal file
@ -0,0 +1,128 @@
|
||||
``` mermaid
|
||||
flowchart LR
|
||||
|
||||
ssd1[(
|
||||
SSD1:
|
||||
240GB
|
||||
KINGSTON SV300S37A240G
|
||||
191MB/s read
|
||||
142MB/s write
|
||||
)]
|
||||
|
||||
ssd2[(
|
||||
SSD2:
|
||||
1TB
|
||||
KINGSTON SA400S371920G
|
||||
500MB/s read
|
||||
450MB/s write
|
||||
)]
|
||||
|
||||
hdd1[(
|
||||
HDD1:
|
||||
1TB
|
||||
HITACHI HDS721010CLA322
|
||||
106MB/s read
|
||||
87MB/s write
|
||||
)]
|
||||
|
||||
hdd2[(
|
||||
HDD2:
|
||||
1TB
|
||||
SAMSUNG HD103UJ
|
||||
215MB/s read
|
||||
? MB/s write
|
||||
)]
|
||||
|
||||
nvme1[(
|
||||
NVME1:
|
||||
2TB
|
||||
KINGSTON SFRYD2000G
|
||||
7300MB/s read
|
||||
7000MB/s write
|
||||
)]
|
||||
|
||||
efi[
|
||||
EFI
|
||||
FAT32
|
||||
500MB
|
||||
]
|
||||
|
||||
windows["
|
||||
Windows 11 (C:\\)
|
||||
NTFS
|
||||
400GB
|
||||
"]
|
||||
|
||||
void[
|
||||
Void Linux
|
||||
ext4
|
||||
100GB
|
||||
]
|
||||
|
||||
arch[
|
||||
Arch Linux
|
||||
ext4
|
||||
50GB
|
||||
]
|
||||
|
||||
mint[
|
||||
Linux Mint
|
||||
ext4
|
||||
50GB
|
||||
]
|
||||
|
||||
shared1["
|
||||
Shared (D:\\)
|
||||
ExFAT
|
||||
1400GB
|
||||
"]
|
||||
|
||||
shared2["
|
||||
Shared 2 (E:\\)
|
||||
ExFAT
|
||||
1000GB
|
||||
"]
|
||||
shared3["
|
||||
Shared 3 (F:\\)
|
||||
ExFAT
|
||||
240GB
|
||||
"]
|
||||
shared4["
|
||||
Shared 4 (G:\\)
|
||||
ExFAT
|
||||
1000GB
|
||||
"]
|
||||
shared5["
|
||||
Shared 4 (H:\\)
|
||||
ExFAT
|
||||
1000GB
|
||||
"]
|
||||
|
||||
subgraph HDD1
|
||||
hdd1 --- shared5
|
||||
end
|
||||
|
||||
subgraph HDD2
|
||||
hdd2 --- shared4
|
||||
end
|
||||
|
||||
subgraph SSD1
|
||||
ssd1 --- shared3
|
||||
end
|
||||
|
||||
subgraph SSD2
|
||||
ssd2 --- shared2
|
||||
end
|
||||
|
||||
subgraph NVME1
|
||||
nvme1 --- efi
|
||||
nvme1 --- windows
|
||||
nvme1 --- void
|
||||
nvme1 --- mint
|
||||
nvme1 --- arch
|
||||
nvme1 --- shared1
|
||||
subgraph
|
||||
shared1 --- steam
|
||||
end
|
||||
end
|
||||
```
|
||||
Loading…
x
Reference in New Issue
Block a user