Update bootdisk.md

This commit is contained in:
Sander Hautvast 2024-02-08 20:00:16 +01:00 committed by GitHub
parent 02fc2efef0
commit 3528e2d1c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,3 +9,15 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: F...
```
```bash
df
```
```
/dev/sdc1 4914194 4914194 0 100% /media/sander/Ubuntu 22.04.3 LTS amd64
/dev/sdc4 55718056 1384 52853880 1% /media/sander/writable
```
```bash
sudo umount /dev/sdc1
sudo umount /dev/sdc4
```