errors=panic
errors=panic Panic and halt the machine if an error occurs.
(These mount options override the errors behavior
specified in the superblock, which can be configured
using tune2fs)
#!/bin/sh
TESTPATH=/путь/к/любому/каталогу/на/диске/где/будет/создан/файл/имя_файла
if [ `touch $TESTPATH` ]
then
rm $TESTPATH
else
reboot
fi
chmod +x
чтобы он мог выполниться.