Hi all,
Is it possible to modify Ramdisk driver provided with
NT4 ddk to support NTFS. In that case, can u give me
more info on that.
Thanks,
Sajeev.
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It’s FREE.
http://im.yahoo.com/
Hi all,
Is it possible to modify Ramdisk driver provided with
NT4 ddk to support NTFS. In that case, can u give me
more info on that.
Thanks,
Sajeev.
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It’s FREE.
http://im.yahoo.com/
you can download ramdisk for 2K from MS web site; do not remember the link.
Jamey
----- Original Message -----
From: sajeev sas
To: NT Developers Interest List
Sent: Tuesday, October 31, 2000 4:10 AM
Subject: [ntdev] Ramdisk driver for NTFS
> Hi all,
> Is it possible to modify Ramdisk driver provided with
> NT4 ddk to support NTFS. In that case, can u give me
> more info on that.
> Thanks,
> Sajeev.
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Messenger - Talk while you surf! It’s FREE.
> http://im.yahoo.com/
>
> —
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to $subst(‘Email.Unsub’)
Interesting… It looks like this sample starts FAT-formatted and OS
just refuses to reformat it. Do you want to create NTFS structures by
yourself as driver does it with FAT structures? =)
In any case I think this sample is completely useless one. It looks like
there is no way to create workable block device driver at class level.
The times of NT4 are gone…
Yes, I want to create NTFS structures myself and it’s
for NT4 only. Where do I get more info on those NTFS
structures?
Thanks,
Sajeev.
— xxxxx@geos-inform.com wrote:
Interesting… It looks like this sample starts
FAT-formatted and OS
just refuses to reformat it. Do you want to create
NTFS structures by
yourself as driver does it with FAT structures? =)In any case I think this sample is completely
useless one. It looks like
there is no way to create workable block device
driver at class level.
The times of NT4 are gone…
You are currently subscribed to ntdev as:
xxxxx@yahoo.com
To unsubscribe send a blank email to
$subst(‘Email.Unsub’)
Do You Yahoo!?
From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/
I think you have to get sources of NTFS driver from some
open source operating system (Linux for example).
I think I may have a version of the NT4 ramdisk driver that is fixed up so
that it works like a complete disk device and can thus be formatted with
NTFS. Let me know if you want me to try to dig it up.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of sajeev sas
Sent: Friday, November 03, 2000 12:25 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Ramdisk driver for NTFSYes, I want to create NTFS structures myself and it’s
for NT4 only. Where do I get more info on those NTFS
structures?
Thanks,
Sajeev.— xxxxx@geos-inform.com wrote:
> Interesting… It looks like this sample starts
> FAT-formatted and OS
> just refuses to reformat it. Do you want to create
> NTFS structures by
> yourself as driver does it with FAT structures? =)
>
> In any case I think this sample is completely
> useless one. It looks like
> there is no way to create workable block device
> driver at class level.
> The times of NT4 are gone…
>
> —
> You are currently subscribed to ntdev as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> $subst(‘Email.Unsub’)
>
Do You Yahoo!?
From homework help to love advice, Yahoo! Experts has your answer.
http://experts.yahoo.com/
You are currently subscribed to ntdev as: xxxxx@mit.edu
To unsubscribe send a blank email to $subst(‘Email.Unsub’)
> I think you have to get sources of NTFS driver from some
open source operating system (Linux for example).
NTFS/Linux is read-only - the guys did not discover the log format yet.
Max