[Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-07 Thread Bertho Grandpied
On Sun, 5 Feb 2012, Kenneth Davis jeremyd@***.org wrote : test kernel supporting 4KB sectors, note it limits buffers to 2 to avoid memory corruption on boot.   Thanks for testing, Eager to try your kernel mods with real HW, but, there is a but! in order for my Iomega device to be

Re: [Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-07 Thread Mark Brown
you *could* try USBASPI.SYS /V /W followed by DI1000DD.SYS ( works for me )   .. eufdp...@yahoo.com eufdp...@yahoo.com eufdp...@yahoo.com eufdp...@yahoo.com eufdp...@yahoo.com

Re: [Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-07 Thread BretJ
Mark Brown-27 wrote: you *could* try USBASPI.SYS /V /W followed by DI1000DD.SYS ( works for me ) In my opinion, this is applying a band-aid to a problem that actually requires drastic surgery. USBASPI.SYS + DI1000DD.SYS may in fact work in certain situations. But, it is not a

[Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-07 Thread Bertho Grandpied
This is correcting my mistake, --- On : Tue 2/7/12, Bertho Grandpied y31415926536@y??? wrote : In reply to: Mark Brown you *could* try USBASPI.SYS /V /W followed by DI1000DD.SYS   This is what I tried first thing, and the DI1000DD.SYS [Ninja ASPI DISK DRIVER Ver2.00, 16368 bytes,

[Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-06 Thread Bertho Grandpied
On Sun, 5 Feb 2012 22:56-0500 Kenneth Davis jeremyd@f***.org wrote : For testing only - warning may corrupt data!!! https://www.fdos.org/kernel/testing/4K/ Got'm alright! For information, had to downgrade URL protocol to HTTP:// (from http per provided link). Not sure if it's a temporary

Re: [Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-05 Thread Kenneth Davis
On Sat, Feb 4, 2012 at 3:13 PM, Bertho Grandpied y31415926...@yahoo.fr wrote: Hi, Guys! Replying to self, sort of, and Jeremy at the same time. I've been glancing thru the ram disk, TDSK, source. Internal buffer (used for init only) was provisionned for one 4K sector, but for some reason

[Freedos-user] Re : Support for 4k byte sectors + TDSK

2012-02-04 Thread Bertho Grandpied
Hi, Guys! Replying to self, sort of, and Jeremy at the same time. I've been glancing thru the ram disk, TDSK, source. Internal buffer (used for init only) was provisionned for one 4K sector, but for some reason author(s) limited sector size to 2K, as specified on the driver's command line. I