Explorar o código

Add command to power off external drive

DricomDragon %!s(int64=4) %!d(string=hai) anos
pai
achega
126ff48325
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      Guides/mount.md

+ 8 - 0
Guides/mount.md

@@ -64,3 +64,11 @@ sudo umount /media/jovian/iss_share
 sudo umount iss_cyph
 sudo cryptsetup close iss_cyph_bridge
 ```
+
+### Power off external drive
+
+Useful for safe removal.
+
+```sh
+sudo udisksctl power-off -b /dev/sdb
+```