You are here

Fedora Problems

3 posts / 0 new
Last post
J13
Offline
Last seen: 15 years 10 months ago
Joined: 2008-04-03 19:42
Fedora Problems

I'm using Fedora Core 8, but I can't edit/add/delete files from Fedora. I've tried changing it by going into XP and un-clicking "Read-Only." So do I have to give my account, on Fedora, special privelages? Or do I have to change something from XP?

EDIT: I'm using Portable Apps on a USB flash drive.

Simeon
Simeon's picture
Offline
Last seen: 9 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Is it

the whole drive or just a specific folder?

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Jimbo
Offline
Last seen: 4 years 2 months ago
Joined: 2007-12-17 05:43
I'm betting

that it is every folder that has an icon.

The problem is that on windows, the "read-only" flag for a directory, doesn't mean read-only, it means "look for desktop.ini".

The fat filesystem drivers on most (all?) linuxes actually believe that read-only means read-only, so you're stuck.

From windows
attrib -r <dirname>
will clear it, but you'll lose the icon.

From linux
chmod a+w <dirname>
Will do basically the same.

Log in or register to post comments