mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 02:35:22 +02:00
diskutil: add German translation (#8922)
This commit is contained in:
parent
7e112b2d3b
commit
d5a7580dfa
1 changed files with 20 additions and 0 deletions
20
pages.de/osx/diskutil.md
Normal file
20
pages.de/osx/diskutil.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue