Jump to content

Hello, 

I just got done backing up my 2018 macbook pro's data to an external hard drive. I had to back up my data because it is getting serviced tomorrow. I have an older macbook air that I will be using while my Macbook Pro is in service. I use my macbook everyday for school so I Set up my macbook Air off of my time machine back up on my external hard drive. I keep a lot of video files on my macbook pro and I didn't need to move them all over to my macbook air so I kept most of them on the backup drive so I could access them if I need them by externally plugging in the hard drive to my macbook air. Anyways, I tried to open one of my very large video files and I got this error message which will be shown in the image. Any ways on how to fix this? 

 

1997903995_ScreenShot2019-11-02at9_29_04PM.png.3e9082dfde405d6254330cfa9b0d4b76.png

Pc Specs: 

Ryzen 7 5800x- ROG STRIX X470-F  - G.Skill Trident Z RGB 16gb 3200mhz - Kraken X63 AIO - MSI VENTUS 3x OC RTX 3070 - EVGA 1000W GW - NZXT H500i

Link to comment
https://linustechtips.com/topic/1119888-opening-files-from-a-time-machine-backup/
Share on other sites

Link to post
Share on other sites

This terminal command should do it:

sudo chmod -R +444 [location of folder] 

The +444 adds read permissions and preserves everything else. You will need to be an admin to do it.

ref: http://osxdaily.com/2013/04/23/change-file-ownership-mac-os-x/

There is a way to do it in GUI but I can't help with that as my mac was not beer spill proof.

Link to post
Share on other sites

12 hours ago, Bacon soup said:

This terminal command should do it:

sudo chmod -R +444 [location of folder] 

The +444 adds read permissions and preserves everything else. You will need to be an admin to do it.

ref: http://osxdaily.com/2013/04/23/change-file-ownership-mac-os-x/

There is a way to do it in GUI but I can't help with that as my mac was not beer spill proof.

It worked! Thank you!

Pc Specs: 

Ryzen 7 5800x- ROG STRIX X470-F  - G.Skill Trident Z RGB 16gb 3200mhz - Kraken X63 AIO - MSI VENTUS 3x OC RTX 3070 - EVGA 1000W GW - NZXT H500i

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×