mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
udisksctl: update page (#16322)
This commit is contained in:
parent
b11deba88e
commit
3fabfc6140
2 changed files with 12 additions and 8 deletions
|
@ -9,19 +9,19 @@
|
||||||
|
|
||||||
- 장치에 대한 자세한 정보 표시:
|
- 장치에 대한 자세한 정보 표시:
|
||||||
|
|
||||||
`udisksctl info --block-device {{/dev/sdX}}`
|
`udisksctl info {{[-b|--block-device]}} {{/dev/sdX}}`
|
||||||
|
|
||||||
- 장치 파티션에 대한 자세한 정보 표시:
|
- 장치 파티션에 대한 자세한 정보 표시:
|
||||||
|
|
||||||
`udisksctl info --block-device {{/dev/sdXN}}`
|
`udisksctl info {{[-b|--block-device]}} {{/dev/sdXN}}`
|
||||||
|
|
||||||
- 장치 파티션을 마운트하고 마운트 지점을 출력:
|
- 장치 파티션을 마운트하고 마운트 지점을 출력:
|
||||||
|
|
||||||
`udisksctl mount --block-device {{/dev/sdXN}}`
|
`udisksctl mount {{[-b|--block-device]}} {{/dev/sdXN}}`
|
||||||
|
|
||||||
- 장치 파티션을 마운트 해제:
|
- 장치 파티션을 마운트 해제:
|
||||||
|
|
||||||
`udisksctl unmount --block-device {{/dev/sdXN}}`
|
`udisksctl unmount {{[-b|--block-device]}} {{/dev/sdXN}}`
|
||||||
|
|
||||||
- 데몬의 이벤트 모니터링:
|
- 데몬의 이벤트 모니터링:
|
||||||
|
|
||||||
|
|
|
@ -9,19 +9,23 @@
|
||||||
|
|
||||||
- Show detailed information about a device:
|
- Show detailed information about a device:
|
||||||
|
|
||||||
`udisksctl info --block-device {{/dev/sdX}}`
|
`udisksctl info {{[-b|--block-device]}} {{/dev/sdX}}`
|
||||||
|
|
||||||
- Show detailed information about a device partition:
|
- Show detailed information about a device partition:
|
||||||
|
|
||||||
`udisksctl info --block-device {{/dev/sdXN}}`
|
`udisksctl info {{[-b|--block-device]}} {{/dev/sdXN}}`
|
||||||
|
|
||||||
- Mount a device partition and prints the mount point:
|
- Mount a device partition and prints the mount point:
|
||||||
|
|
||||||
`udisksctl mount --block-device {{/dev/sdXN}}`
|
`udisksctl mount {{[-b|--block-device]}} {{/dev/sdXN}}`
|
||||||
|
|
||||||
- Unmount a device partition:
|
- Unmount a device partition:
|
||||||
|
|
||||||
`udisksctl unmount --block-device {{/dev/sdXN}}`
|
`udisksctl unmount {{[-b|--block-device]}} {{/dev/sdXN}}`
|
||||||
|
|
||||||
|
- Power off a device to safely remove it:
|
||||||
|
|
||||||
|
`udisksctl power-off {{[-b|--block-device]}} {{/dev/sdX}}`
|
||||||
|
|
||||||
- Monitor the daemon for events:
|
- Monitor the daemon for events:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue