WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

665

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)

[–] 0 pt

Use root:root then or check one of your current linux user's folder user:group and just use that instead.

[–] 0 pt

Use root:root then or check one of your current linux user's folder user:group and just use that instead.

I tried root:root, root root, and myname:myname but nothing.

By "myname" I mean my actual name, which is the username for the machine. For example, sudo chown bernardo:bernardo -R Users

[–] 0 pt

Is the disk mounted as read/write and not read only?

Can you see the changes (ls -la) after you use chmod/chown commands on the Guest folder?

[–] 0 pt

Is the disk mounted as read/write and not read only?

The disk is simply connected to my laptop via a USB adapter cable.

Can you see the changes (ls -la) after you use chmod/chown commands on the Guest folder?

None of the commands have effected any changes.