Hello,
I think there is a NTFS for LINUX (with source code). But I don’t know
where.
-----Ursprüngliche Nachricht-----
Von: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]Im Auftrag von Andreas Roth
Gesendet: Samstag, 27. Januar 2001 11:03
An: File Systems Developers
Betreff: [ntfsd] File System Driver examples
I want to develop a File System driver and I’m searching for File System
driver examples. The Problem is that i don’t have the IFS Kit and i first
want to look how difficult is it to develop a File System Driver. Had anyone
found any examples with source code on the internet ?
A. Roth
You are currently subscribed to ntfsd as: xxxxx@gmx.net
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Sorry, but i’m searching for a file system driver for Windows.
A. Roth
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Reiner
Sent: Samstag, 27. Januar 2001 11:50
To: File Systems Developers
Subject: [ntfsd] AW: File System Driver examples
Hello,
I think there is a NTFS for LINUX (with source code). But I don’t know
where.
-----Ursprüngliche Nachricht-----
Von: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]Im Auftrag von Andreas Roth
Gesendet: Samstag, 27. Januar 2001 11:03
An: File Systems Developers
Betreff: [ntfsd] File System Driver examples
I want to develop a File System driver and I’m searching for File System
driver examples. The Problem is that i don’t have the IFS Kit and i first
want to look how difficult is it to develop a File System Driver. Had anyone
found any examples with source code on the internet ?
A. Roth
You are currently subscribed to ntfsd as: xxxxx@gmx.net
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: xxxxx@arsoft-online.de
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
As has already been mentioned, you can by Rageev Nagars
book, but the sample is a partial file system driver, and is
for NT3.51 (the book is mostly 3.51 with some NT 4.0
information). If you are developing it for comercial use
I would seriously recomend the OSR Filesystem Kit,
while it has an initial cost, it reduces the time to build a
filesystem to a value several times its cost. Check out
http://www.osr.com/toolkits_fsdk.shtml for a description
and an online manual.
Don Burn
Windows 2000 Device Driver and Filesystem consulting.
----- Original Message -----
From: “Andreas Roth”
To: “File Systems Developers”
Sent: Saturday, January 27, 2001 5:02 AM
Subject: [ntfsd] File System Driver examples
> I want to develop a File System driver and I’m searching for File System
> driver examples. The Problem is that i don’t have the IFS Kit and i first
> want to look how difficult is it to develop a File System Driver. Had
anyone
> found any examples with source code on the internet ?
>
> A. Roth
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@acm.org
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> driver examples. The Problem is that i don’t have the IFS Kit and i first
want to look how difficult is it to develop a File System Driver. Had
anyone
Very difficult, the IFS kit is a must.
It provides the source code for a FASTFAT filesystem which will help you a
lot.
Max
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> I think there is a NTFS for LINUX (with source code). But I don’t know
where.
IIRC this is read-only - the Linux guys did not reverse-engineered the
NTFS’s log format yet.
Anyway this can be an example of Linux FS development and not the NT one.
Max
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
The source to the FileMon filter can be found at www.sysinternals.com.
-----Original Message-----
From: Don Burn [mailto:xxxxx@acm.org]
Sent: Saturday, January 27, 2001 5:32 AM
To: File Systems Developers
Subject: [ntfsd] Re: File System Driver examples
As has already been mentioned, you can by Rageev Nagars
book, but the sample is a partial file system driver, and is
for NT3.51 (the book is mostly 3.51 with some NT 4.0
information). If you are developing it for comercial use
I would seriously recomend the OSR Filesystem Kit,
while it has an initial cost, it reduces the time to build a
filesystem to a value several times its cost. Check out
http://www.osr.com/toolkits_fsdk.shtml for a description
and an online manual.
Don Burn
Windows 2000 Device Driver and Filesystem consulting.
----- Original Message -----
From: “Andreas Roth”
To: “File Systems Developers”
Sent: Saturday, January 27, 2001 5:02 AM
Subject: [ntfsd] File System Driver examples
> I want to develop a File System driver and I’m searching for File
System
> driver examples. The Problem is that i don’t have the IFS Kit and i
first
> want to look how difficult is it to develop a File System Driver. Had
anyone
> found any examples with source code on the internet ?
>
> A. Roth
>
>
> —
> You are currently subscribed to ntfsd as: xxxxx@acm.org
> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntfsd as: xxxxx@Exchange.Microsoft.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Well , it is possible to write FS drivers without
spending 1k$ on IFS kit , but as other ppl said ,
examples are valuable. The main include file , ntifs.h
is in fact all you need. many ppl gathered information
about FS and compiled into different .h files , the
most complete beeing here :
http://www.acc.umu.se/~bosse/
Also , buy “Windows NT: File system internals” by
Rajeev Nagar , is one of the few books I buyed and
worths the money spent on it.
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Check out filemon from www.sysinternals.com.
Also, the 6.02 version of PGP comes with the PGPDisk utility. You should be
able to get the sources at any PGP-related site…
-IGP-
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Andreas Roth
Sent: sábado, 27 de enero de 2001 11:03
To: File Systems Developers
Subject: [ntfsd] File System Driver examples
I want to develop a File System driver and I’m searching for File System
driver examples. The Problem is that i don’t have the IFS Kit and i first
want to look how difficult is it to develop a File System Driver.
Had anyone
found any examples with source code on the internet ?
A. Roth
You are currently subscribed to ntfsd as: xxxxx@trymedia.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
PGPDisk does not use a file system driver. Instead it just creates disk
volume drivers and the normal file system drivers (FASTFAT, NTFS, etc)
use it just like any other disk.
Shaun
Ignacio Garcia-Perez wrote:
>Check out filemon from www.sysinternals.com.
>
>Also, the 6.02 version of PGP comes with the PGPDisk utility. You should be
>able to get the sources at any PGP-related site…
>
>-IGP-
>
>> -----Original Message-----
>> From: xxxxx@lists.osr.com
>> [mailto:xxxxx@lists.osr.com]On Behalf Of Andreas Roth
>> Sent: sbado, 27 de enero de 2001 11:03
>> To: File Systems Developers
>> Subject: [ntfsd] File System Driver examples
>>
>>
>> I want to develop a File System driver and I’m searching for File System
>> driver examples. The Problem is that i don’t have the IFS Kit and i first
>> want to look how difficult is it to develop a File System Driver.
>> Had anyone
>> found any examples with source code on the internet ?
>>
>> A. Roth
>>
>>
>> —
>> You are currently subscribed to ntfsd as: xxxxx@trymedia.com
>> To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
>
>—
>You are currently subscribed to ntfsd as: xxxxx@sdlabs.demon.co.uk
>To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
hello
im also developing filemon, i got the source code from sysinternals. i just
now i got that ther is a utility called PGPdisk, i didnt heard about this
word before. can any one tell me about what PGPdisk and what is the use of
it.
thanks and regards
dharsan
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com