Hello.
I'm using the newest unstable version of OPL (1.2.0 Beta 2082) I'm trying to use samba to set up an SMB for OPL to load games from in Linux. The SMB seems to kind of be working, as I'm not getting any errors from OPL anymore, yet the games I have in the share are not showing up, and also OPL doesn't create it's folders in the share either. However I know that the connection is working at some level, because I can see that my computer starts sending some data over the ethernet connection as soon as OPL has booted on the PS2. Also it can't be that it's not actually connected to anything, because if I for example change one number from the static IP address in my OPL network settings, I will immediately get error 310, but once I change it back it doesn't give me any errors.
The share folder is located on my ssd which is formatted to ext4, but that file system should work when using smb, and it doesn't need to be FAT32, right?
I think it must be a permissions issue, since otherwise OPL would probably at least create it's own folders in the share. Or does it do that only after you first boot into a game?
I have also tried using the command chmod -R 777 ~/PS2SMB and then also chmod -R 777 DVD in the PS2SMB folder just in case. I feel like samba isn't allowing any user to write to the share, because if I open it up in my file browser on the pc through smb://, it doesn't allow me to rename files for example. If I open it through /home, I can write to it.
Here's my samba configuration file.
[global]
client min protocol = CORE
client max protocol = NT1
server max protocol = SMB3
server min protocol = NT1
strict sync = no
keepalive = 0
server signing = disabled
smb encrypt = disabled
socket options = TCP_NODELAY TCP_QUICKACK TCP_KEEPIDLE=20 IPTOS_LOWDELAY SO_KEEPALIVE
large readwrite = yes
aio read size = 0
aio write size = 0
strict locking = no
strict allocate = no
read raw = no
write raw = no
follow symlinks = yes
map to guest = Bad User
[PS2SMB]
comment = PS2 SMB
path = /home/elias/PS2SMB
browseable = yes
read only = no
guest ok = yes
public = yes
available = yes
force user = elias
Any and all help troubleshooting would be greatly appreciated. Thanks.
I'm using the newest unstable version of OPL (1.2.0 Beta 2082) I'm trying to use samba to set up an SMB for OPL to load games from in Linux. The SMB seems to kind of be working, as I'm not getting any errors from OPL anymore, yet the games I have in the share are not showing up, and also OPL doesn't create it's folders in the share either. However I know that the connection is working at some level, because I can see that my computer starts sending some data over the ethernet connection as soon as OPL has booted on the PS2. Also it can't be that it's not actually connected to anything, because if I for example change one number from the static IP address in my OPL network settings, I will immediately get error 310, but once I change it back it doesn't give me any errors.
The share folder is located on my ssd which is formatted to ext4, but that file system should work when using smb, and it doesn't need to be FAT32, right?
I think it must be a permissions issue, since otherwise OPL would probably at least create it's own folders in the share. Or does it do that only after you first boot into a game?
I have also tried using the command chmod -R 777 ~/PS2SMB and then also chmod -R 777 DVD in the PS2SMB folder just in case. I feel like samba isn't allowing any user to write to the share, because if I open it up in my file browser on the pc through smb://, it doesn't allow me to rename files for example. If I open it through /home, I can write to it.
Here's my samba configuration file.
[global]
client min protocol = CORE
client max protocol = NT1
server max protocol = SMB3
server min protocol = NT1
strict sync = no
keepalive = 0
server signing = disabled
smb encrypt = disabled
socket options = TCP_NODELAY TCP_QUICKACK TCP_KEEPIDLE=20 IPTOS_LOWDELAY SO_KEEPALIVE
large readwrite = yes
aio read size = 0
aio write size = 0
strict locking = no
strict allocate = no
read raw = no
write raw = no
follow symlinks = yes
map to guest = Bad User
[PS2SMB]
comment = PS2 SMB
path = /home/elias/PS2SMB
browseable = yes
read only = no
guest ok = yes
public = yes
available = yes
force user = elias
Any and all help troubleshooting would be greatly appreciated. Thanks.