|
2012-02-24
, 17:48
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
Ok this is the quest i want to change ownership under MyDocs
(home/user/MyDocs/data)
im logged as SU and this is my command
and i cant terminal returns "operation not permitted" for each file/folderCode:# chown -R root.root ./data
what can i do?
The Following User Says Thank You to For This Useful Post: | ||
|
2012-02-24
, 17:57
|
Posts: 177 |
Thanked: 199 times |
Joined on Nov 2007
@ Concepcion, Chile
|
#3
|
The Following 2 Users Say Thank You to rlinfati For This Useful Post: | ||
|
2012-02-24
, 18:00
|
Posts: 98 |
Thanked: 20 times |
Joined on Jan 2012
|
#4
|
~ $ devel-su password: ~ # develsh ~ # cd /home/user/MyDocs/ ~ # chown -R root:root ./data chown ./data... :operation not permitted
|
2012-02-24
, 18:00
|
Posts: 98 |
Thanked: 20 times |
Joined on Jan 2012
|
#5
|
|
2012-02-24
, 18:31
|
Posts: 177 |
Thanked: 199 times |
Joined on Nov 2007
@ Concepcion, Chile
|
#6
|
|
2012-02-24
, 18:43
|
Posts: 98 |
Thanked: 20 times |
Joined on Jan 2012
|
#7
|
|
2012-02-24
, 19:09
|
Posts: 245 |
Thanked: 915 times |
Joined on Feb 2012
|
#8
|
The Following User Says Thank You to itsnotabigtruck For This Useful Post: | ||
|
2012-02-24
, 20:11
|
Posts: 98 |
Thanked: 20 times |
Joined on Jan 2012
|
#9
|
Also, as was already said, the MyDocs folder is on a FAT32 partition, which doesn't support users/groups/permissions at all, so you need to move your files to somewhere else (e.g. /home/user) instead. However, I haven't been able to run dpkg -b successfully anyway, so if that's what you're trying to do it probably isn't going to work.
|
2012-02-24
, 22:08
|
Posts: 245 |
Thanked: 915 times |
Joined on Feb 2012
|
#10
|
thanks it works but as you said i cant deb thanks anyway, so the only way to deb is through a pc?
(home/user/MyDocs/data)
im logged as SU and this is my command
what can i do?
Last edited by eltoffer; 2012-02-24 at 17:40.