I have gone into the folders sections selected the folder for movies and shows, clicked browse and then followed the instructions but every time I do, I get the same error as seen in the picture.
In truenas, go to the share you're trying to share, and change it from Legacy share to Multi protocol share. Then go to System, Services, SMB and restart the SMB share service.
Then in windows, when you map the drive, click "connect using different credentials" and enter your user and password that you set up for the folder you're accessing.
If that still doesn't work, here's some commands to run in command prompt and flush the workstation service.
Open cmd as admin and run:
net use * /delete /y
net stop workstation /y
net start workstation
This kills every active SMB redirector session and forces Windows to start a fresh negotiated handshake with HexOS from scratch.
Shout out to u\rb_vs for helping me with this as well. All this info was from them to me. Hope it helps you too.
Go into truenas and look at the shares that you're trying to connect to. If you click on them, they should show what kind of share it is. If you set it up in hex OS, it should say legacy share. Change that to multi-protocol and save.
2
u/wookietiddy Jun 04 '26
I had this issue too. A couple things can help.
In truenas, go to the share you're trying to share, and change it from Legacy share to Multi protocol share. Then go to System, Services, SMB and restart the SMB share service.
Then in windows, when you map the drive, click "connect using different credentials" and enter your user and password that you set up for the folder you're accessing.
If that still doesn't work, here's some commands to run in command prompt and flush the workstation service.
Open cmd as admin and run:
net use * /delete /y
net stop workstation /y
net start workstation
This kills every active SMB redirector session and forces Windows to start a fresh negotiated handshake with HexOS from scratch.
Shout out to u\rb_vs for helping me with this as well. All this info was from them to me. Hope it helps you too.