You are not logged in.
Hi,
I have install ntfs-3g on my Arch linux box, but I can't delete a file from smb share, i can cut and paste.
Anyone know a work around?
Thank you.
Last edited by kvonlinee (2016-02-04 01:36:02)
Offline
Wise men say: He, who posts mount options and smb config file in code tags, might be enlightened.
Offline
I cannot understand how ntfs-3g would help with an SMB share?
Do you have the proper permissions on the SMB share? Who has setup the SMB share?
Offline
Wise men say: He, who posts mount options and smb config file in code tags, might be enlightened.
how I get that code.
Offline
I cannot understand how ntfs-3g would help with an SMB share?
Do you have the proper permissions on the SMB share? Who has setup the SMB share?
the smb share create just one user, and log-in by that user.
Offline
[ code ] text [ / code ]
Offline
[user]
path = /home/user
valid users = user
available = yes
read only = no
writable = yesOffline
Turn out it was very simple, it was file permission
chmod 770 (-R) file And it could delete file.
Offline