Groups | Search | Server Info | Login | Register
Groups > comp.os.ms-windows.programmer.nt.kernel-mode > #22
| From | "Don Burn" <burn@windrvr.com> |
|---|---|
| Subject | Re: Is it possible to create file system drive using UMDF |
| Newsgroups | comp.os.ms-windows.programmer.nt.kernel-mode |
| References | <ddb95f0c-6d87-4277-a22d-60d839b93f03@vq5g2000pbc.googlegroups.com> |
| Message-ID | <AKM0r.8665$082.7080@newsfe04.iad> (permalink) |
| Date | 2012-02-21 13:11 +0000 |
No, UMDF does not handle much of what is needed for a file system. There have been some commercial third party products that claim to support user space file system development but their quality is pretty much unknown. Do you really need a file system? This isn't Unix/Linux for /proc file systems, that isn't the way to manage things in Windows. Most other cases you are either doing a file system for reliability or speed and those don't fit well with a user space effort. Don Burn Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr "ramesh" <msrameshkumar@gmail.com> wrote in message news:ddb95f0c-6d87-4277-a22d-60d839b93f03@vq5g2000pbc.googlegroups.com: > Is it possible to create file system drive using UMDF? and also if > better to know the reason? > > //Ramesh
Back to comp.os.ms-windows.programmer.nt.kernel-mode | Previous | Next — Previous in thread | Find similar
Is it possible to create file system drive using UMDF ramesh <msrameshkumar@gmail.com> - 2012-02-21 04:13 -0800 Re: Is it possible to create file system drive using UMDF "Don Burn" <burn@windrvr.com> - 2012-02-21 13:11 +0000
csiph-web