WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

1.2K

OK, gurus. Here's a fun one.

I have an old 3.5" drive from a buddy's iMac. The machine died but I was able to pull the drive and connect it to my Ubuntu machine. I see all of the folders but some of them have that damned little red X on them telling me I don't have the required permissions to access them. How do I; 1) force a permissions change, or 2) force the copy process anyway so I can give him the files on a thumb drive?

Thanks!

OK, gurus. Here's a fun one. I have an old 3.5" drive from a buddy's iMac. The machine died but I was able to pull the drive and connect it to my Ubuntu machine. I see all of the folders but some of them have that damned little red X on them telling me I don't have the required permissions to access them. How do I; 1) force a permissions change, or 2) force the copy process anyway so I can give him the files on a thumb drive? Thanks!

(post is archived)

[–] 2 pts

chmod should be enough, though macOS uses some special attributes to lock/hide folders.

[–] 1 pt (edited )

I opened terminal in the Users folder and ran that command on the one I wanted to copy. We'll see what happens!

Yeah... no change. Folder is still blocked. Is there a parameter I need to add to make it read/write?

EDIT: I tried sudo chmod -R ugo+rw as well. No joy.

[–] 0 pt (edited )

Try that

sudo chmod a+rwx -R [FOLDER]

or

sudo chmod o+rwx -R [FOLDER]

[–] 1 pt

I told you this would be fun. I'm using the Guest folder as a test case and none of these have worked. :-)