IreneBreda wrote:
Thank you HWTech
for the clarification on the RAIDs, We do have a copy of the RAW footage on another HD, but since it's more than 20TB worth of fils we would like to keep it on the current HD and keep another as backup.
It is definitely not easy dealing with such large amounts of data. I'm glad to hear you have the same data stored on two different physical drives.
Is there anything different or special about those folders?
They are just the latest folders added to the HD. I tried Making a new folder with the same name and moving the subfolders in it and now I can see the folder but not the subfolders and on the M4 it still states that the folder has 0 bites.
I'm really confused since the HD works perfectly on the two other Macs.
Try checking "Ignore Ownership" when you "Get Info" on the drive. If you are adding files to this drive with other Macs, then the UserID associated with those user accounts may not match the UserID for the macOS user account on the M4. macOS file permissions are based on UserIDs not the user name. See the following Apple article to configure the external drive to "Ignore Ownership":
If you don’t have permission to use files on a Mac disk - Apple Support
Have you tried disconnecting all other devices from the M4?
Or tried to access the drive while booted into Safe Mode?
And is the Thunderbolt cable connected to the correct port on the Lacie drive....the one nearest the power button?
If none of the previous suggestions work:
Lets get a look at the permissions for the folder which disappears. You will need to do this on one of the other Macs where you can see the folder. You will need to use the command line so have the Terminal app open as well as a Finder window. Begin by typing the following command into the open Terminal window making sure to leave at least one space after the "@" character:
ls -hled@
Now go to the Finder so you can drag & drop the folder that is not seen on the M4 onto the open Terminal window so the correct path to the folder is autofilled (very important if the path contains spaces). With the Terminal window in focus, press the "Return" key to execute the command. For example if the folder which does not appear on the M4 is called "Disappears" on an external drive volume called "ExternalDrive", then the full command would look like:
ls -hled@ /Volumes/ExternalDrive/Disappears
This command will show the permissions associated with the disappearing folder including extended attributes & ACLs. Post the output here so we can examine it for possible clues.