PDA

View Full Version : can't copy, permissions problem


mango88
04-05-2010, 02:22 AM
Hi

I have an external hard disk connected via firewire800 to a macpro running the latest version of snow lepoard in administrator mode.

I'm trying to copy files from the external hard drive (i can open the files no problem - have tested a few to be sure) to my macpro's hard drive (or another external drive - same problem) the screen shows the mac reading the files and then trying to transfer/copy them before a box pops up that read you dont have enough permissions.

i have run disk utility on both drives, repaired permissions, checked via cmd-i that have read/write and have made sure it applies to all enclosed files/folders.. but still no joy the same box pops up not correct permissions...

Thank you in advance for any help/suggestions

agentx
04-05-2010, 09:56 AM
open up Terminal and copy paste this command.

ls -alOe /Volumes

Copy the output and paste back but it is likely the drive has a User Immutable flag set (uchg)

to put this right you will need to use Terminal again.

sudo chflags nouchg /Volumes/"name of drive"

mango88
04-05-2010, 09:24 PM
dear agent x thank you for the prompt reply, i ran the terminal command, here's the result, thank you

carpediem608:~ carpedesign608$ ls -alOe /Volumes
total 8
drwxrwxrwt@ 5 root admin hidden 170 Apr 5 15:37 .
0: group:everyone deny add_file,add_subdirectory,directory_inherit,only_inherit
drwxrwxr-t 32 root admin - 1156 Apr 5 13:15 ..
dr-xr-xr-x@ 36 carpedesign608 staff - 1292 Apr 12 2009 bcartwork
drwxrwxrwx@ 26 carpedesign608 staff - 952 Apr 5 11:56 carpediem pc2mac
lrwxr-xr-x 1 root admin - 1 Apr 5 13:27 carpediem608 -> /
carpediem608:~ carpedesign608$