Lines Matching refs:FST
584 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
586 if [ "$FST" = 'unknown' ]; then
587 FST=$(deduce_fstype $MP)
589 case "$FST" in
592 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
595 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
644 cat /etc/mtab | while read DEV MP FST OPTS DUMP PASS ; do
646 if [ "$FST" = 'unknown' ]; then
647 FST=$(deduce_fstype $MP)
649 case "$FST" in
653 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
657 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS