Dear guys from Veritas, will you give me some info about LDM database? We
need that for our partitioning tools. Maybe someone else can help. I wonder
why doing reverse engineering of dmboot.sys instead of asking the vendors
Regards,
Max Lyadvinsky
www.acronis.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
http://linux-ntfs.sourceforge.net/ldm/
Because asking the developers would lead you nowhere.
----- Original Message -----
From: âMax Lyadvinskyâ
To: âFile Systems Developersâ
Sent: Thursday, August 23, 2001 4:18 PM
Subject: [ntfsd] LDM database
> Dear guys from Veritas, will you give me some info about LDM database? We
> need that for our partitioning tools. Maybe someone else can help. I
wonder
> why doing reverse engineering of dmboot.sys instead of asking the vendors
>
> Regards,
> Max Lyadvinsky
> www.acronis.com
>
>
> â
> You are currently subscribed to ntfsd as: danp@jb.rdsor.ro
> 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
Max,
you wrote on Thursday, August 23, 2001, 15:18:57:
ML> Dear guys from Veritas, will you give me some info about LDM database? We
ML> need that for our partitioning tools. Maybe someone else can help. I wonder
ML> why doing reverse engineering of dmboot.sys instead of asking the vendors
Disk partitioning IOCTLs for Windows XP are documented in the current
Platform SDK (see IOCTL_DISK_CREATE_DISK, IOCTL_DISK_SET_DRIVE_LAYOUT_EX
and IOCTL_DISK_SET_PARTITION_INFO_EX). Donât know if thatâs what you are
looking for.
Ralf.
/*======================== Foot shot for today =========================
Ada:
If you are dumb enough to actually use this language, the United
States Department of Defense will kidnap you, stand you up in
front of a firing squad, and tell the soldiers, âShoot at his
feet.â
======================================================================*/
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âm looking for the database format to be able to partition dyn disks from
dos extender, linux, etc. not only from NT.
Regards,
Max
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Ralf Buschmann
Sent: Thursday, August 23, 2001 10:02 PM
To: File Systems Developers
Subject: [ntfsd] Re: LDM database
Max,
you wrote on Thursday, August 23, 2001, 15:18:57:
ML> Dear guys from Veritas, will you give me some info about LDM database?
We
ML> need that for our partitioning tools. Maybe someone else can help. I
wonder
ML> why doing reverse engineering of dmboot.sys instead of asking the
vendors
Disk partitioning IOCTLs for Windows XP are documented in the current
Platform SDK (see IOCTL_DISK_CREATE_DISK, IOCTL_DISK_SET_DRIVE_LAYOUT_EX
and IOCTL_DISK_SET_PARTITION_INFO_EX). Donât know if thatâs what you are
looking for.
Ralf.
/*======================== Foot shot for today =========================
Ada:
If you are dumb enough to actually use this language, the United
States Department of Defense will kidnap you, stand you up in
front of a firing squad, and tell the soldiers, âShoot at his
feet.â
======================================================================*/
You are currently subscribed to ntfsd as: xxxxx@acronis.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
> why doing reverse engineering of dmboot.sys instead of asking the vendors
Wow⌠the thing is 350KB. Nearly as large as NT4âs NTFS.SYS
Very strange - software RAID driver with 350KB binary size.
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
they have debug info in the driver. they prepare debug output carefully, but
the routine which must print debug infos does nothing. so I wonder why so
much effort for preparing debug info in release
anyway that info can be helpful if the Veritas guys donât want to help
Regards,
Max
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Maxim S. Shatskih
Sent: Friday, August 24, 2001 2:35 AM
To: File Systems Developers
Subject: [ntfsd] Re: LDM database
why doing reverse engineering of dmboot.sys instead of asking the vendors
Wow⌠the thing is 350KB. Nearly as large as NT4âs NTFS.SYS
Very strange - software RAID driver with 350KB binary size.
Max
You are currently subscribed to ntfsd as: xxxxx@acronis.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
The .text section is half of the image anyway.
Very strange. More than 100KB of machine code for a software RAID.
Max
----- Original Message -----
From: âMax Lyadvinskyâ
To: âFile Systems Developersâ
Sent: Friday, August 24, 2001 9:35 AM
Subject: [ntfsd] Re: LDM database
> they have debug info in the driver. they prepare debug output carefully,
but
> the routine which must print debug infos does nothing. so I wonder why so
> much effort for preparing debug info in release
> anyway that info can be helpful if the Veritas guys donât want to help
>
> Regards,
> Max
>
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com]On Behalf Of Maxim S. Shatskih
> Sent: Friday, August 24, 2001 2:35 AM
> To: File Systems Developers
> Subject: [ntfsd] Re: LDM database
>
>
> > why doing reverse engineering of dmboot.sys instead of asking the
vendors
>
>
> Wow⌠the thing is 350KB. Nearly as large as NT4âs NTFS.SYS
> Very strange - software RAID driver with 350KB binary size.
>
> Max
>
>
> â
> You are currently subscribed to ntfsd as: xxxxx@acronis.com
> To unsubscribe send a blank email to leave-ntfsd-$subst(âRecip.MemberIDCharâ)@lists.osr.com
>
>
> â
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.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