Thread: Userspace filesystem libraries

  1. #1
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229

    Userspace filesystem libraries

    I tried looking for a userspace library for accessing a ext3/4 image entirely in userspace, and to my surprise, wasn't able to find one.

    Anyone know if any common general purpose filesystem has a portable userspace library (NOT FUSE-like, which still needs to be plugged into a kernel).

    I just need a library that can, for example, open an image file of a ext3/4 filesystem, and provide common filesystem functions to the application. Entirely in userspace and portable.

    Thanks

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    if you have time, you could use the ext3/4 code from the kernel and adapt it into a userspace library

  3. #3
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    To be clear, you don't want to impose the FUSE dependency?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  4. #4
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    That is correct. I don't want to have to mount the image somewhere and access it through the kernel, mostly because I want the program to be portable, but also because conceptually it really shouldn't need to.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Filesystem question
    By raczzoli in forum Linux Programming
    Replies: 2
    Last Post: 12-06-2012, 03:11 AM
  2. Replies: 5
    Last Post: 05-05-2010, 04:24 AM
  3. Filesystem C++
    By bobbelPoP in forum C++ Programming
    Replies: 2
    Last Post: 06-25-2008, 12:38 PM
  4. Userspace access to low memory.
    By Kennedy in forum Linux Programming
    Replies: 4
    Last Post: 12-16-2006, 08:44 PM
  5. filesystem creation
    By napsy in forum Linux Programming
    Replies: 2
    Last Post: 10-10-2004, 04:14 PM