etc/samba/playstation2.conf: document issues coming up with real hardware

This commit is contained in:
Aminda Suomalainen 2023-03-14 16:57:14 +02:00
parent 30684318aa
commit 6333883dc3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 11 additions and 4 deletions

View File

@ -17,16 +17,23 @@ allow insecure wide links = yes
# on the console
[PS2SMB]
Comment = PlayStation2 images
# sudo chcon -t samba_share_t /shome/jaettu/PS2
# jaettu = shared in Finnish
Path = /home/jaettu/PS2
# These commands are required for SELinux to not complain
# sudo chcon -t samba_share_t /home/aminda/PS2
# sudo setsebool -P samba_enable_home_dirs on
Path = /home/aminda/PS2
Browseable = yes
# must be writeable for Open PlayStation 2 Loader
Writeable = Yes
only guest = no
create mask = 0777
directory mask = 0777
Public = yes
Guest ok = yes
#force user = pi
# to surely not have permission issues
force user = aminda
follow symlinks = yes
wide links = yes
# Without this saving will take forever (minutes with Ratchet & Clank 2 EU)
# and if you give up waiting, you may corrupt your virtual memory card
# https://github.com/ps2homebrew/Open-PS2-Loader/issues/327
strict sync = no