"Updates"
This commit is contained in:
@@ -348,6 +348,7 @@ Choose "Exit to shell"
|
||||
---
|
||||
|
||||
### Disk(s)
|
||||
#### Format and mount the disks
|
||||
|
||||
```bash
|
||||
sudo fdisk -l
|
||||
@@ -412,7 +413,10 @@ UUID=... ()
|
||||
```
|
||||
UUID=e8d74f7a-642a-486d-92db-d39388d1545f (/dev/nvme0n1)
|
||||
```
|
||||
|
||||
#### If needed, check and repair the filesystem
|
||||
```bash
|
||||
sudo e2fsck -fDC0 /dev/sdaX
|
||||
```
|
||||
```bash
|
||||
sudo mkdir -p /mnt/<folder>
|
||||
echo "UUID=... /mnt/<folder> ext4 defaults 0 0" | sudo tee -a /etc/fstab
|
||||
@@ -422,6 +426,7 @@ sudo systemctl daemon-reload
|
||||
# df -h /mnt/<folder>
|
||||
```
|
||||
|
||||
### Hosts
|
||||
```bash
|
||||
sudo vim /etc/hosts
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user