Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
natrinicle
/
schnippets
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Adding Resparsify and Find Symlink Dest
A couple more useful commands
master
Nate Bohman
hace 5 años
padre
60f59d4469
commit
4e7a2b1954
Se han
modificado 2 ficheros
con
7 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+4
-0
find_symlinks_by_destination.sh
+3
-0
resparsify_file.sh
+ 4
- 0
find_symlinks_by_destination.sh
Ver fichero
@@ -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
+ 3
- 0
resparsify_file.sh
Ver fichero
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
fallocate --dig-holes /path/to/file
Escribir
Vista previa
Cargando…
Cancelar
Guardar