Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Unable to Move Files

  • 20-09-2009 2:01pm
    #1
    Registered Users, Registered Users 2 Posts: 1,019 ✭✭✭


    Hi Folks,

    I am trying to move files from my Mac Mini HDD to a external USB2 NTFS formatted HDD. The files are for a virtual machine as its getting a little bit too big, the virtual machine files themselves have moved fine but some files in the VMSharedFolder are being uncooperative.

    When moving/copying the files the error message I get is 'This operation cannot be completed as you do not have sufficient privlidges for some of the items'. I have made sure that my user, admin and everyhone has read write privlidges and applied these privlidges recursively through the folders via the get info dialogue. I have also run the following command to ensure that no files are locked

    sudo chflags -R nouchg /VirtualMachines

    The command runs fine but seems to make no differnece what so ever. Unfortunately this is everything I know and cannot think of a reason why file esp HFS+ files would be giving me this problem. Any help or suggestions very welcome.

    Thanks,

    Dave


Comments

  • Registered Users, Registered Users 2 Posts: 3,568 ✭✭✭ethernet


    PDD wrote: »
    I am trying to move files from my Mac Mini HDD to a external USB2 NTFS formatted HDD.
    This is a no-go unless you install a utility to let you write to NTFS partitions; reading from them isn't an issue out-of-the-box. Something like MacFUSE or NTFS-3G for OS X will do the trick.


  • Registered Users, Registered Users 2 Posts: 1,019 ✭✭✭PDD


    Hi Ethernet,

    Thanks for the swift reply, my bad though as I forgot to mention that I have MacFUSE or NTFS-3G installed and it has been working perfectly for me since I installed it that is until this little issue cropped up.

    Dave


  • Closed Accounts Posts: 1,569 ✭✭✭iamhunted


    go into terminal, go into root, chmod the permissions of the folder to 777, copy the folder and if you arent deleting it, change the permissions back to 755


  • Registered Users, Registered Users 2 Posts: 1,019 ✭✭✭PDD


    @iamhunted - That didn't work Im afraid. I don't understand why either, I thought OS-X was *NIX variant under the hood so running the CHMOD command as sudo should have worked. If I do a get info it seems that the permissions has changed but when I go to move/copy the files it will start copying and then stop after a while stating I do not have sufficient privlidges.

    I thought OS-X was rock solid but it seems to have a real difficulty with these files. I've run

    sudo chflags -R nouchg /VirtualMachines/VMSharedFolder
    sudo chmod -R 777 /VirtualMachines/VMSharedFolder

    Several times but it doesn't seem to make a blind bit of difference. Any help with this would be really appreciated.


  • Closed Accounts Posts: 1,569 ✭✭✭iamhunted


    have you tried logging in as root? stick in the osx dvd, change the root password to what you want and then login with it. If it doesnt move the file when you are root then theres something amiss.


  • Advertisement
  • Closed Accounts Posts: 1,569 ✭✭✭iamhunted


    ... or su to root in terminal rather than sudo and see. Technically they're both the same thing but you never know


Advertisement