Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
natrinicle
/
schnippets
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Adding Resparsify and Find Symlink Dest
A couple more useful commands
master
Nate Bohman
5 anos atrás
pai
60f59d4469
commit
4e7a2b1954
2 arquivos alterados
com
7 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+4
-0
find_symlinks_by_destination.sh
+3
-0
resparsify_file.sh
+ 4
- 0
find_symlinks_by_destination.sh
Ver arquivo
@@ -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 arquivo
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
fallocate --dig-holes /path/to/file
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar