Journal of Information Technology Services (한국IT서비스학회지)
- Volume 4 Issue 2
- /
- Pages.99-107
- /
- 2005
- /
- 1975-4256(pISSN)
Design and Implementation of Force Unmount for Linux Filesystem
Linux Filesystem을 위한 Force Unmount 설계 및 구현
Abstract
This paper describes a kernel function named FU(forced unmount) related to filesystem on linux system. FU is a function to forcibly unmount filesystems in despite of busy state of the filesystems. Our current implementation has been developed on linux-2.6.8 and tested in environments that are established by tools, POSTMAR and LTP. This contains considerations of FU and a algorithm to solve problems during developing FU.