-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
[FR] Is it possible to add NFS support to this? #68
Comments
Smblaunchelf is not built on the same SDK than my fork and it seems to get rid of all the current wLaunchELF networking code. So I will not add SMB2 to this fork. Now, about NFS... Are we talking about this NFS???? Not sure if I can implement it from scratch. I don't own a development kit so debugging IRX drivers is s nightmare |
I've recently got back into my PS2 and got a SATA w/networking hooked up.
Yeah. I ran into that other fork that adds SMB and NFS so I setup NFS on this box and I can browse and copy files perfect from it. I even board a 3.5" disk dock to see if locally adding is any easier but the pfsfuse/shell doesn't always work properly so the whole thing is a bit of a pain!
Realistically a proper none PFS/APA/FAT32 stack would work better. quick edit to drop the docs link for that above fork: https://www.psx-place.com/resources/smblaunchelf.1190/ |
Yeah. The creator of that NBD server only cares for Linux.
The HDD code is not the issue, bugs raised through the recent toolchain updates and broke something on HDD transfers. My fork on the other hand uses an older SDK that prevents this
I'm about to update HDL batch installer to add a PFS file browser, that should work better than PFSFUSE due to not depending on DOKAN (Wich adds another layer to the process to have bugs)
The network stack is not related in any form to PFS/APA. The only thing that is shared between HDD and network is the DEV9 interface.
Will take a look! |
Hi there!
I've been looking for good way to remotely copy files onto the HDD without relying on buggy NBD/FTP.
I came across https://github.com/sahlberg/wLaunchELF/tree/smb2 which works really well however the hdd support shows the partitions but not the contents. I can copy all the files I want but can't paste them anywhere because the HDD support doesn't work!
I've debated going exfat support but that raises a whole new bag of issues!
The text was updated successfully, but these errors were encountered: