* Dosemu: HDD-Zugriff
@ 2002-07-05 12:03 aza
2002-07-05 12:17 ` Reinhard Karcher
0 siblings, 1 reply; 6+ messages in thread
From: aza @ 2002-07-05 12:03 UTC (permalink / raw)
To: linux-msdos
hi!
Ich habe auf meinem Rechner Windows XP.
Darauf läuft über VMware ein Linux Betriebssystem, welches sich eine eigene
kleinere Festplatte simuliert.
Auf Linux läuft der Dos-Emulator (dosemu 1.0.2) der sich ebenfalls wieder
eine eigene C-Platte simmuliert. Diese ist nur noch 2GB von ursprünglich 56GB
in Windows.
Ich muss aber über den DOS-Emulator auf die gesammte Festplatte (56GB)
zugreifen können!
Könnten sie mir vielleicht bei diesem Problem behilflich sein?
(dies ist nämlich ein Teil eines Projektes und muss bald fertig sein)
Vielen Dank!
Toni
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Dosemu: HDD-Zugriff
2002-07-05 12:03 Dosemu: HDD-Zugriff aza
@ 2002-07-05 12:17 ` Reinhard Karcher
2002-07-05 12:47 ` Uwe Bonnes
0 siblings, 1 reply; 6+ messages in thread
From: Reinhard Karcher @ 2002-07-05 12:17 UTC (permalink / raw)
To: linux-msdos
On Fri, Jul 05, 2002 at 02:03:05PM +0200, aza@gmx.at wrote
> Auf Linux läuft der Dos-Emulator (dosemu 1.0.2) der sich ebenfalls wieder
> eine eigene C-Platte simmuliert. Diese ist nur noch 2GB von ursprünglich 56GB
> in Windows.
>
> Ich muss aber über den DOS-Emulator auf die gesammte Festplatte (56GB)
> zugreifen können!
>
(Toni wants access to a 56G Partion.)
AFAIK is DOS limited to 2G partitions.
Reinhard
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Dosemu: HDD-Zugriff
2002-07-05 12:17 ` Reinhard Karcher
@ 2002-07-05 12:47 ` Uwe Bonnes
2002-07-05 13:08 ` Reinhard Karcher
0 siblings, 1 reply; 6+ messages in thread
From: Uwe Bonnes @ 2002-07-05 12:47 UTC (permalink / raw)
To: Reinhard Karcher; +Cc: linux-msdos
>>>>> "Reinhard" == Reinhard Karcher <rkarcher@frey.de> writes:
Reinhard> On Fri, Jul 05, 2002 at 02:03:05PM +0200, aza@gmx.at wrote
>> Auf Linux läuft der Dos-Emulator (dosemu 1.0.2) der sich ebenfalls
>> wieder eine eigene C-Platte simmuliert. Diese ist nur noch 2GB von
>> ursprünglich 56GB in Windows.
>>
>> Ich muss aber über den DOS-Emulator auf die gesammte Festplatte
>> (56GB) zugreifen können!
>>
Reinhard> (Toni wants access to a 56G Partion.)
Reinhard> AFAIK is DOS limited to 2G partitions.
Aren't there BIOS Calls to support big disks?
Bye
--
Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Dosemu: HDD-Zugriff
2002-07-05 12:47 ` Uwe Bonnes
@ 2002-07-05 13:08 ` Reinhard Karcher
2002-07-05 15:21 ` Bart Oldeman
2002-07-09 14:16 ` Oliver Ob
0 siblings, 2 replies; 6+ messages in thread
From: Reinhard Karcher @ 2002-07-05 13:08 UTC (permalink / raw)
To: linux-msdos
On Fri, Jul 05, 2002 at 02:47:22PM +0200, Uwe Bonnes wrote
> Reinhard> (Toni wants access to a 56G Partion.)
>
> Reinhard> AFAIK is DOS limited to 2G partitions.
>
> Aren't there BIOS Calls to support big disks?
>
You can't use BIOS Calls to MFS-Directories. You can't give the whole
partition to DOS without dismountig it from linux. You can't do
concurrent access from linux and dosemu BIOS Calls to the same partition
without data corruption.
Perhaps the MFS Redirector can access more than 2G?
Even if it can, many DOS Programs can't cope with more than 2G data on
one partitionen.
Reinhard
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Dosemu: HDD-Zugriff
2002-07-05 13:08 ` Reinhard Karcher
@ 2002-07-05 15:21 ` Bart Oldeman
2002-07-09 14:16 ` Oliver Ob
1 sibling, 0 replies; 6+ messages in thread
From: Bart Oldeman @ 2002-07-05 15:21 UTC (permalink / raw)
To: linux-msdos
On Fri, 5 Jul 2002, Reinhard Karcher wrote:
> > Aren't there BIOS Calls to support big disks?
> >
Yes, and they are in DOSEMU too, but ...
> You can't use BIOS Calls to MFS-Directories. You can't give the whole
> partition to DOS without dismountig it from linux. You can't do
> concurrent access from linux and dosemu BIOS Calls to the same partition
> without data corruption.
indeed. But we don't know what the original poster did exactly.
> Perhaps the MFS Redirector can access more than 2G?
> Even if it can, many DOS Programs can't cope with more than 2G data on
> one partitionen.
That's true. The maximum that the MFS (int2f/110c) reports is now:
32 sectors/cluster
1024 bytes/sector
65535 total clusters
65535 free clusters
so 2G max. A similar limit exists for int21/ah=36, and although you can
stretch that many DOS programs would be confused if you would do that.
The only way to get around that problem is to find a way to communicate
between the MFS and int21/ax=7303. That is certainly possible for
FreeDOS, but I'm not sure about Win98 DOS. Only a few DOS programs know
about that function.
Bart
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Dosemu: HDD-Zugriff
2002-07-05 13:08 ` Reinhard Karcher
2002-07-05 15:21 ` Bart Oldeman
@ 2002-07-09 14:16 ` Oliver Ob
1 sibling, 0 replies; 6+ messages in thread
From: Oliver Ob @ 2002-07-09 14:16 UTC (permalink / raw)
To: Reinhard Karcher; +Cc: linux-msdos
Reinhard Karcher schrieb:
> You can't use BIOS Calls to MFS-Directories. You can't give the whole
> partition to DOS without dismountig it from linux. You can't do
> concurrent access from linux and dosemu BIOS Calls to the same partition
> without data corruption.
THIS hass been possible up to version 0.67 or 0.97
I know that because I have done exactly THAT redirection for
my bbs. Read my "Need your advice" thread on this.
> Perhaps the MFS Redirector can access more than 2G?
DOS generally cannot access partitions larger than 2GB
But that depends on the VERSION of DOS you are using.
> Even if it can, many DOS Programs can't cope with more than 2G data on
> one partitionen.
Again, this - so I was told - depends on what DOS you use.
Maybe FreeDOS can.
--
*º¤., ¸¸,.¤º*¨¨¨*¤ =Oliver@home= *º¤., ¸¸,.¤º*¨¨*¤
I http://www.bmw-roadster.de/Friends/Olli/olli.html I
I http://www.bmw-roadster.de/Friends/friends.html I
I http://groups.yahoo.com/group/VGAP-93 I
I mailto:VGAP-93-subscribe@yahoogroups.com I
I http://home.t-online.de/home/spacecraft.portal I
>>> Telek0ma iBBMS - now back online +49.4504.TRSi1/TRSi2 <<<
-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2002-07-09 14:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-05 12:03 Dosemu: HDD-Zugriff aza
2002-07-05 12:17 ` Reinhard Karcher
2002-07-05 12:47 ` Uwe Bonnes
2002-07-05 13:08 ` Reinhard Karcher
2002-07-05 15:21 ` Bart Oldeman
2002-07-09 14:16 ` Oliver Ob
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox