mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09: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
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user