This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
heuzef
/
log2ram
огледало од
https://github.com/azlux/log2ram.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
18
Вики
Activity
Преглед изворни кода
Merge pull request
#19
from Sailing74/fixoutofram
unmount tmpfs if RAM too small to prevent corruption of logdir
pull/22/head
azlux
пре 7 година
committed by
GitHub
родитељ
bd1b669ed9
da1950989f
комит
150136da42
1 измењених фајлова
са
2 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
log2ram
+ 2
- 0
log2ram
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај