15.1.3 device의 mount
15.1.3.1 mount 의미
Linux 시스템에서는 시스템에서 사용되는 모든 파일이 root (/)를 최상위로 하는 하나의 큰 tree 형태인 파일 계층구조에 소속되도록 되어 있다. 이러한 파일들은 하나의 계층구조에 있는 것처럼 보이지만, 실제로는 여러 가지의 device에 흩어져 있는 것일 수도 있다.
15.1.3 device의 mount
15.1.3.1 mount 의미
Linux 시스템에서는 시스템에서 사용되는 모든 파일이 root (/)를 최상위로 하는 하나의 큰 tree 형태인 파일 계층구조에 소속되도록 되어 있다. 이러한 파일들은 하나의 계층구조에 있는 것처럼 보이지만, 실제로는 여러 가지의 device에 흩어져 있는 것일 수도 있다.
15.1.3 Mounting Device
15.1.3.1 Meaning of Mount
On Linux systems, all files used on the system are supposed to belong to a file hierarchy, one large tree type with root (/) at the top. These files may appear to be in one hierarchy, but may actually be scattered across a variety of devices.