Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
log2ram
espelhamento de
https://github.com/azlux/log2ram.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
18
Wiki
Atividade
Ver código fonte
Merge pull request
#19
from Sailing74/fixoutofram
unmount tmpfs if RAM too small to prevent corruption of logdir
pull/22/head
azlux
7 anos atrás
committed by
GitHub
pai
bd1b669ed9
da1950989f
commit
150136da42
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
log2ram
+ 2
- 0
log2ram
Ver arquivo
@@ -27,6 +27,8 @@ syncFromDisk () {
if [ ! -z `du -sh -t $SIZE $HDD_LOG | cut -f1` ]; then
echo "ERROR: RAM disk too small. Can't sync."
umount -l $RAM_LOG
umount -l $HDD_LOG
exit 1
fi
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar