Este sítio funciona melhor com JavaScript.
Página inicial
Ajuda
Iniciar sessão
heuzef
/
log2ram
espelho de
https://github.com/azlux/log2ram.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
18
Wiki
Trabalho
Ver a proveniência
Merge pull request
#19
from Sailing74/fixoutofram
unmount tmpfs if RAM too small to prevent corruption of logdir
pull/22/head
azlux
há 7 anos
committed by
GitHub
ascendente
bd1b669ed9
da1950989f
cometimento
150136da42
1 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+2
-0
log2ram
+ 2
- 0
log2ram
Ver ficheiro
@@ -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é-visualizar
Carregando…
Cancelar
Guardar