Hi,
I have had netdrive working properly in the past, connected to a .DSK image on an rPI on my LAN, but it's been a few months, and I've switched to a new mobo and network card (Intel Pro/100+) DOS side.
I found a packet driver that seems to work, but I cannot seem to connect to a .DSK image using netdrive anymore. I have an rPI named orion and my DOS machine on my LAN.
On the Raspberry Pi side, I created a new .DSK file to test this further, using:
netdrive create hd 256 fat16b TEST.DSK
which gives:
Specified MB: 256, Filesystem: FAT16B
Bytes per sector: 512, Sectors: 524288, Data sectors: 523743, Cluster size: 8 sectors
Reserved sectors: 1, FAT copies: 2, Sectors per FAT: 256
Root directory entries: 512, Sectors for root directory: 32
TEST.DSK disk image created.
Then I serve it up, using:
netdrive serve
On the DOS side, I've loaded NETDRIVE.SYS from CONFIG.SYS, it reports that I should use drive E. I load my packet driver for my Intel Pro/100+, at 0x60, it reports everything is fine, shows the MAC address etc, and then I run DHCP, and it reports everything looks good as well.
I'm able to ping other machines on my network, even connect via netdrive to hugedisk.dsk on
brutman.com, so it would _seem_ as if everything is fine. However, I am unable to connect to my local image above, using:
netdrive connect orion:2002 TEST.DSK e:
This is the output:
NetDrive deviced opened, IOCTL_read return code: 8 02C4:0020 02C4:1752
Resolving orion, press [ESC] to abort.
Server ip address is: 192.168.1.17
Next hop address: D8:3A...
Error: Timeout waiting for Connect message response.
I should mention, I get that exact same IOCTL return code when I am able to successfully connect to hugedisk.dsk on
brutman.com.
The last bit of data is the server running on orion. It actually sees the connection request, and it appears normal on that side:
Server settings:
Image directory: /home/bcollins/mTCP_NetDrive_2024-08-16_Servers/linux_arm
Max session length: 0 minutes, Session timeout: 0 minutes, Max active sessions: 20
Session scoped writes directory: /home/bcollins/mTCP_NetDrive_2024-08-16_Servers/linux_arm
Listening on port 2002
Use the "help" command to get help
2025-01-19 12:17:06 New Session: 62137, Addr:
192.168.1.37:19055, Protocol: 2, Image: TEST.DSK (RW) Journal type: No Jou (output clipped)
I'm just not sure how to diagnose and troubleshoot further. This timeout occurs on both the Oct 2024 release and the new Jan 2025 release. Any ideas? Thanks,
Brian