danpedron / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

No Delete folders from transmission #294

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the folder and yours files by transmission
2. Try delete the files or folder (dont work)
3. Try move or rename the file or folder (Work!)

What is the expected output? What do you see instead?

Folder or file deleted.

What version of the product are you using? On what operating system?

snakeos-V1.3.2-20111019 on NS K330, with ext3 on external HDD (1.5Tb), Windows 
7 on laptop and WinSCP for ftp connection

Please provide any additional information below.

On Windows Explorer (Samba) not able to change the read only option. In WinSCP 
(FTP) the error answer is SITE CHMOD command failed for 777 or 666.

Original issue reported on code.google.com by andreia....@gmail.com on 18 Apr 2012 at 1:59

Attachments:

GoogleCodeExporter commented 8 years ago
Apparently the folder's owner is user "root", that's why you can't delete the 
folder as user "admin".

Try logging in via SSH as user "root" and issuing "rm -rf /your/folder/path".

Just remembering you that you can, instead, log in via SSH as user "root" and 
changing folder ownership to user "admin", issuing "chown admin 
/your/folder/path" and trying to delete it again via WinSCP or Samba share and 
see if it works.

Original comment by arionkra...@gmail.com on 23 Jun 2012 at 1:44