#!/bin/sh

[ -d /media/flash_module/lost+found ] && umount /media/flash_module

mount -o remount,ro /
sync
