Hello,
I get a pi 2 with an usb hard drive connected to (EXT4 format)
The pi and my pc (windows 7) are connected to my router
From my PC i can access the usb hard drive via network share but i don’t have rights to write on it (read only)
i use latest OSMC release (RC 3), i downloaded Samba server from app store, and that’s all
here is my smb.conf :
[global]
config file = /etc/samba/smb-local.conf
workgroup = WORKGROUP
security=user
follow symlinks = yes
wide links = no
unix extensions = no
lock directory = /var/cache/samba
load printers = no
printing = bsd
printcap name = /dev/null
disable spoolss = yes
log level = 1
map to guest = bad user
usershare template share = automount template
read raw = Yes
write raw = Yes
strict locking = no
min receivefile size = 16384
use sendfile = true
aio read size = 2048
aio write size = 2048
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
[osmc]
browsable = yes
read only = no
valid users = osmc
path = /home/osmc
comment = OSMC Home Directory
[automount template]
browseable = yes
-valid = no
valid users = osmc
path = %P
hide files = /$RECYCLE.BIN/System Volume Information/desktop.ini/thumbs.db/
include = /etc/samba/smb-shares.conf
What sould i do to access my hard drive with write rights ? i searched a solution for a little time but found nothing revelant and don’t have many time to spend on this, so help would be much appreciate.
Sorry for my english