toolboc / psx-pi-smbshare

A swiss army knife for enhancing classic game consoles with Raspberry Pi
387 stars 34 forks source link

Cannot open smb share problem, ps2-rapberry pi 4 #83

Open vivek57-github opened 6 months ago

vivek57-github commented 6 months ago

i bought a rapsberry pi 4 solely for to use it for connecting to ps2, but after setting all the network settings on the ps2 correctly matching the given instructions, the opl v1.1.0 has been saying "cannot open smb share". i was struck here and please some one help on this one !

ivanEsteiro commented 6 months ago

Hi I'm dealing with some similar issues with pi 4 and opl1.0.0. So far im figuring that the Pi is ok with some storage devices but not with others. A 64gb usb in exfat format is being taken withouth issue for now. My 124gb ssd connected from Sata to usb is sometimes giving me that 303 error while some other times doesnt. Tried exfat, fat32, and nts the result is the same. I'll be tweaking around a few more options and see how they react as well as checking some past threads. Will update if I find a breakthrough

georgewoodall82 commented 5 months ago

I made a fork which fixes most usb issues https://github.com/georgewoodall82/psx-pi-smbshare-updated

but you need to flash raspberry pi os to your pi, and then run the install script instead of using a pre-made image.

It switches from pmount to udisks2, because pmount is what was previously used to mount the usb which hasn't been updated in 4 years, and has many problems (for me i could only mount ntfs drives). And for me, the speed went up ALOT.

I also made a pull request but i don't think it will get merged anytime soon.

StefiStarlite commented 5 months ago

Even using the fork I still have 303 issues (constantly, not intermittent. Is there a way to verify the USB was mounted correctly for the share to work on the Pi OS desktop?

UPDATE: So I've confirmed the share is working by dropping the files into the DVD folder within the share and they work correctly. It's just incredibly finicky with the flash drive. Any recommendations on which cluster size to use for exFAT drives?

georgewoodall82 commented 5 months ago

I recommend something big like 128 or 64 KiB for large files for speed. Also, did you use the setup script on the fork? because currently the downloads are just the old versions so you need to use the setup script.

(also you need to use the master branch and not the pull request branch: https://github.com/georgewoodall82/psx-pi-smbshare-updated/tree/master)

StefiStarlite commented 5 months ago

I installed using the script from your project fork, I triple checked before running the script to make sure your fork was the source and not the previous versions. I also checked my flash drive and verified it was already using 128 KiB cluster exFAT. I don't particularly mind playing games off the SD card since I used a relatively fast high capacity card to begin with, it's just vexing sorting out why some work while others don't, especially now that the laser on my unit has finally given out.