Mount
Jump to navigation
Jump to search
Overview
mount command 내용 정리
Basic
<source lang=bash> mount [-lhV] mount -a [-fFnrsvw] [-t vfstype] [-O optlist] mount [-fnrsvw] [-o option[,option]...] device|dir mount [-fnrsvw] [-t vfstype] [-o options] device dir </source>
Options
-a, --all
/etc/fstab 에 나와있는 모든 파일시스템을 마운트 한다.