I am having trouble with my knowledge of the ViX smb.conf and deleting files from my windows machine as I access the Samba share. If I create a file on the share I have no trouble deleting it (as owner I guess). If I copy a media file to the share, I do not have the permissions to delete the file. I seems it is permissions and I am sure the samba services are working correctly as configured, it's just that I don't understand!
The error I get is "You Require permission from Unix User\root to make changes to this file" when I try to delete a file I have copied
I am afraid I do not know too much about Linux, and I would like the solution to be "simple". I have been reading some of the forums and see lines for Create and Directory masks with specific permissions 0755. The smb.conf file is the standard ViX, and I have an internal and external USB disk - posted below. Any help appreciated!
[global]
load printers = no
guest account = root
log file = /tmp/smb.log
log level = 1
security = share
server string = Dreambox %h network services
workgroup = WORKGROUP
netbios name = %h
case sensitive=yes
preserve case=yes
short preserve case=yes
socket options = TCP_NODELAY
preferred master = no
local master = no
oplocks = no
[Root]
comment = Everything - take care!
path = /
read only = no
public = yes
guest ok = yes
[Harddisk]
comment = The harddisk
path = /media/hdd
read only = no
public = yes
guest ok = yes
[USB Harddisk]
comment = external usb harddisk
path = /media/usb
read only = no
public = yes
guest ok = yes
The error I get is "You Require permission from Unix User\root to make changes to this file" when I try to delete a file I have copied
I am afraid I do not know too much about Linux, and I would like the solution to be "simple". I have been reading some of the forums and see lines for Create and Directory masks with specific permissions 0755. The smb.conf file is the standard ViX, and I have an internal and external USB disk - posted below. Any help appreciated!
[global]
load printers = no
guest account = root
log file = /tmp/smb.log
log level = 1
security = share
server string = Dreambox %h network services
workgroup = WORKGROUP
netbios name = %h
case sensitive=yes
preserve case=yes
short preserve case=yes
socket options = TCP_NODELAY
preferred master = no
local master = no
oplocks = no
[Root]
comment = Everything - take care!
path = /
read only = no
public = yes
guest ok = yes
[Harddisk]
comment = The harddisk
path = /media/hdd
read only = no
public = yes
guest ok = yes
[USB Harddisk]
comment = external usb harddisk
path = /media/usb
read only = no
public = yes
guest ok = yes
