Skip to content
Discussion options

You must be logged in to vote

The issue was EtherDFS's dislike of filenames that weren't in 8.3 format. This can be resolved a few ways:

  1. Ensuring all filenames are in 8.3 format. Sounds trite, but there's no original DOS software that wasn't. This tends only to happen with modern rebundling of old software (for example, GOG bundles). The same problem doesn't exist with things like the eXoDOS bundles.

  2. Don't use the "vfat" file system mount type in Linux (mounts FAT filesystems with modern long filename support), but rather use the "msdos" to force-truncate long file names.

EtherDFS is perfectly stable for regular use as a mounted drive letter. The issue here are modern long filenames for an old OS that doesn't su…

Replies: 0 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jamescadd
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants