The standard form of the mount command is:
mount -t type device dir
<Example>
mount -t cramfs -o loop,ro,noexec .17E424.cramfs ./rootfs/
-t : file system type
cramfs : compressed rom file system
-o : options
loop : mount 시 사용되는 device (/dev/loop*)
ro : read only
noexec : no execution
'NOWS > MEMO' 카테고리의 다른 글
mac osx 에서 mysql 설치 (0) | 2016.07.12 |
---|---|
mac osx (10.10 이상) 에서 mysql 삭제 (0) | 2016.07.12 |
용어 정리 (0) | 2016.03.30 |
ESM vs. NMS, SMS (1) | 2016.03.30 |
데이터 품질 관리 (0) | 2016.03.30 |