mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 11:19:22 +01:00
etc/samba/playstation2.conf: document issues coming up with real hardware
This commit is contained in:
parent
30684318aa
commit
6333883dc3
@ -17,16 +17,23 @@ allow insecure wide links = yes
|
|||||||
# on the console
|
# on the console
|
||||||
[PS2SMB]
|
[PS2SMB]
|
||||||
Comment = PlayStation2 images
|
Comment = PlayStation2 images
|
||||||
# sudo chcon -t samba_share_t /shome/jaettu/PS2
|
# These commands are required for SELinux to not complain
|
||||||
# jaettu = shared in Finnish
|
# sudo chcon -t samba_share_t /home/aminda/PS2
|
||||||
Path = /home/jaettu/PS2
|
# sudo setsebool -P samba_enable_home_dirs on
|
||||||
|
Path = /home/aminda/PS2
|
||||||
Browseable = yes
|
Browseable = yes
|
||||||
|
# must be writeable for Open PlayStation 2 Loader
|
||||||
Writeable = Yes
|
Writeable = Yes
|
||||||
only guest = no
|
only guest = no
|
||||||
create mask = 0777
|
create mask = 0777
|
||||||
directory mask = 0777
|
directory mask = 0777
|
||||||
Public = yes
|
Public = yes
|
||||||
Guest ok = yes
|
Guest ok = yes
|
||||||
#force user = pi
|
# to surely not have permission issues
|
||||||
|
force user = aminda
|
||||||
follow symlinks = yes
|
follow symlinks = yes
|
||||||
wide links = 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
|
||||||
|
Loading…
Reference in New Issue
Block a user