logging into a mac hard drive with ubuntu

my macbook wont boot up and right now i am running off of a live ubuntu cd, and
when i go to computer, my mac partition shows up, and i want to move my picture/docs/movies from that partition to my flash drive, but i dont have the require permissions, is there a way i can override the permissions that will let me access to the locked folders?

Macbook 2.4GHz Unibody, Mac OS X (10.5.6)

Posted on May 16, 2009 11:20 AM

Reply
6 replies

May 16, 2009 11:40 AM in response to samseo246

If you running the OS under Linux, then you need to ask a Linux forum how to manage that.
The files themselves on the disk do not control who has access--they are tagged by the OS to determine the proper access, but the OS handles the task of limiting the access.

Being that Linux is a flavor of *nix, I would assume if you login as the username that owns the files, you should be able to copy them.

May 27, 2009 3:59 AM in response to samseo246

yes you can- the command is called chmod, and it changes file permissions.

I won't go into detail about how it works- just google 'chmod' and you can find lots of information, but for your case, you probably only need to know this:

sudo chmod -R 777 /Users/<you>


Just type that into terminal, provide your password, and the permissions on every file in /Users/<you> should be changed to 'free for all'

In case you want to know,

sudo means run with administrative privileges

-R means apply command recursively to every subdirectory and file in the directory

777 means rwxrwxrwx means that anybody has the permissions to read, write and execute the files

/Users/<you> can be changed to anything you want, in fact if you're running off live cd it might be /Volumes/MacintoshHD/Users/<you>, i'm not sure how it works, you might want to check.
If you're daring enough you could just apply it to / which means everything in the filesystem although that might mess up some system files, so I wouldn't recommend it.

Hope that helped.

May 27, 2009 11:53 AM in response to samseo246

samseo246 wrote:
my macbook wont boot up and right now i am running off of a live ubuntu cd, and
when i go to computer, my mac partition shows up, and i want to move my picture/docs/movies from that partition to my flash drive, but i dont have the require permissions, is there a way i can override the permissions that will let me access to the locked folders?


Are you using the sudo command in ubuntu?

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

logging into a mac hard drive with ubuntu

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.