Programmed without AI!
Navigation
Index Getting started Features Download System requirements Screenshots Videos Documentation Philosophy TCP/IP stack Software ST-DOS Bugs FAQ Try it online! |
Network drives
ST-DOS has an experimental implementation of network drives. With network drives you can easily access files that are
stored in another computer, for example a Linux or another ST-DOS machine.
How to use
Config files
DISK=sininenankka.dy.fi:1500/setup.img DISK=sininenankka.dy.fi:1500/dostools.img
The format is [dns|ip address]:[port]/[filename].
RDFILE=readonly.img RWFILE=readwrit.img The maximum length of a filename is 8+3 characters. On ST-DOS you can also share locally mounted filesystems (DRV:n) and device files. The server program also works on FreeDOS (and probably on all other DOS implementations), but is only able to share filesystem images. Mounting remote filesystemsAfter NETDISK.EXE has been successfully loaded with a properly made config file, a device file is created for every network disk. The names of those device files start with ND. Those are just raw device files and you need to tell the kernel what filesystem type they have and what mount point to use for them. This example command mounts a device file ND0 to the mount point B:, when ND0 has a FAT12 filesystem: MOUNT ND0 B: 1 Sharing filesystemsThe config file and the shared filesystem images (or symbolic links to them) must be in the same directory as the server program binary. By default the server listens to UDP port 300, but you can specify a different port as a command line argument. Step-to-step instructions1. Download DOSTOOLS.IMG. Write it to a diskette or save it to a ISO9660 CD-ROM disk or other media that ST-DOS can read. This is the easiest way to transfer the necessary files to ST-DOS.
1.5 If you saved the disk image to a CD-ROM disk, you need to mount it using the MOUNT command: MOUNT DOSTOOLS.IMG B: 1
2. Navigate to the drive, select the NETDISK directory and press the [COPY] button.
3. Navigate to the target directory and press the [PASTE] button. Select [YES] and let XCOPY do its thing.
4. Configure the client and/or server programs using their respective .INI files. The easiest way to edit these
files is using the Notepad program. Press the [View] button in the File Manager to open a file in Notepad. The default
configuration of the client program connects to two remote disks, which are the 1,44 MB setup disk of ST-DOS and the DOSTOOLS disk that
can be downloaded from this page.
5. Sharing filesystems is easy: Just configure the server program and run it. Pressing CTRL+BREAK exits the
program. Setting up the client side requires one extra step: Mounting the device file.
|