Lines Matching refs:fstab
67 * If you have your filesystems listed as type "auto" in fstab, like I did, then
462 # fstab for a given filesystem, and use this state to replace the
470 # If fstab contains, say, "rw" for this filesystem, then the result
480 # Watch for a default atime in fstab
481 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)"
483 # option specified in fstab: extract the value and use it
491 # option not specified in fstab -- choose the default.
497 # fstab for a given filesystem, and use this state to replace the
506 # If fstab contains, say, "commit=3,rw" for this filesystem, then the
514 # Watch for a default commit in fstab
515 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)"
517 # option specified in fstab: extract the value, and use it
523 # option not specified in fstab: set it to 0
532 # "unknown", we try to get the type from fstab.
533 cat /etc/fstab |