Lines Matching refs:FST
593 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
595 if [ "$FST" = 'unknown' ]; then
596 FST=$(deduce_fstype $MP)
598 case "$FST" in
601 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
604 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
653 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
655 if [ "$FST" = 'unknown' ]; then
656 FST=$(deduce_fstype $MP)
658 case "$FST" in
662 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
666 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS