VOGONS


First post, by Cut Man

User metadata
Rank Newbie
Rank
Newbie

Is it possible to have DOSBox boot from an actual physical HDD, not an image file?
I want to access the HDD's operating system and files just like I would normally.
Unless I missed it in the documentation, I can find no way to do this.
Thank you.

Reply 2 of 3, by leileilol

User metadata
Rank l33t++
Rank
l33t++

Especially considering file systems and all that

apsosig.png
long live PCem

Reply 3 of 3, by ripa

User metadata
Rank Oldbie
Rank
Oldbie

On Linux, try imgmounting the physical hard drive device node. Something like this in Dosbox:
imgmount 2 /dev/sdb -size 512,63,16,142 -fs none
boot -l C

Make sure you use the correct device node and don't come crying if your hard drive contents become corrupt.