Skip to main content
Back to USENIX
  • Conferences
  • Students
Sign in

USENIX Conference Policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

Extending the Operating System at the User Level: The UFO Global File System

Albert D. Alexandrov; Maximilian Ibel; Klaus E. Schauser; Chris J. Scheiman, University of California, Santa Barbara

In this paper we show how to extend the functionality of standard operating systems completely at the user level. Our approach works by intercepting selected system calls at the user level, using tracing facilities such as the /proc file system provided by many Unix operating systems. The behavior of some intercepted system calls is then modified to implement new functionality. This approach does not require any re-linking or re-compilation of existing applications. In fact, the extensions can even be dynamically "installed'' into already running processes. The extensions work completely at the user level and install without system administrator assistance.

We used this approach to implement a global file system, called Ufo, which allows users to treat remote files exactly as if they were local. Currently, Ufo supports file access through the FTP and HTTP protocols and allows new protocols to be plugged in. While several other projects have implemented global file system abstractions, they all require either changes to the operating system or modifications to standard libraries. The paper gives a detailed performance analysis of our approach to extending the OS and establishes that Ufo introduces acceptable overhead for common applications even though intercepting system calls incurs a high cost.

Albert D. Alexandrov, University of California, Santa Barbara

Maximilian Ibel, University of California, Santa Barbara

Klaus E. Schauser, University of California, Santa Barbara

Chris Scheiman, University of California, Santa Barbara

BibTeX
@inproceedings {261008,
author = {Albert D. Alexandrov and Maximilian Ibel and Klaus E. Schauser and Chris Scheiman},
title = {Extending the Operating System at the User Level: The {UFO} Global File System},
booktitle = {USENIX 1997 Annual Technical Conference (USENIX ATC 97)},
year = {1997},
address = {Anaheim, CA},
url = {https://www.usenix.org/conference/usenix-1997-annual-technical-conference/novel-way-extending-operating-system-user-level},
publisher = {USENIX Association},
month = jan
}
Download

Links

Paper (HTML): 
https://www.usenix.org/legacy/publications/library/proceedings/ana97/full_papers/alexandrov/alexandrov_html/top_html.html
  • Log in or register to post comments

© USENIX
EIN 13-3055038

  • Privacy Policy
  • Contact Us