search for: free_siz

Displaying 1 result from an estimated 1 matches for "free_siz".

Did you mean: free_sig
2009 Nov 25
0
kernel oops when sync after rm a file at full disk
Reproduce steps: free_size=`df | grep "/" -w | awk ''{print $4}''` dd if=/dev/zero of=tmpfile bs=1024 count=$free_size sync These got done without any errors until disk is full, and then run these steps: rm -rf tmpfile sync (will cause oops) Zhipeng Gong -- To unsubscribe from this...