This commit is contained in:
JMARyA 2024-12-23 11:08:19 +01:00
parent 0167d52325
commit bb16b3fceb
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
17 changed files with 100 additions and 11 deletions

View file

@ -14,7 +14,7 @@ Fields inside the mount section:
- `Options` : Mount options to use when mounting. This takes a comma-separated list of options. This setting is optional.
## Example
```
```ini
[Unit]
Documentation=man:fstab(5) man:systemd-fstab-generator(8)
SourcePath=/etc/fstab
@ -24,4 +24,4 @@ What=/dev/sda1
Where=/mnt
Type=btrfs
Options=nosuid,nodev,nofail,compress=zstd,ro
```
```