UNIX 분산 화일 시스템의 구현
변석우, 이정배, 김종관, 김해진
Abstract
변석우, 이정배, 김종관, 김해진
Abstract
본 고에서는 LAN으로 연결된 homogeneous UNIX system들 사이에서 동작될 수 있는 distributed file system을 UNIX kernel에 구현하는 과정을 소개하고 있다. 이 방법의 기본적인 개념은 UNIX의 function 'namei'와 data structure 'inode'에서 remote system과의 link를 구현하는 것으로서 사용자에게는 remote system의 file을 transparent하게 access할 수 있도록 하고, UNIX의 compatibility를 유지할 수 있다. 여기서는 'rmount' system call의 개발, remote file pathname mapping의 개발, remote procedure call의 개발, communication software 개발등에 대해서 설명하고 있다.
OpenAlex reports 2 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
본 고에서는 LAN으로 연결된 homogeneous UNIX system들 사이에서 동작될 수 있는 distributed file system을 UNIX kernel에 구현하는 과정을 소개하고 있다. 이 방법의 기본적인 개념은 UNIX의 function 'namei'와 data structure 'inode'에서 remote system과의 link를 구현하는 것으로서 사용자에게는 remote system의 file을 transparent하게 access할 수 있도록 하고, UNIX의 compatibility를 유지할 수 있다. 여기서는 'rmount' system call의 개발, remote file pathname mapping의 개발, remote procedure call의 개발, communication software 개발등에 대해서 설명하고 있다.
Key concepts: Unix, Unix architecture, Unix filesystem, Operating system, Unix file types, Computer science, Virtual file system, File system