All files on USB turn into .ink files

Whenever I put a flashdirve on my macbook all the files and folders on the usb turn into .ink files and I cant open them on a mac. I need to solve this problem ASAP because Im afraid to put my hard disk and loose all the files on it. This happened to 4 of my USBs and i have no backup of some of the stuff on them.

I spoke with the techs at apple support, they likewise were stumped. His suggestion was that I reformat the drives as Mac OSX journaled. He thought the FAT32 may have been the issue as it is not natively supported by the Airport Extreme, but also was not positive since it is one specific folder out of 500 or so on my drive that is having the problem... he thought it may be the content. Unfortunately, the content in that folder is not different from any other folder on the drive. It is set to use accounts and not a single password. All the settings for permissions, etc are correct to allow anyone to access/read/write to the drive and folder... really baffled.
Going to try formatting the drive and then giving it another go.
thank you

Similar Messages

  • Files in my pen drive somehow turned into .Ink files.

    Files in my pen drive somehow turned into .Ink files. They were working fine before that, and i only used my macbook. Did not copied any windows files and i didn't use a pc. How can i get my files back?

    No, i don't have windows in my MB.
    I did use this pen drive in a pc, but only to get some files that had nothing to do with the files that were already there. Do you think this may have turned my other files into .Ink files?

  • How can I access data on an external drive in my mac after all folders have been turned into .lnk files? I am desperate!

    I don't know what happened, I connected my external hd today and all files had been turned into that!

    I know I am going to sound really stupid when I ask this, but how do I do that? There was this folder called Recycle Bin, which I have deleted already but the files are still in the same format. I know they are in the HD 'cause of the space taken up in it, but I would like to know exactly what to do to clear the malware altogether and have access to the stuff I have again.
    Thank you very much in advance and sorry for being such a dummy

  • What does the attached files I email turn into dat files

    when I send email or receive email with attachments such as pdf or .docx, the files are unreadable on my iphone and become dat files.

    I have the same problem.  I found that by saving the file to FILENAME.pdf and reopening with Preview or Adobe it works.  I saw another post that suggested that long filenames that are forwarded to others are renamed with a .dat extension.  I never had this problem until I upgraded to the latest MAC OS.  Could that be the problem?

  • Verizon Chat advises pdf attachment non-download from AOL email is a software problem and directs me to Apple Support. I see "can't access cellular data network" in an instant before the file's icon turns into the file's name.

    Verizon Chat advises pdf attachment non-download from AOL email is a software problem and directs me to Apple Support. I see "can't access cellular data network" in an instant before the file's icon is replaced by the file's name. In Inbox three emails in a row show there is an attachment. My iPad 3rd gen. runs 7.1.

    You have Acrobat Pro on your system. It will try to open PDFs, and of course it will fail. You must uninstall it. Then, you will need a PDF reader. So install Adobe Reader. That seems quite simple, but perhaps something is wrong. If anything goes wrong with these two steps (1) uninstall Acrobat Pro (2) install Adobe Reader, then please let us know the details.

  • File folders turn into exec files

    On a school iMac, I created folders which contained html, jpg, pdf files and other folders. I copied these folders to my thumb drive (the one I use all the time). When I got home, I put this thumb drive into my iMac (Yosemite OS) to finish the folder transfers. When I found the folders I was looking for, they had turned into exec files. What happened?

    We need some clarification here. Specifically, you say:
    When I found the folders I was looking for, they had turned into exec files.
    What turned into "exec" files? The folders, or the files inside them? And when you say they are "exec" files, what exactly are you seeing?
    One possibility is that the files you created have all changed to look like this:
    If that's the case, then most likely you have somehow created those files without an extension, which means that Mac OS X has no idea what they are. You need to add an extension at the end of the filenames: .html, .jpg, .pdf, etc.
    One other possibility, which Tim mentions, is that you have connected this flash drive to a Windows PC that is infected with some kind of malware that has replaced all those files with malicious .exe files. These would not affect your Mac, but would certainly affect the data on the flash drive. Do the filenames end in .exe or .lnk?
    If none of that matches what you're seeing, we'll need more details. Screenshots would help. Make a screenshot by following the directions here:
    http://support.apple.com/kb/HT5775
    Be sure no sensitive personal information is displayed. To add that image to a post here, click the camera icon in the post editor toolbar.

  • When syncing iPhone 4 with new update songs turn into "other" files

    Hello,
    Yesterday i upgraded the iphone software to ios7, after doing this everything was working well but when it tried to sync my music files from itunes it said it was syncing music file until the iphone had synced completely when they turned into "other" files.  I ahve tried restoring it but nothing has worked and it keeps happeneing.  Was wondering if anyone was also having this problem and could point me in the right direction.
    Thank you inadvance.

    So far there is no fix, there are many threads on this topic and many people with this problem. We are all ticked off and Apple needs to fix this ASAP. They don't seem to care.

  • After I connected my hard disk to a friend's windows system all my files have been converted to .ink files and do not open....what do i do? They had important content

    after connecting my hard disk to a windows laptop all my files have somehow converted to .ink files and are not accessible.....what do i do?

    What do you mean by "all files", surely only one category of files got their default open program changed.
    Choose the affected files, right click on an individual file, and "open with",...change to default program.
    For a group, right click > show info > open with > change ALL
    If more than one group of files has had its default opening program changed, a time machine roll-back would be the easy option. Do you have a TM backup?

  • Re-named NEF & jpg files in CS4 Bridge & they turned into "exec" files!?!? SOS

    SOS!!! I just re-named NEF & jpg files in CS4 Bridge & they turned into "exec" files (& the WEDDING GIG images disappeared!) HELP PLEASE, anyone who knows the solution. I'm desperate.

    God bless you!…I tried it with the 1st 2 files, which were NEFs & it worked. BUT I started with Raw & then shot mostly jpg…cannot "see" anything & am clueless as to which are which / any other ideas?

  • How to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scripting

    how to get all how to get all paragraphs style and their fonts of a  indesign file and write all info with para info into txt file with scriptingstyle and their fonts of a  indesign file and write all info with para info into txt file with scripting

    I write the script this one works
              var par=doc.stories.everyItem().paragraphs.everyItem().getElements();
      for(var i=par.length-1;i>=0;i--)
           var font=par[i].appliedParagraphStyle.name;
            var font1=par[i].appliedFont.name;
             var size=par[i].pointSize;
            WriteToFile (par[i].contents  +   "\r" +  "Style  : " + font  + "\r" +  "FONT1  : " + font1  + "\r" +  "Size  : " + size  + "\r", reportFilePath);
                            function WriteToFile(text, reportFilePath) { 
        file = new File(reportFilePath); 
        file.encoding = "UTF-8"; 
        if (file.exists) { 
            file.open("e"); 
            file.seek(0, 2); 
        else { 
            file.open("w"); 
          file.writeln(text);  
        file.close(); 
    Thanks for all your support

  • After deleting some unnecessary Apps in my Macbook Pro, I plugged my thumb drive to discover that I can't open my files, which I normally can, because they've turned into ".lnk" files. Please help.

    I have files in my thumb drive that I cant open. Inside my thumb drive, I've organized files in folders but I have files I havent put in folders yet. Those files turned into .lnk files.
    My theory is, my thumb drive caught a virus from another laptop because I copied files from my colleagues laptop.

    There are no viruses for a Mac, new theory required. .lnk files are aliases to a file, what did you delete?

  • My iPad 3 screen all of a sudden turned into a negitive of a picture, black

    My iPad 3 screen all of a sudden turned into black & white, almost like a photo negative...WHY? How do I change it back?

    THANK YOU!!!!!!! :) I was panicking because this is my camera right now, I am in Haiti for 10 days and my phone (which was my camera) got stolen at OHare airport on my way here!!! THANK YOU THANK THANK YOU!!!!
    PS I still can't find "general" accessibility - black n white... Is it different on the iPad 3 maybe??? Xoxox

  • Is there anyway to import my file title like img_001 into my file info so it will show up in my meta data.  I have 300 images and I was wonder if I could batch process them...

    Is there anyway to import my file title like img_001 into my file info so it will show up in my metadata?

    you can re-number files as you import
    you may need to a test of a few un-important files
    click the re-name file panel >>tick>>template>>click on arrows>>edit and that will take you the customize panel
    add image name like "img"
    then add numbering I have only used the first one (import)
    make sure you add two "00" so they stay in order
    should look like img-001
    bugga of a number tool imo; bridge is easier/better
    you could also rename in windows or bridge  or other programs before importing BUT ONLY IF THE FILES HAVE NOT BEEN IN LR ALREADY. Sorry to yell thats important as you most likely know
    Yell if that doesn't make sense

  • My files have turned into Unix files!

    I recently began transfering my sound libraries from a drive on my old G4 Dual 1.42Ghz to the drive on my "pre-owned" Dual 2.0Ghz G5.
    I had a folder on my G4 with Rex files in them.
    When I transfered them over to the G5, I noticed they had become Unix exec files? What are those? I think the files got swithced from Rex1 to Rex2 files, but I'm not 100% sure. How do I get my Rex files back for use in Logic and Reason etc....
    Thanks
    Noah

    I realize what it is. The Unix info is there until I install the application that created it. It shows the extention .rx2 but the file icon displays it an 'exec' file.
    I've been switching everything over to my G5 and had not installed Recycle yet. Those Rex files were all created with Recycle. Once I installed Recycle and opened that folder again, they all had the blue Rex/Recycle icon. They were fine.
    It would be great if Logic could read the exec/Unix/.Rx2 files, in case I didn't need or want to install Recycle? Which I didn't, cause I don't use it much anymore. I tried to drag the Unix/exec/.Rx2 file into Logic but it wasn't recognized. After all, Logic does play Rex files...
    Hey, I answered my own question!
    Noah

  • PDF files that turn into 08 files

    Hi Guys,
    I am a l2 remote desktop support analyst and had a user who was saving pdf files using adobe reader 6.
    When the user saved the files and went back into them he noticed that they were saving as a 08 file and could no longer open them in Adobe 6.
    My question is, is there any way to open these files again and also what causes this issue?
    Thanks
    Robert

    What happens when you change the extension to .pdf ?

Maybe you are looking for

  • ODI not able to detect primary/foreign keys from XML- user lacks privilege or object not found

    Hi Guys, Im trying to load an xml file with two entities address and employee as below. The topology reverse engineering everything works fine. Im even able to view the xml data  in ODI,  but when i try to load the data from these two entities joinin

  • Regular expressions and sql

    I have working regular expressions and a working sql connection, but I don�t know how to stop the info from getting into the database when input doesent match the regular expression. For instans, you put in an e-mail without an "@" and my program wri

  • Itunes has stopped working when turning on genius for windows 7

    Has anyone had itunes has stopped working while trying to turn on genuis for windows 7.  Also i have a new toshiba satellite c655d-s5200 laptop. Thanks

  • Transformation is adding unformatting data

    I am very new with XSLT and all the details, so excuse me is I don't see the error in my ways. I also realize this is probably a very long post, but I did not want to leave anything out just in case someone wanted to see the xml, xsl or html. What I

  • PB 15" screen backlight after sleep problem

    I have an intermittent problem wherein my display backlight will not light sometimes upon waking up my PB from sleep. The backlight is totally out when this happens, not just dimmed. The laptop is on and the display itself is functioning (I can barel