Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
heuzef
/
log2ram
réplica de
https://github.com/azlux/log2ram.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
18
Wiki
Actividad
Explorar el Código
Merge pull request
#19
from Sailing74/fixoutofram
unmount tmpfs if RAM too small to prevent corruption of logdir
pull/22/head
azlux
hace 7 años
committed by
GitHub
padre
bd1b669ed9
da1950989f
commit
150136da42
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
log2ram
+ 2
- 0
log2ram
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar