Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Virtual File System

Virtual File System

Scheduled Pinned Locked Moved C / C++ / MFC
helpsysadminlinuxtutorialquestion
3 Posts 3 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Daniel Turini
    wrote on last edited by
    #1

    No, I don't want a Shell Namespace Extension, I want something similar. What I want to achieve is something (actually, my problem is more complex, but you can use this as a pretty good example) like the Zip folders on Windows XP, but I would like that every Windows application could access it, not only the shell. I don't know if I'm being clear here, what I want to achieve is to "map" a zip file in a drive letter. The most similar thing to what I'm trying to do is the M:\ drive on the Exchange Server 2000. So, what do I need to do? A device driver? A filter driver? Can you point me to some example? Kant wrote: Actually she replied back to me "You shouldn't fix the bug. You should kill it"

    I M 2 Replies Last reply
    0
    • D Daniel Turini

      No, I don't want a Shell Namespace Extension, I want something similar. What I want to achieve is something (actually, my problem is more complex, but you can use this as a pretty good example) like the Zip folders on Windows XP, but I would like that every Windows application could access it, not only the shell. I don't know if I'm being clear here, what I want to achieve is to "map" a zip file in a drive letter. The most similar thing to what I'm trying to do is the M:\ drive on the Exchange Server 2000. So, what do I need to do? A device driver? A filter driver? Can you point me to some example? Kant wrote: Actually she replied back to me "You shouldn't fix the bug. You should kill it"

      I Offline
      I Offline
      IceMatrix
      wrote on last edited by
      #2

      you should probably use a disk simulator driver... so the os creates it own file system on it and you can handle it like every other drive.

      1 Reply Last reply
      0
      • D Daniel Turini

        No, I don't want a Shell Namespace Extension, I want something similar. What I want to achieve is something (actually, my problem is more complex, but you can use this as a pretty good example) like the Zip folders on Windows XP, but I would like that every Windows application could access it, not only the shell. I don't know if I'm being clear here, what I want to achieve is to "map" a zip file in a drive letter. The most similar thing to what I'm trying to do is the M:\ drive on the Exchange Server 2000. So, what do I need to do? A device driver? A filter driver? Can you point me to some example? Kant wrote: Actually she replied back to me "You shouldn't fix the bug. You should kill it"

        M Offline
        M Offline
        Mike Nordell
        wrote on last edited by
        #3

        Try googling for Galen Hunt at Microsoft Research. He wrote something presented on a Usenix conference some years ago that would let you implement a filesystem in user- (i.e. x86 ring3)-mode. If you get something working using this approach it would be nice to see an article here at CP about it. :-)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups