Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vivek57-github opened this issue Dec 11, 2023 · 5 comments
Open

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

vivek57-github opened this issue Dec 11, 2023 · 5 comments

Comments

@vivek57-github
Copy link

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
Copy link

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
Copy link
Contributor

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
Copy link

StefiStarlite commented Feb 1, 2024

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
Copy link
Contributor

georgewoodall82 commented Feb 1, 2024

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
Copy link

StefiStarlite commented Feb 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants