VOGONS

Common searches


Reply 41 of 42, by Sebiohazard

User metadata
Rank Newbie
Rank
Newbie

Ok thank you 😀

I also discovered that it is possible to create a virtual HDD in .vhd format which is very convenient to mount it in Windows 10 Explorer with the command:

imgmake WIN98.vhd -t hd -size 1024 -nofs

Greetings !

1573296399.gif

Reply 42 of 42, by _Rob

User metadata
Rank Member
Rank
Member

why "-nofs"? imgmake can create fat 12, 16 or 32. And if it is a "-t hd", it will also automatically partition it (unless you use the -nofs flag).

imgmake WIN98.vhd -t hd -size 1024 -fs fat32