Mount

From 탱이의 잡동사니
Revision as of 16:43, 7 August 2016 by Pchero (talk | contribs) (Created page with "== Overview == mount command 내용 정리 == Basic == <source lang=bash> mount [-lhV] mount -a [-fFnrsvw] [-t vfstype] [-O optlist] mount [-fnrsvw] [-o option[,option]...]...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 에 나와있는 모든 파일시스템을 마운트 한다.