First post, by Blavius
- Rank
- Member
I've got a windows 95 OSR2 box with a shared folder. I'm trying to mount it in Linux Mint 22.3.
I'm successful in mounting and seeing files, but when I copy a file to the shared folder, the copy operation hangs and produces a 0kb file in the folder on the 95 machine.
Does anyone know what I'm missing here? This is the command I use to mount the folder:
sudo mount -t cifs //192.168.2.32/SHARE /mnt/425 -o servern=425,guest,vers=1.0
425 is the name of the machine (IBM Valuepoint 425SX/S)