Public mTCP NetDrive Service  ·  Vintage Software, Live on DOS

▸ What is mTCP NetDrive?

mTCP NetDrive is a DOS network client that maps a remote disk image to a local drive letter — just like a real floppy or hard drive, but served over modern TCP/IP. Write a command, press Enter, and the disk appears as D: (or any letter you choose). No downloading. No extracting. No emulators. Just DOS doing what DOS does.

The X86.WORLD public server hosts a curated collection of preserved vintage floppy disk images — cover disks from PC magazines of the 1980s and 90s, as well as any number of historically significant, or period-curiosos, captured directly from original media using a Greaseweazle flux reader. Every image on the server has been catalogued, SHA-256 verified, and AV scanned.

The X86.WORLD private servers host your very own NetDrives allowing you to share storage amongst your vintage machines with ease, curate offsite backups, take advantage of state-of-the-art virus scanning and backups, and support one of the coolest endeavours on the planet (archiving cover disks!).

Real DOS access. Works in FreeDOS, MS-DOS 3.3+, PC-DOS — any DOS with a packet driver and mTCP configured.

Read-only & safe. The server is read-only. You can read, copy, and run files but nothing you do can modify the archive.

No download required. Access the disk directly over the network. Copy individual files to your local drive whenever you want.

Genuine preservation. Raw flux captures converted to .IMG — the same format your DOS machine expects from a real floppy controller.

▸ What You Need

ComponentDetails
DOS machineREQUIRED Real hardware, VM (VirtualBox, 86Box, PCem), or DOSBox-X with NE2000 networking
Packet driverREQUIRED Appropriate for your NIC. Most ISA/PCI cards are supported. DOSBox-X includes one built-in.
mTCP suiteREQUIRED Free download from Michael Brutman's site:
https://www.brutman.com/mTCP/
MTCP.CFGREQUIRED mTCP configuration file with your IP settings. Run DHCP from the mTCP suite to auto-configure.
Free drive letterOPTIONAL Any unassigned letter (D:, E:, F: etc.). Set LASTDRIVE=Z in CONFIG.SYS to maximise options.

▸ Available Servers

Connect to whichever server is closest to you for the best latency. All servers carry the full disk archive and are kept in sync with the master. More mirrors are coming online — check back soon.

AddressLocation
disks.x86.world:2002 London, UKMASTER
disks.uk-lon.x86.world:2002 London, UKMIRROR
disks.us-sea.x86.world:2002 Seattle, USAMIRROR

More mirrors coming online soon. Substitute any server address into the NETDRIVE CONNECT command.

▸ Getting Started

1
Download mTCP

Grab the latest mTCP package from brutman.com/mTCP. Extract to a directory on your DOS machine — C:\MTCP\ works well. The package includes NETDRIVE.EXE, DHCP.EXE, and all other tools you need.

2
Load your packet driver

Before running any mTCP tool, your packet driver must be loaded. Consult your NIC's documentation or add the load command to your AUTOEXEC.BAT. Example for a common NE2000-compatible card:

AUTOEXEC.BAT / COMMAND LINE
NE2000 0x60 5 0x300

IRQ and I/O address will vary by card and jumper settings.

3
Configure mTCP (get an IP address)

If your network has a DHCP server (most home routers do), simply run:

DOS COMMAND
C:\MTCP\DHCP

This creates or updates MTCP.CFG with your IP, gateway, and DNS. Set the MTCPCFG environment variable to point to it:

DOS COMMAND
SET MTCPCFG=C:\MTCP\MTCP.CFG

Add both lines to AUTOEXEC.BAT to run automatically on boot.

4
Browse our ever-growing disk catalogue

Visit the X86.WORLD disk archive from any modern browser to find the image you want to mount. Each disk page shows its contents, file listing, and the exact connect command to use:

BROWSER URL
http://dl.x86.world
5
Connect to a disk

Use NETDRIVE CONNECT with the server address, the image filename, and the drive letter you want to assign:

DOS COMMAND
NETDRIVE CONNECT disks.x86.world:2002 <imagename.img> <D:>

Replace <imagename.img> with the filename shown on the disk's catalogue page.
Replace <D:> with any free drive letter on your system.
You can substitute any mirror address in place of disks.x86.world:2002 — see the Available Servers section above.

For example, to mount the PC Plus Issue 33 cover disk as drive D:

EXAMPLE
NETDRIVE CONNECT disks.x86.world:2002 PCPlus_Issue-33_Jun-1989_FluxEngine-360Kb.img D:
6
Use the disk

The drive is now live. Change to it, list the contents, copy files, or run programs directly — exactly as you would with a physical floppy:

DOS COMMANDS
D:
DIR
COPY D:*.* C:\BACKUP\
7
Disconnect when done
DOS COMMAND
NETDRIVE DISCONNECT D:

▸ Common Questions

Does this work in DOSBox or 86Box?
Yes. DOSBox-X supports NE2000 networking natively — enable it in the config and use the built-in packet driver. 86Box and PCem support a range of emulated NICs; configure one and load the appropriate packet driver as normal.
Can I write to the disk or modify files?
Yes! But, all images on the X86.WORLD server are served in session-scoped-write mode. What this means in practice is you can absolutely write to the disk, run programs that create temporary files, etc. Everything works exactly as intended. But, as soon as you disconnect, the archive reverts to the original media. Everyone who connects gets their own temporary version of the disk. This protects the archive for everyone.
Can I run programs directly from the network drive?
Yes! Even programs that write temporary files to the current drive will work fine. However, if you want to keep any created files then copy to C: first and run from there. Your files will be lost when you disconnect (see above).
What DOS versions are supported?
mTCP requires DOS 3.3 or later. MS-DOS, PC-DOS, DR-DOS, and FreeDOS are all known to work. The disk images themselves vary — most cover disks from the late 80s and early 90s target MS-DOS 3.x / 4.x / 5.x.
Is the service always available?
The server runs on a best-effort basis. It is a hobbyist preservation project, not a commercial service. Downtime is possible but generally rare. Disk images themselves are also hosted on archive.org and hope to survive forever.
Where do the disk images come from?
Every image in this collection was captured from original physical media using a Greaseweazle flux reader, converted to .IMG format, and verified. Many are from PC magazine cover disks of the 1980s and 90s — software that has never previously been publicly archived.

▸ Browse the Disk Collection

Catalogued vintage floppy images — cover disks, utilities, games, and more.
Every disk listed with full contents, SHA-256 manifest, and a ready-to-use connect command.

⬡ dl.x86.world

http://dl.x86.world  ·  Open in any browser