Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Projects and Events require read and write permission

Hi,


I just upgraded my Macbook Pro.


When I set up the new machine (MBP 15" 2.8i7) , I just set up a dummy account to have a play while i was backing up everything on my old account. I now realise i shoudl have have done this, but I used the same full name on the dummy account as the main account on my old machine (MBP 15" 2.6i7), so when I did a migration using migration assistant, I had to change my main account name to just my first name, now it seems all my FCPX libraries have got permission only for read and write for the new dummy account, and not for my previous main account.


Before doing the migration, I did copy most of my FCP X libraries from the Movies Folder onto a external drive. Now when I go and try and open these files, i get the following error:


Projects and Events require read and write permission.


I've already tried to go into the file info, and change the read and write permissions, however it doesn't seem to work. and i still get the error.

I had a similar issue with Aperture, and I had do some kind of repair permissions command through aperture, but not sure How i can do this for FCP X.

libraries.


A possible solution I was thinking was what if i delete this new dummy account. and change back the name of the previous main account to my full name would that work? I haven't done this yet, as I wanted to get some advice before doing anything.


Hope someone can assist me with this

many thanks in advance,


Derrick

MacBook Pro, OS X Yosemite (10.10.5), 2.8Ghz i7 16GB Ram, 1TB HD

Posted on Oct 8, 2015 7:00 PM

Reply
13 replies

Oct 9, 2015 6:36 AM in response to macbuzzz

This is a relatively common problem.

As it happens, the first user in a machine gets user ID 501, the next one 502, etc.

Just deleting the dummy account won't help in any way, as the files will belong to user 501 and you will still be 502. Unix uses this ID internally, not account names, to handle permissions.


It is not hard to change the files and folders' permissions, but if you have an external drive with all your media there is a much easier way.


Select the drive in the Finder and hit Command-I. At the bottom of the Get Info window you should see a checkbox for "Ignore ownership on this volume". Check it.

Oct 12, 2015 1:51 AM in response to macbuzzz

re: change permissions but for some reason it the FCPX files still don't work

😟
I had to run some special permission repair in aperture to get those files to work, and i'm thinking need to have something similar for FCPX?


What exactly did you do to change permissions?

If you have some files in your home folder that belong to the wrong user, you'll have to change the ownership of those.

This is done with the 'chown' command in the Terminal. Let me know if that is the case and if you need assistance with it.

Oct 14, 2015 3:27 AM in response to macbuzzz

macbuzzz wrote:


oh now i get it, i basically transferred a bunch of FCPX files from my MOVIES folder of my old computer to my EXTERNAL HD. .now i cannot open and get that message "Projects and Events require read and write permission.". .yes please do let me know what i need to do to use the CHOWN command in the terminal. thanks!!!!


In principle, you may not have to use the terminal at all. The easy solution should be to select the external drive in the Finder, press Command-I and check the box at the bottom of the Get Info window that says "Ignore ownership on this volume". If this somehow does not work, then try the terminal commands, as described below.


In following, I am assuming that you have an external drive called "MyExternal" and that your short username is "myuser". I also assume that your user account has admin privileges (which is the case if that is the first account created).

[If not, you'll get an error when using the "sudo" command below; in that (unlikely) case, report back]


Open the Terminal and type or copy and paste the following command, substituting appropriately:


sudo chown -R myuser /Volumes/MyExternal/*


You will be asked to enter your password. Do so and press enter (the password will not be shown).

It may take a few seconds or a few minutes, depending on the contents of the drive. Just let it do its thing.

This will effectively make you the owner of every folder and file in the external drive.


Now you can make every folder and file readable and writable by you by typing the following command:


chmod -R 755 /Volumes/MyExternal/*

Oct 14, 2015 9:28 PM in response to Luis Sequeira1

HI Luis,


thanks for this, my only concern here then is that i need multiple users to be able to open the file, not just my user account, how is that possible. by the way when i go to get info, there is no option to disable permissions, only the last box that has sharing and permissions with the names of user, staff and everyone - and i've set it to read and write for all, however was still unable to open the file in FCP X hence this post)


look forward to getting your reply before I take any action,

Also thinking i want to move this file to a new HD, as I have over 8TB of data on this main drive

and only want to change the permissions for my FCPX files. i assume that would be fine

if transferred these files to another HD, and do the above recommendations?


many thanks again for your detailed instructions:)


Derrick

Oct 15, 2015 2:17 AM in response to macbuzzz

by the way when i go to get info, there is no option to disable permissions, only the last box that has sharing and permissions with the names of user, staff and everyone - and i've set it to read and write for all, however was still unable to open the file in FCP X hence this post)



That is strange. Are you sure you had the drive itself selected? You should see something like this:


User uploaded file

Oct 17, 2015 5:08 PM in response to Luis Sequeira1

HI Luis,


nope this is what i get,


i've been brainstorming to see what other solution there is, and now i'm thinking what if i did this:

a) Backup my entire computer using CCC

b) Restore my OS X software on the computer and do a new migration from the get go, selecting the key admin account (Can i do this, if not, i was thinking i can delete the first account that was created when i didn't migrate straightaway before doing the Carbon Copy of the disk).

Will this solve my issues then? as effectively i'll be migrating it as i should have done in the first place.

Thanks!

DerrickUser uploaded file

Oct 18, 2015 3:17 AM in response to macbuzzz

Before you go about reinstalling... did you try the Terminal commands mentioned previously?


One other thing to note: it is not enough that everybody has permissions at the drive level, permissions apply to each file. And an FCP X library is in fact a bundle, i.e., a folder with lots of stuff in it. To alter permissions you have to do it recursively. To do it in such a way as to give absolute permission to everyone --- which you may want in this case, but is something to be very careful about - use 777 instead of 755.

(a little history on this: the three numbers represent the permissions for User (the owner of the file), Group (other users in the same "group"), and Other (other users. 7 means Read, Write, Execute all enabled, 5 means only Read and Execute. Why 7 and 5, you may ask? 7 in binary is written 111, while 5 is 101)

Projects and Events require read and write permission

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