MS Windows "Custom Folders" appears as Read Only in Mac

Hi,
I'm new to Mac, and started copying my old PC data to an external drive, so I could access it in my MacBook, before reformating my PC.
I copied a lot of folders (around 100 Gb) and noted that some folders are "read only" in that external drive. I remembered my unix time checking for chmod/chwon attributes, but I didn't see anything different from read/write folders. I could note just one thing. This "read only folders" are folder that, in my PC, had "Custom Icons", or "Custom images" attached to it.
I tried a lot of chmod/chwon combinations, but Terminal always said I have no right (or something like that, I don't remember now), so I gave up and copied from "Shared Folders", FTP or "one by one", and now it appears to be Ok.
Does anyone already saw this issue? If yes, is there a way to "force" that folder to be read/write? I tried using Finder to Find folder/files that were readonly (so I could identify each one), but I din't find the option. Anyone knows how?
Thanks in advance.
Alessandro Fragnani

alefragnani wrote:
Hi,
The external drive is already formated in FAT32. Only my old PC is formated with NTFS, and the problem itself is while accessing theses files/folder in the external drive, not the PC (I'm not accessing the PC directly).
FAT32 file system can't handle unix permissions and any file on such a drive will be listed as having full read+write access for everyone. However, if a file is read only in windows, it will be locked in OS X and there is absolutely no way to unlock it from OS X side short of reformatting the drive. You need to log into windows and unlock or delte the file from there.

Similar Messages

  • MOVED: Folders Created As 'Read Only' By Default

    This topic has been moved to Off-Topic Technical.
    Folders Created As 'Read Only' By Default

    This topic has been moved to Off-Topic Technical.
    Folders Created As 'Read Only' By Default

  • PC FORMATTED iPod read by MAC & PC?  MAC formatted iPod read only by MAC?

    Is this how the formatting issue works? I'm looking to buy an iPod for a friend who (I think) has PC.....
    Since I'm a mac person, I want to buy the gift, load some music on, and ship it off to the lucky recipient....but if they have a PC , will it be recongnized once it's plugged in?
    Any info would be helpful.
    Thanks.

    PC FORMATTED iPod read by MAC & PC? MAC formatted iPod read only by MAC? Is this how the formatting issue works?
    Yes, that is how it works.
    Since I'm a mac person, I want to buy the gift, load some music on, and ship it off to the lucky recipient....but if they have a PC , will it be recongnized once it's plugged in?
    Okay, unless you restore your iPod while you're on the Mac, I believe it will still be formatted for a PC.
    (You will not need to restore the iPod for transferring music to it on a Mac unless you want to upgrade the iPod's firmware on a Mac computer, then it will have to be Mac-formatted).
    You see, when you recieve an iPod, it is shipped to you as a Windows-formatted iPod, probably since the majority of the population has PCs, and also, PC-formatted iPods are compatible for music transfer for a Mac also.
    Does that make sense?
    EDIT: Zevoneer has already answered your question, so you can ignore all of my post if you wish.
    -Kylene

  • Folders on NAS read-only. Can't change

    I have a buffalo linkstation pro duo NAS. It is formatted in XFS.
    It seems that randomly some folders have been changed to read-only, when they were previously read-write. I have one folder that is stuck in a read-only state. The folder contains some files from my XP machine. I wrote these files from the mac to the nas.
    I am trying to delete the folder and cannot. I shutdown the mac, and accessed the NAS though my Windows laptop, and it wont let me take ownership. Any ideas on how to fix?

    I had the same issue and figured out a solution.
    1. Create a folder in your user profile on the mac to mount a network share to. (Example: /chris/mount)
    2. Mount the network share to that folder you just created using this command in Terminal: mount -t smbfs//guest@<BUFFALONAS>/<SHAREDFOLDER> mount (replace <BUFFALONAS> with the IP address or hostname of your buffalo and replace <SHAREDFOLDER> with the smb share on the buffalo)
    3. In Terminal, change into the now locally mounted network share. (Example: cd /chris/mount)
    4. Run the following command in Terminal: chmod -R 777 ./
    **Note: You will get an access denied error on any file that was created by a PC but all the files with "broken" permissions created by a Mac will be fixed.**
    Hope this helps someone out there. I searched for a solution for months before figuring this out.

  • Windows installed but all files Read Only

    Hi guys
    I have just installed windows 7 on my macbook pro using bootcamp. Every seems to be working great except for all my files are read only. I go to properties uncheck read only apply it to the file and it fails because it needs administrator permissions. I have tried to change permissions to full control and it fails to apply it to any of the folders.
    Any help would be much appreciated
    I'm a pc! All the problems with windows xp, vista, 7 were my idea!

    Hi,
    sorry about the MacDrive thing, Imeant NTFS-3G for full NTFS access while in OSX
    Have a look here http://www.tomshardware.co.uk/forum/page-232514350.html , maybe it helps.
    Stefan

  • Fields appear as "Read Only" in an Int.Form called from a WD

    Hi Experts!
    I am having a doubt in an Adobe Int.Form, that is called from a WD application.
    The fields that are in my Form, always appear as a "read only". It is not possible to modify anything there.
    Here, I describe the steps that I follow.
    I create a very simple WD application. In its WD View, exist an unique Object (Adobe Interactive Form).
    In that object, I set the properties:
    "Data source": a context variable type "my structure". "My structure", is a simple structure with a couple or three fields, let´s say PERNR, BUKRS, WERKS... It is linked to the Form Interface (ABAP DICTIONARY-BASED INTERFACE). So in this way, the link between my WD and the AdobeInt.Form is working.
    "PDF Source": a context variable type XSTRING.
    "Template Source": here I have set my Int.Form. Currently, it only contains a couple of fields
    "Enabled": True.
    "Read Only": False.
    In the AdobeForm, I have drag & droped those 2 or 3 fields, save it, and activate it. I guess nothing more is needed, for my test.
    And at last, in the View´s method WDDOINIT, I am reading one of those fields, let´s say the employee number (PERNR), and I set by hardcoding its number (let´s say -> 00000001).
    Until here, everything seems to work fine. When I launch the WD test, the Adobeform appears, at the moment, with only one of my fields (Employee - PERNR), and its value is filled in with '00000001'.
    But now, I would like to write something by myself. And when I try to do it, it is not possible! Field PERNR, is displayed as a "READ ONLY".
    Someone knows what is happening here? I guess it should be possible, to activate as a "EDITABLE" that field in my Form.
    So here is my doubt.
    Am I doing anything wrong? Or am I doing any mistake?
    Thank you very much in advance!

    Finally I think I have found the problem.
    In the View where I am printing the ADOBEFORM, it is needed this code under the method WDDOMODIFYVIEW.
    method WDDOMODIFYVIEW .
      DATA: LV_INTERACTIVE_FORM   TYPE REF TO CL_WD_INTERACTIVE_FORM,
                 LV_METHOD_HANDLER     TYPE REF TO IF_WD_IACTIVE_FORM_METHOD_HNDL.
      LV_INTERACTIVE_FORM ?= VIEW->GET_ELEMENT( 'INT_FORM' ). "   adobeform object in view
      IF LV_INTERACTIVE_FORM IS NOT INITIAL.
          LV_METHOD_HANDLER ?= LV_INTERACTIVE_FORM->_METHOD_HANDLER.
          LV_METHOD_HANDLER->SET_LEGACY_EDITING_ENABLED( ABAP_TRUE ).
          LV_METHOD_HANDLER->SET_HIDE_NAVIGATION_PANEL( ABAP_TRUE ).
          LV_METHOD_HANDLER->SET_DISABLE_PRINT_BUTTON( ABAP_TRUE ).
          WD_THIS->M_METHOD_HANDLER ?= LV_INTERACTIVE_FORM->_METHOD_HANDLER.
          WD_THIS->M_METHOD_HANDLER->SET_HIDE_TOOLBARS( ABAP_TRUE ).
        ENDIF.
    endmethod.
    Regards,
    Carles

  • Querying up AR Customer OA page in read-only mode for a Single Customer

    We are building a Custom Form in which associated Customer <defined in AR> would be queried up.
    Now we want to give an option to the User to view the complete details of the Customer. We would be giving a menu option in Tools 'View Customer' thru which he would see the Full Customer Details. <AR Customer OA page>
    We have two requirements
    1> The Full Customer Details should show up in Standard OA Customer Page the moment page comes up. The user should not be required to query the details.
    2> It should be read-only and user should not be able to update any field.
    How can we achieve this requirement? I did some RnD but did not see any place in EBS where we display the Customer Page in read-only mode and that too quried up for one particular customer.
    Thanks
    Arun

    Hi Arun,
    Please let me know if find any solution for this. We have a similar scenario in which we need to call the customer Page with all the inforamtion populated, related to one customer.
    Thanks in advance,
    Mannuru

  • OS 10.5 Sharing – Files appear as "Read Only" – SOLUTION!

    I have been having problems with sharing files between two macs since upgrading to 10.5 Leopard. Files and catalogs were available on both machines and both were set to "read & write" however files would only open as "read only" and files could not be saved between macs.
    After an entire day of trying to find an answer (and talking to Apple Care for hours) I have found the solution. And it's a very simple fix. The UUID needs to be changed on the computer giving you trouble.
    Here's the solution from the original post below:
    In OS X 10.5, you can change the UUID for your account by going to the "Accounts" system preferences and clicking the lock to authenticate. Then right-click (control-click) your account name and select "Advanced Options." Then click the "Create New" button next to the UUID field, and a new number will be generated. This should be done on the computer that you cannot properly connect to, and not on the computer you are connecting from. All this will do is provide a new identifier for your account when you are logging in remotely, and should clear problems with authentication and permissions mismatches.
    Hope this helps!
    Here's the original post from MacFixIt (I am including the entire post so that anyone searching for these phrases or error messages can find it quickly):
    Apple Discussion poster "Thomas Kranz1" writes:
    "I am suddenly getting this message when I try to copy a file from my new MacBook Pro to my PowerBook running 10.4.9. 'You may need to enter the name and password for an administrator on this computer to change the item named [file I am trying to transfer] (stop, continue). I hit continue and get the error message: 'The item [that I am transferring] contains one or more items you do not have permission to read. Do you want to copy the items you are allowed to read?' I say continue and get the error: 'The operation cannot be completed because you do not have sufficient privileges for some of the items.' My network was working fine until today. I can copy fine to all other computers on my network. But not this one."
    When OS X transfers data between computers, you first log into the remote system and mount a readable or writable sharepoint from the remote system. Then when you transfer files they should be given ownership and permissions based on the account you're using on the remote computer (not the current computer). This ensures you can access the files anytime and from anywhere as long as you use the same credentials to log into the computer containing them.
    When problems with permissions in file transfers occur, you should first check your sharepoints to ensure the account you are using has read-and-write access to the share. To do this, open the "Sharing" system preferences and select the "File Sharing" service. Then ensure the sharepoint is listed in the "Shared Folders" list and then give the username you're logging in with both "Read & Write" permissions. If you are logging in from a PC, then click the "Options" button and enable "Share files and folders using SMB" and then select the account you wish to use to log in. Clicking "Done" should allow you to log into the system using the specified credentials.
    If the system keeps presenting insufficient privileges errors even after supplying appropriate credentials, the problem may be with how the computer is authenticating the account being used. For network directory authentication, OS X uses a "Universally Unique Identifier" or "UUID" number to identify user accounts, and if there is a problem with the UUID not matching, you may still be able to log in locally to the remote computer but may have permissions problems when using the same credentials remotely. Apple started implementing network directories that use UUIDs in OS X 10.3, and in 10.5 they're required, since Apple changed from the NetInfo authentication technologies to "Open Directory," which is built for network directory authentication and implements UUIDs.
    In OS X 10.5, you can change the UUID for your account by going to the "Accounts" system preferences and clicking the lock to authenticate. Then right-click (options-click) your account name and select "Advanced Options." Then click the "Create New" button next to the UUID field, and a new number will be generated. This should be done on the computer that you cannot properly connect to, and not on the computer you are connecting from. All this will do is provide a new identifier for your account when you are logging in remotely, and should clear problems with authentication and permissions mismatches.
    For people having problems with copying files to a 10.4 machine, it may help to ensure ownership on the shared resource is properly set. To do this, launch the terminal and type the following command, followed by a single space:
    sudo chown -R `id -un`
    NOTE: The command uses "grave accent" marks (`), which is the character under the "tilde" next to the "1", and not apostrophes or single-quotes.
    After this has been typed (with the space following it), drag the shared folder to the terminal and the full path to the folder should complete. Then press enter and supply your password to complete the command. When this has been run, try copying the files again.

    David,
    Of course the files are checked in; otherwise I wouldn't be able to create a configuration on them and base a workarea on the configuration in order to download the files.
    Here's my problem: I check-in and out files while developing a release. A release for me is a set of (checked-in) objects and folders grouped in a checked-in configuration.
    Once I'm finished I want to download the release. In order to do this I base a 'DOWNLOAD' workarea on the configuration that represents the release.
    Then I download the DOWNLOAD workarea; and have all files in the release on my file system. But I do not want them to be READ-ONLY !!, since the folders and files that make up my application have to be moved and copied around a couple of servers using FTP scripts and this is a whole lot more complicated when the files and folders are read-only.
    If this cannot be disabled than Oracle SCM is a lot less attractive for our way of doing SCM... although I have been able to adjust all my Java FTP classes so that write-access is enabled on all file and folders after download and before publishing the application to all servers.
    By the way I use the Java API of Oracle SCM to download the contents of the DOWNLOAD workarea.
    Regards,
    Rinse Veltman
    CIBER Solution Partners

  • Newly created folders give "staff" read-only permission

    When I create a new folder in my home directory it has the following permissions:
    Me: Read & Write
    staff: Read only
    everyone: No Access
    Other (non-admin) accounts seem to belong to staff and thus have read access to any non-standard folders in my main (admin) home directory.
    1) How can I change the staff permissions on these folders (Finder gives me an error)? Is this only possible using sudo chmod?
    2) How can I change the default permissions to stop giving default access to all users through the staff group?
    Thx,
    Chris

    Other (non-admin) accounts seem to belong to staff and thus have read access
    to any non-standard folders in my main (admin) home directory.
    The easiest solution is just not to keep confidential folders that you create yourself at the top level of Home. You could instead create a single enclosing folder to hold that all that extra material, call it, say, "My Other Stuff", and put it in your Documents folder where it would be protected from all other users. You could then create descriptive subfolders within in it, which would also be protected.
    If you still instead want to alter the permissions of folders that you create yourself and you don't want to use Terminal, take a look at [BatChmod|http://www.macchampion.com/arbysoft/BatchMod/Welcome.html].

  • My External Hard Drive shows Read only in mac but in windows its not

    when I connect my WD HDD External to my mac book it shows that Ur EXT HDD is right protect and read ONLY, but when I switch to the windows os U can copy delete and any thing U want, how can I remove this issue from my HDD ? I want to copy to the HDD in mac but I cant

    Your external HD is formatted with the NTFS file system.  OS X can read but not write to the NTFS file system.
    To be compatible with OS X and Windows it would need to be formatted with the FAT32 file system.
    Alternately you can install a 3rd party driver to give OS X the ability to write to the NTFS file system.  One of them is
    http://www.apple.com/downloads/macosx/system_disk_utilities/ntfs3g.html
    I don't know how well it works.
    There are other drivers available.

  • Exported spreadsheet for windows is sent out as read only.

    Hi there,
    I am trying to export two spreadsheets. I export and send both of them ok. The second one for some strange reason once received by the other person who uses Windows is as read only and the person is not allowed to make changes.
    I would like to know if it is some weird glitch or of there is some button tab where I can set the properties or unmark this option. I am sending both to the same person and the prob is with the second one.
    Thanks
    E

    Thanks GKaiseril
    I found this in the forums from a previous post by try67
    It works perferctly.
    However in his post he left off the last bracket }
    for (var i=0; i<this.numFields; i++) {
    var f = this.getField(this.getNthFieldName(i));
    if (f!=null && f.type!="button") f.readonly = true;
    Ron A

  • Setting IFS Windows share (O drive ) to read-only

    Hi
    I was wondering what is required to make the Windows node (O drive) read only for all users when they access it from Windows Explorer.
    Is it just a question of, in IFS Manager, setting the Node(myserver:53141) to the ACL "Protected"?
    Any help will be most welcome.
    Thanks
    Hugo

    Is your host on a Windows machine or a Linux/Unix machine? If the later perhaps you could use SMB for your Windows mounts and map all users to an account that was restricted to read-only. This way users could use WebDAV for full priviledge access but the O:\ mounts (by Samba) would be read-only.
    If your server is Windows, I'm not sure how to fool Windows but perhaps some Windows guru can tell us.

  • External Volume read only on Mac OS X server 10.5

    My mac OS X Server 10.5.8 is having a FC volume is read only , 
    What could br the issue ??

    Same issue here. I even tried to import the cert directly into keychain. I did get the certificate to show up in server admin with the correct signed info, but when I assigned a service to the cert. It actually was handing out the old unsigned cert, so I removed it to try again. Now I cannot get the cert back in server admin at all, just in Keychain under SYSTEM. The self-signed certs only show up under My Keychains... It appears also that Server Admin will only see the certs that are located in MyKeychains. Anyone have any luck?

  • HP scanner showing read only from Mac after software upgrade to OSX 10.9.1

    I recently updated my IMAC software to OSX 10.9.1 and I am unable to scan and sent material from my HP Photosmart scanner. It says it is "read only". How can I change so that I can scan and email documents?

    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c03967500

  • Restoring Ntfs read only in mac os x 10.4

    Hai,
    I using macbook 10.4.11, I installed nTFS-3G old version without reading the manual. After installing it, i lost my ntfs read only feature in my mac book.
    How can i restore the ntfs read only in macbook.
    Thank

    Something is wrong then. It could be a damaged file table that is causing the updater to error out.
    Boot to your OS X installation disk. Don't install OS X, but when the interface gives you the opportunity, go to the menu bar and run Disk Utility. Choose your hard drive in the left column and then press the button at the lower right to "Repair Disk". If it shows any errors, repeat the repair procedure until it comes up clean.
    If there are any disk errors reported, and Disk Utility cannot repair it after three or four tries, you're going to have to use something more suited to the task. Disk Warrior is probably the best program available for that.
    If Disk Utility reports no errors, then I would continue on with an Archive and Install of the OS. Make sure to use the option to preserve your settings. After the installation is complete, apply all available updates.

Maybe you are looking for

  • AirPlay Icon

    Airplay Icon is missing since i updated to ios5. How do i stream music to pc now ?

  • Inbound idoc values when updated from user exit not saved

    I'm trying to process some user exits of an inbound idoc from WE19. The values get correctly populated to IDOC_DATA internal tables of IDOC_INPUT_ORDRSP function module in debug kode but when the new idoc is generated from WE19 , those segment values

  • Macintosh SE 1/20 Ghost Drives

    Hi, I bought a Mac SE 1 / 20 model M5011. It works perfectly so far, the 3.6 volt battery I have already replaced with a new one, but unfortunately come to the installation of such System 6.0.7. again and again the following error messages: http://ww

  • How do I transfer photos from the IPhone to the Adobe Photoshop

    How do I transfer photos from the IPhone to the PC Adobe Photoshop

  • 10.6.4 Macbook pro sleeps then will not wake

    I have several issues that have come up after i upgraded to 10.6.4. I have a 2.53 MBP with a Apple monitor and wireless keyboards. I did not have these problems before the upgrade, but my computer locks up once it goes to sleep and the only way to ge