jolek
Senior Member
smbLaunchELF is a fork of wLaunchELF made by @sahlberg:
https://github.com/sahlberg/wLaunchELF/tree/smb2.
It has support for SMB2/3.
It can connect to Windows/Samba/Azure file shares and supports up to version 3.1.1 of SMB.
The main purpose for this version is just to copy files to/from SMB2/3 file servers to avoid having to use clunky FTP.
Currently this test version does not launch ELF binaries...
https://github.com/ps2homebrew/wLaunchELF/issues/44#issuecomment-687723843.
If you have any additional issues or ideas please post them here.
Additionally try to add permissions in security tab:
For Windows 7 please use version "SMB2FM_v2" or newer.
The latest version called NETFS supports SMB2/3 and NFS3/4.0:
https://www.psx-place.com/threads/smblaunchelf.32434/page-2#post-309771.
Changelog:
https://github.com/sahlberg/wLaunchELF/tree/smb2.
It has support for SMB2/3.
It can connect to Windows/Samba/Azure file shares and supports up to version 3.1.1 of SMB.
The main purpose for this version is just to copy files to/from SMB2/3 file servers to avoid having to use clunky FTP.
Code:
# You can specify SMB2 servers and shares in either of the files:
# mc0:/SYS-CONF/SMB2.CNF or mass:/SYS-CONF/SMB2.CNF
#
# The format of this file is:
NAME = Home-NAS
USERNAME = user
PASSWORD = password
URL = smb://192.168.0.1/Share
#
# For each such entry an new subdirectory will appear under the smb2:
# device at the root in the file manager.
# It can copy files to/from smb2 shares and the ps2.
Currently this test version does not launch ELF binaries...
https://github.com/ps2homebrew/wLaunchELF/issues/44#issuecomment-687723843.
If you have any additional issues or ideas please post them here.
Additionally try to add permissions in security tab:
For Windows 7 please use version "SMB2FM_v2" or newer.
The latest version called NETFS supports SMB2/3 and NFS3/4.0:
https://www.psx-place.com/threads/smblaunchelf.32434/page-2#post-309771.
Changelog:
Code:
SMB2FM v1:
- initial release
- supports SMB2/3
SMB2FM v2:
- compatible with Windows 7
SMB2FM v3:
- can launch an ELF file from a local storage (mc0, mass, hdd0...) without crashing\hanging.
- cannot launch an ELF file directly from the smb2 share, because it needs to shut down the network before it can launch the ELF.
- as a workaround you have to copy the ELF from smb2 to a local storage, e.g. mc0: or mass, and then launch the ELF from there.
NETFS v1:
- supports NFS3/4.0
Attachments
Last edited: