<설명>
[Mount 란?]
- (TechTarget 피셜) User 혹은 User 그룹이 Access 가능한 File System 구조의 File 그룹을 만드는 것.
- (ComputerHope 피셜) OS가 Disk에서 Read나 Write 하기 전, Disk Partition 중 하나의 File System을 Mount 해야함.
==> Mount 된 Disk는 OS 에서 Read, Write 혹은 둘 다를 위한 File System으로 사용 가능.
==> Disk를 Mount하면 OS가 Disk Partition Table의 File System에 관한 정보를 읽으며, 동시에 Disk에 Mount Point를 할당함.
==> Window OS 에선 Mount Point를 "C:", Linux나 macOS 에선 "/" 라고 불림.
- (Wikipedia 피셜) OS에 File System을 사용할 준비가 됐음을 알리고, 전체 File System Hiarchy 구조의 특정 지점(Mount Point)과 연결하고, 해당 Access와 관련된 옵션을 설정
==> Mount 를 통해 User가 File System, File, Directory, 장치 및 특수 File 을 사용 가능함.
[Mount Point 란?]
- 다른 File에 논리적으로 연결된 File System의 Directory
<예시>
- /dev/sdb1을 /mnt/disk1에 마운트하면 '장치 표준 디스크 B 파티션 1'에 포함된 모든 파일과 폴더가 액세스할 수 있는 /mnt/disk1 디렉토리에 배치됨.
<참조 1> https://www.techtarget.com/whatis/definition/mount
<참조 2> https://www.computerhope.com/jargon/m/mount.htm
<참조 3> https://en.wikipedia.org/wiki/Mount_(computing)
<참조 4> https://askubuntu.com/questions/20680/what-does-it-mean-to-mount-something
<참조 5>
'Programing > Knowledge' 카테고리의 다른 글
[CS] Stub (0) | 2022.12.09 |
---|---|
[CS] Remote Procedure Call (RPC) (0) | 2022.12.08 |
[CS] Cyclic Dependency (2) | 2022.12.04 |
[CS] Batch (0) | 2022.12.03 |
댓글