Lines Matching refs:fstab
69 * If you have your filesystems listed as type "auto" in fstab, like I did, then
464 # fstab for a given filesystem, and use this state to replace the
472 # If fstab contains, say, "rw" for this filesystem, then the result
482 # Watch for a default atime in fstab
483 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)"
485 # option specified in fstab: extract the value and use it
493 # option not specified in fstab -- choose the default.
499 # fstab for a given filesystem, and use this state to replace the
508 # If fstab contains, say, "commit=3,rw" for this filesystem, then the
516 # Watch for a default commit in fstab
517 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)"
519 # option specified in fstab: extract the value, and use it
525 # option not specified in fstab: set it to 0
534 # "unknown", we try to get the type from fstab.
535 cat /etc/fstab |