1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:35:26 +02:00

common/umount: add Dutch translation (#17048)

This commit is contained in:
Dylan 2025-07-01 09:48:03 +00:00 committed by GitHub
parent 3ccf267538
commit ec1cda5f54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
pages.nl/common/umount.md Normal file
View file

@ -0,0 +1,17 @@
# umount
> Koppel een bestandssysteem los vanuit het mount-punt, waardoor het niet langer toegankelijk is.
> Een bestandssysteem kan niet losgekoppeld worden als het bezig is.
> Meer informatie: <https://man.openbsd.org/umount>.
- Koppel een bestandssysteem los door het pad op te geven van de bron waarop het gemount is:
`umount {{pad/naar/apparaat_bestand}}`
- Koppel een bestandssysteem los door het pad op te geven waarop het gemount is:
`umount {{pad/naar/gemounte_map}}`
- Koppel alle gemounte bestandssystemen los (behalve het `proc` bestandssysteem):
`umount -a`