File transfer over home wifi

I have raspberry with volumio connnect to the same network at my old notebook (windows 11) and my new notebook with windows 11.
The web player works well on both notebooks.
If I press win+r and write \192.168.1.100 on the old PC the system connects to “volumio” with file explorer to the hdd connected via USB to the raspberry and I can see and edit all the files. If I do the same on the new PC it won’t connect.
Any ideas?

it was addressed on this forum, please read this topic.

Solved by changing the security policy…Microsoft answer
Thank’s

1 Like

Volumio sees my USB stick in the music library regularly.
I have enabled SSH on the Raspberry.
I would like to access and transfer files to the USB stick from Windows; either from Windows network resources (1) or via FTP via FileZilla (2), BUT:

  1. typing \Raspberry IPnumber in Explorer does not happen
  2. I access with FileZilla with user and password “Volumio” only via port 22, it would be fine like this, but how can I find the USB stick?
    Thanks, bye.

----------------------------- Delete here & above before posting below -----------------

I guess your running Windows 11? if so take a look at this post:

to access via the explorer you type file://<ip-address of the device>

But i would strongly suggest to use FileZilla or WinSCP. This to avoid permission issues.

start menu
Type: Edit group policy
navigate to: Computer Configuration > Administrative Templates > Network > Lanman Workstation
Find the policy named Enable insecure guest logons.
Double-click on the policy to open its settings.
Set it to Enabled.
Click Apply and then OK.

navigate to: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
configure Account: Guest Account Status to “Enabled”

navigate to: Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options
disable this policy "Microsoft network client: Digitally sign communications (always)

start menu:
type Registry Editor
navigate to: Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters
Add dword > AllowInsecureGuestAuth > value date = 1

Reboot Windows.

image

Hello everyone, To access the USB attached to the Volumino PI from Windows, I open File Explorer and type in the address bar:
//volumino
Windows finds the UBS share correctly since the authentication window appears so that I can enter the user name and password authorized to access the share.

I found on the forums that the username is “volumio” and the password is “volumio.”

The problem is that access is not granted with this username/password combination.

I did the same access test but from a Linux computer and access to the USB share is granted with this username and password.

Can someone please help me to resolve this issue on Windows?

Thanks in advance!

Please read this topic, I expect it’s caused by this.

Hello Wheaten, it’s the solution!
Thank you very much.
Regards, Stefan

1 Like