From f939e8d651bd16add3dc13f41541d4a472bc1bf4 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 25 Sep 2015 16:38:10 +0200 Subject: [PATCH] Add diskutil snippet --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0bde60e..dee4fba 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,11 @@ You don't have to use the Disk Utility GUI for this. sudo diskutil repairPermissions / ``` +#### Show All Attached Disks and Partitions +```bash +diskutil list +``` + ## Documents