edit metadata

This commit is contained in:
2025-02-12 15:01:15 +01:00
parent 341b6ed46f
commit 1ce84ebc53
43 changed files with 214 additions and 207 deletions

View File

@@ -1,6 +1,6 @@
---
title: "fstab"
tags: [ "System" ]
tags: [ "system", "disk" ]
---
# Basics
@@ -29,7 +29,7 @@ Ignore this obsolete option.
## 6: Pass
| Number | Meaning |
| | |
|:------:|:---------------------:|
| 0 | Swap (or not mounted) |
| 1 | Mount at / |
| 2 | Mount somewhere else |
@@ -37,5 +37,5 @@ Ignore this obsolete option.
## Options
- `nofail` means the computer will not fail to boot, even if the drive fails, or is unplugged. It's a good option for everything except `/`.
- noauto means 'don't mount on boot' (but you can still mount with `mount -a`).
- `noauto` means 'don't mount on boot' (but you can still mount with `mount -a`).