You are not logged in.

#1 Yesterday 23:38:05

PFleur
Member
Registered: 2022-12-31
Posts: 23

Setting up a shared filesystem with Windows XP and QEMU

I'm trying to set up a shared filesystem with Windows XP using qemu's virtiofs or samba service (or any other option to send files to the guest system) but have been unable to figure out any method which works on Windows XP due to age making the protocols it uses deprecated for security.
Does anyone have experience here and if so what the best solution is?

Last edited by PFleur (Today 02:37:04)

Offline

#2 Today 00:41:39

karabaja4
Member
From: Croatia
Registered: 2008-09-14
Posts: 1,014
Website

Re: Setting up a shared filesystem with Windows XP and QEMU

You need to set these extra settings in smb.conf

server min protocol = NT1
lanman auth = yes
ntlm auth = yes

After adding this you should be able to connect to samba server from Windows XP using the usual smb.conf

Just make sure you don't expose the samba server to any public network.

Offline

#3 Today 04:07:05

PFleur
Member
Registered: 2022-12-31
Posts: 23

Re: Setting up a shared filesystem with Windows XP and QEMU

By usual smb.conf do you mean the file in:

/etc/samba/smb.conf

or the file generated in:

/tmb/qemu-smb.<string>/smb.conf

?

Offline

Board footer

Powered by FluxBB