A couple more useful commandsmaster
@@ -0,0 +1,4 @@ | |||
#!/usr/bin/env bash | |||
# Find the symlink in /dev/disk/by-id that points to /dev/sdd | |||
find -L /dev/disk/by-id -xtype l -samefile /dev/sdd |
@@ -0,0 +1,3 @@ | |||
#!/usr/bin/env bash | |||
fallocate --dig-holes /path/to/file |