diskutil: add German translation (#8922)

pull/1/head
rockofox 2022-10-11 12:23:35 +02:00 committed by GitHub
parent 7e112b2d3b
commit d5a7580dfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
pages.de/osx/diskutil.md Normal file
View File

@ -0,0 +1,20 @@
# diskutil
> Dienstprogramm zur Verwaltung lokaler Festplatten und Volumes.
> Weitere Informationen: <https://ss64.com/osx/diskutil.html>.
- Auflisten aller aktuell verfügbaren Festplatten, Partitionen und gemounteten Volumes:
`diskutil list`
- Reparieren der Dateisystem-Datenstrukturen eines Volumes:
`diskutil repairVolume {{/dev/diskX}}`
- Einen Datenträger aushängen:
`diskutil unmountDisk {{/dev/diskX}}`
- Eine CD/DVD auswerfen (zuerst aushängen):
`diskutil eject {{/dev/disk1}}`