Proceedings of the 2007 Workshop on Experimental Computer Science 2007
DOI: 10.1145/1281700.1281722
|View full text |Cite
|
Sign up to set email alerts
|

Rapid file system development using ptrace

Abstract: Developing kernel-level file systems is a difficult task that requires a significant time investment. For experimental file systems, it is desirable to develop a prototype before investing the time required to develop a kernel-level file system. We have built a ptrace monitoring infrastructure for file system development. Because our system runs entirely in user-space, debugging is made easier and it is possible to leverage existing tested user-level libraries. Because our monitor intercepts all OS entry point… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
7
0
3

Year Published

2008
2008
2019
2019

Publication Types

Select...
4
4
1

Relationship

1
8

Authors

Journals

citations
Cited by 16 publications
(10 citation statements)
references
References 10 publications
0
7
0
3
Order By: Relevance
“…The ptrace() system call can also be used to build an infrastructure for developing file systems in user space [31]. An advantage of this technique is that all OS entry points, rather than just file system operations, can be intercepted.…”
Section: Introductionmentioning
confidence: 99%
“…The ptrace() system call can also be used to build an infrastructure for developing file systems in user space [31]. An advantage of this technique is that all OS entry points, rather than just file system operations, can be intercepted.…”
Section: Introductionmentioning
confidence: 99%
“…Frameworks for rapid filesystem development were created, although, with moderate success. One example is Goanna, presented in 2007 [18].…”
Section: Ptrace System Call -Goannamentioning
confidence: 99%
“…Researchers have also used similar program monitoring techniques to implement user space file systems (Spillane et al 2007).…”
Section: Related Workmentioning
confidence: 99%