Mail Archives: djgpp/2001/06/13/11:55:33
On Wed, 13 Jun 2001, Michelle Konzack wrote:
> I use Linux and the rawrite.exe/rawread.exe to write and Read Floppy-
> Images. Now I like to read LS-120 and 100/250 MByte ZIP-Disks.
On GNU/Linux or with DJGPP programs on DOS/Windows?
> Unfortunately I have no experience in Disk-Operations like reading and
> writing sectors or anything like this.
>
> Can anyone give me a kick in the right direction please.
Take a look at djtar's source, it can read raw floppy disks.
> Or does a toll like dd under Linux exist for Dos ?
dd is part of GNU Fileutils, so its DJGPP port is available. But it
cannot access block devices, only character devices and regular files.
However, it shouldn't be hard to write a Filesystem Extension module that
would support sector-level access to a floppy or a similar device via
BIOS calls. When linked with such an extension, dd should be able to do
what it does on GNU/Linux systems.
- Raw text -