Separated further readings from sources

This commit is contained in:
Michele Cereda
2022-05-01 11:03:32 +02:00
parent 35cce39ed7
commit 10cac45a7d
24 changed files with 86 additions and 45 deletions

View File

@@ -2,7 +2,7 @@
## TL;DR
```plaintext
```text
# by label
# e2label /dev/sdc1
# mount -L seagate_2tb_usb /media/usb
@@ -14,7 +14,7 @@ LABEL=seagate_2tb_usb /media/usb ext3 defaults 0 0
UUID=41c22818-fbad-4da6-8196-c816df0b7aa8 /disk2p2 ext3 defaults,errors=remount-ro 0 1
```
## Further readings
## Sources
- [Mount a disk partition using LABEL]
- [Mount a disk partition using UUID]