sudo chmod -RN /Volumes/Data\ RAID
As in the past, when you press <RETURN>, you will be asked for your admin password. Enter it, then again press <RETURN>. While we're at it, I want you to go ahead and run this command again, too; copy and paste the following, followed by a <RETURN>:
sudo chmod -R a+rX /Volumes/Data RAID
Going back over your latest post, I notice that you mention this:
The permissions for that particular file are as follows:
everyone No Access
Just to confirm: You are talking about a file you are inspecting that is on the old RAID volume, right? If so, the steps I have outlined in this post should correct whatever problems exist. If it doesn't there is something deeper going on. Really, these steps should be foolproof.
Yes, I was inspecting files on the old raid volume.
I am running the first part of what you mentioned above. It doesn't look pretty. It's been running for a while and what I can read as it zooms by is "chmod Failed to clear ACL on file (then it mentions a file name, which I can't read as they are just flying by on the screen.) After the file name, it says "Operation not supported"
It has now finished and I have tried to run the second command you gave me. Here are the first few and the last few results from the Terminal:
Last login: Fri Aug 29 14:25:18 on ttys000
keiththirgoods-power-mac-g5:~ keiththirgood$ sudo chmod -RN /Volumes/Data\ RAID
Password:
chmod: Failed to clear ACL on file /Volumes/Data RAID: Operation not supported
chmod: Failed to clear ACL on file
*Projects: Operation not supported
chmod: Failed to clear ACL on file
*To dos 2-08 .doc: Operation not supported
chmod: Failed to clear ACL on file
*To dos 3-08 .doc: Operation not supported
chmod: Failed to clear ACL on file
*To dos 4-08 .doc: Operation not supported
chmod: Failed to clear ACL on file
*To dos 8-08 .doc: Operation not supported
chmod: Failed to clear ACL on file **Project List 1-25-02.xls: Operation not supported
<snip>
chmod: Failed to clear ACL on file siteServersettings.xml: Operation not supported
chmod: Failed to clear ACL on file specialfolderssettings.xml: Operation not supported
chmod: Failed to clear ACL on file urlhandlingsettings.xml: Operation not supported
chmod: Failed to clear ACL on file workgroupsettings.xml: Operation not supported
chmod: Failed to clear ACL on file Wolkin website Images: Operation not supported
chmod: Failed to clear ACL on file .DS_Store: Operation not supported
chmod: Failed to clear ACL on file E003022L.(thinking man)jpg: Operation not supported
chmod: Failed to clear ACL on file E004831L(finger-monitor).tif: Operation not supported
chmod: Failed to clear ACL on file E004832L (man:pencil): Operation not supported
keiththirgoods-power-mac-g5:~ keiththirgood$ sudo chmod -R a+rX /Volumes/Data RAID
chmod: /Volumes/Data: No such file or directory
chmod: RAID: No such file or directory
keiththirgoods-power-mac-g5:~ keiththirgood$