Can not read or write to disk (error -36)

I have an additional internal SATA 250GB Drive that is partitioned into "Videos" 135GB and "Music" 100GB.
Everything has been working fine until recently. The "Music" drive (where my itunes library is stored) will no longer let me copy a file and gives me an error that reads "The finder cannot complete the operation because some data in "file name" could not be read or written. (error code -36)
I have verified and repaired the disk, but it wont let me repair permissions because it's not the boot drive i guess. "Video" still works fine. "Music" has 1.46GB available.
Let me know if i should move this to Tiger discussion.

I am so glad to hear I am not the only one. About 4 weeks ago, I started getting this issue as well. However, I would get it while making copies of folders onto the same hard drive, any of my 10 external drives etc ... I took my Dual 2.0 (June 2004) and they said my hard drive was bad. They gave me a new drive and logic board, but still had the issue. Went out and bought ALL new cables. Still ahve the issue. I even have the issue on three new external drives! I wish I had an aswer, but I am still confused.
I get the same error code message as well.
Good luck.

Similar Messages

  • "Can't read or write to disk" error message

    hi...
    got my husband a 16g nano and i'm trying to sync his songs. i have the newest version of itunes installed. it put almost half of the songs on the nano and all of a sudden itunes has an error that says something about "can't write to nano. disk is not readable or writeable." i can view the nano contents, but i can't add to it and it will not let me sync it anymore.
    does anyone have any suggestions? thanks!

    thanks jason,
    i looked at the tips page you suggested and i tried it again on my new laptop and it still won't work. i'm going to try to restore it and then put it on the laptop again, hopefully that will work.
    the odd thing is it will start to sync and it comes up with the error message about half way through syncing (half the songs do make it to the ipod.) why can't it sync the whole way?? i'm perplexed.

  • Can not read or write to disk for itunes

    I started getting this error.
    attempting to copy to the disk elvia's iphone failed. the disk could not be read from or written to. What do you think this is?

    I have tried this several times.
    I have done a hard reset on the iPhone
    I have restored the software
    I have reinstalled iTunes.
    None of it is working. It seems to be syncing some things and not others. For instance it won't sync anything related to safari, but does seem to sync my podcasts just fine.
    What is up with this?

  • Can not read or write to mac hard drive error

    When attempting to transfer music files from an external usb harddrive formatted in windows into Itunes, I can only successfully import a small fraction of the music, and then its stops with a error, that the Mac HD can not read or write files.

    It's possible the file names have some 'funky' characters in them that the Mac doesn't like ?
    What format is the external drive ?

  • "Can't Read Or Write to disk" Video Won't Transfer To Ipod

    I have transfered videos to my ipod in the past but I have two tv shows from the Itunes story that won't transfer.
    They are in the correct mpeg 4 whatever format. My itunes is the most resent version, but for some reason I keep getting the same error.
    "Cannot Read Or Write To Disk".
    HELP??!!
      Windows XP  

    I've got this problem too. My 5g iPod 30gig syncs after about 3 minutes with iTunes then after loading songs and videos after 10 minutes i get the same message your getting - "Can't Read Or Write to disk". I think theres some kind of USB2 conflict or something. All my other USB devices work fine. All my drivers and software is up-to-date.

  • Macbook can't "read or write to disk" of ipod

    Just bought a new 30GB 5th Gen. ipod and loaded half of my music/photos onto it. Now it gives an error message every time I try to sync new albums about not being able to read or write to the ipod. Any suggestions? The updater download didn't seem to change anything.

    See this article: http://docs.info.apple.com/article.html?artnum=301267.

  • Ipod dialog comes up "  . . will not read or write to disk"

    Strange! Right after uploading the ITunes upgrade of 7.1.1, I can't complete syncing my ipod. Same problem on my 30gb and 80gb. There is plenty of room on the ipod disk, but the download always stops short and the dialog box comes up on my Mac. I've tried resetting as well as restoring. What the heck happened? Is there a problem with 7.1.1
    Thanks

    See if this troubleshooting article helps.
    Disk cannot be read
    from or written to error syncing iPod in iTunes.
    Jeff,
    Thanks for your reply and the reference link. I actually had one corrupted itunes TV show download that was causing the problem. I repurchased and viola!
    Deke
    G5 Tower   Mac OS X (10.3.9)  

  • Can not read shared variable on cRIO, error -1950678968 nitaglv

    Hardware setup:
    Laptop
    Laptop connected via USB to a frammer garber. 
    Laptop IP: 192.168.0.2
    NI vision calculating a diameter and setting a network varaible
    cRIO
    cRIO connected to the laptop
    cRIO IP: 192.168.0.1
    Project has the shared variable in the cRIO library
    NI vision writes to the variable on the cRIO.  I can see the variable properly updating in system manager on the cRIO.  I can also run a VI in my computer that shows the variable properly updating.  But......   When I read the variable with a VI running on the cRIO, I get the folowing error and the variable never updates:
    Error -1950678968 occurred at Shared Variable in Main.vi
    Possible reason(s):
    LabVIEW:  Failed to load nitaglv, which is required for Network-Published Shared Variables.
    This error or warning occurred while reading the following Shared Variable:
    \\NI-cRIO-OASIS\cRIOVariableLib\BubbleDiameterFromVision
    \\192.168.0.1\cRIOVariableLib\BubbleDiameterFromVision
    (I do not get any errors at deloyment)
    So everything (NI Vision, a VI deployed on the laptop, NI Distributed System Manager) can see the variable on the cRIO being updated by the NI Vision.... Except for a VI running on the cRIO.
    I have verified that I have Network Variable Engine and Variable Client Support for RT installed on the cRIO.  I have tried reinstalling all s/w on the cRIO.  Tried rebooting all. And talked in a nice, positive, reassuring voice to the chassis.

    Hi!
    I just had the same issue with my cRIO 9073 using NI RIO 3.6.0.
    The problem is not caused by a corrupted project, but the improper installation of the OS on the target. There is nothing you can do using the SW installation wizard in MAX, as it does not matter if you intall a full RIO SW, minimal or custom.
    You have to install the full install or a custom one with Shared Variable support. Then you have to FTP to the cRIO, and manually edit the "ni-rt.ini" file located in the root of the controller.
    Make sure you have a line in the "[MODULE VERSIONS]" section which shows the version of the nitaglv.out file. (The problem is caused because this dll is not loaded when you try to access a SV) Mine looks like nitaglv.out=6.3
    Then you have to insert "nitaglv.out;" without quotes to the [LVRT] section's StartupDLLs key's value. I did it after the taggerrt.out name. So my key entry now looks like this:
    [LVRT]
    StartupDLLs=nisysapirpc.out;NiViSrvr.out;NiRioRpc.out;taggerrt.out;nitaglv.out;sysstatepublisher.out;
    memoryChecking=False
    LABVIEWRTDir=/c/ni-rt/system
    PATH=/c/ni-rt/system/;/c/ni-rt/;
    CDIntervalTicks=55
    WebServer.Enabled=FALSE
    RTTarget.VIPath=/c/ni-rt/startup
    RTTarget.IPAccess=+*
    RTEnetRcvMode=2
    RTCPULoadMonitoringEnabled=True
    RTTarget.ApplicationPath=/c/ni-rt/startup/startup.rtexe
    server.tcp.access="+*"
    RTTarget.LaunchAppAtBoot=True
    RTTarget.EnableFileSharing=True
    server.tcp.serviceName="Main Application Instance/VI Server"
     After you are done with the editing, you have to save the file, and overwrite the original one. You have to reboot the controller for the modification to take effect.
    After this you will be able to host your variables on the cRIO and also read/write them from the application running on that same target.
    I hope this will help for you too.
    Regards,
    Peter

  • Cannot Read or Write to Disk, Error (-50) When re-syncing

    Hi,
    I'm a little frustrated with my iPod. It syncs just fine when it is first connected to my PC with the usb cable. Then if I add another song or video to be synced and hit 'sync iPod' it will timeout and then return with two errors. First it will say 'an unknown error occurred (-50)' followed by 'Disk cannot be read from or written to'.
    I've reset my iPod numerous times and this still happens. I've also deauthorized/authorized my computer and I still get both error messages. I'm running the latest iTunes software and the latest firmware update. My iPod will also sync videos with a mac in the Ipod store, just not with my PC.
    Anyone know what's up?
    Thanks.
    Windows PC Windows XP Pro
    Windows PC   Windows XP Pro  

    I did the 5 R's last night, and now my iPod won't update any songs. The iPod is showing up in iTunes, but the "Update iPod" option is grayed out. Also, before when I had installed my iPod, it appeared in iTunes with my name...now it just says IPOD. I assume that's because it's back to the factory settings, but thought it was odd. (Yes, I know how to rename it.)
    Actually, after I ran the iPod updater to completely restore my iPod, it sat there frozen for hours with "Do Not Disconnect" on the screen, NOT flashing. Even after I disconnected the iPod (I had to turn off the computer completely to do this; otherwise, the USB port refused to stop running), the message just sat there. I had to reset it to get it to the point where I could select my language.
    Any suggestions? I'm considering just wiping out everything (backing up my files, natch) and starting over with the CD that came with the iPod in the first place.
    Windows XP

  • Yahoo! Mail will open inf Firefox 3.6, however I can not read or write emails.

    As of the past week perhaps, my yahoo:
    http://us.mg4.mail.yahoo.com/dc/launch?.gx=1&.rand=au11g0upahdr7
    will open in Firefox 3.6.11,
    however all I can see are in box, sent, folders etc. What I am UNABLE to do is open an email, or write one.
    I have checked with yahoo.
    It works in IEXP, and they can get it to work at yahoo's end.
    Yahoo says there's a problem with my firefox browser. I don't know what to do. My add ons are limited, google toolbar removed. I don't know what else to do!'
    Yahoo works fine on my mac w/ firefox.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Can't read or write to disk...

    I know that there are a lot of similar posts out here, but they all seem to die out without a straight answer. But anyways, my problem is that about halfway through a sync, an error message pops up and says
    "Device _ cannot sync: disk cannot be read to or written to."
    Anyone have a solution? Thanks.

    <Edited by Moderator>
    i bought my touch yesterday and i bought a show season..i can only get 4 eppisodes (and this is with unplugging and starting over inbetween) once the four are on there it just erases them all and i have to start all over..inbetween each eppisode it throws that message up..i called apple today and they acted like they never heard of such a thing...then i google the issue and they have an article on their website that is supposed to stop all of this and it did nothing. <Edited by Moderator> I have googled this issue and there are so many threads on so many websites this is rediculous...i could see if it was the 1st gen ipod but this is like the 10,000 ipod they have released...someone told me to download imTOO ipod computer transfer which is all good but now i cant transfer my itunes files to that program to get it on my ipod...hopefully someone comes up with something soon

  • Can't read or write some files, internet is failing, youtube won't load, software I tried to install was in Slovenian, not dutch or english like in my systempreferences settings, pictures and files won't preview with spacebar, etc. Malware?

    Specs:
    iMac 10.8.5
    3,4 GHz Intel Core i7
    32 GB 1600 MHz DDR3
    Can't read or write some files, internet is failing, youtube won't load, security software I tried to install was in Slovenian, not dutch or english like in my systempreferences settings, pictures and files won't preview with spacebar and are randomly corrupted, when I entered something in the Youtube searchbar (when it was still working) it send me to a site with sexadds.
    I tried restart my iMac and when I was logged back in, my dock preferences were reset.
    Also tried to download some security software to check my Mac for malware, but when I did, I tried several, I got a notification that said something like 'dumpfiles (don't know if this is the right translation...) damaged'.
    I'm taking screenshots from all the weird notifications I get and even three quarters off the screenshots I took in the last three hours are already unreadable.
    It started this morning when I tried opening a Premiere Pro file on which I worked the night before.
    When I tried opening it, it said the file was damaged and could not be openend.
    I tried opening it with AE or importing the file in a new project but nothing helped.
    When I tried looking for autosaves, this is the really weird part, there were none.
    Even though there are autosaves from my other projects, this one was completely gone.
    It looked like the day before never happened on my computer.
    Also when I openend Premiere all the recent projects had been wiped.
    So at first I thought it was a Premiere Pro failure.
    But than, later on the day, I tried loading some RAW files from my compact flash card.
    This is where I would get an error (error -36) which said some data cannot be read or written.
    I tried importing the files with a view different technics, from dragging to importing via Lightroom and I succeeded with Image Browser.
    But when I tried moving the files to an other folder the same error occurred.
    While dealing with this issue I wanted to put on some soothing music on youtube.
    This is when the next weird thing occurred: youtube wasn't completely loading in Chrome. I refreshed a view times, checked the internet connection and still no difference.
    When I tried in Safari it did work but when I clicked enter on the searchbar in Youtube, a page with sexadds appeared (I didn't install AdBlock in Safari...).
    I read about this 'phishing' where you are redirected to a site were a possible malware installment can take place...
    I don't know if it's connected to any of the problems I've been having but I just never experienced this on a mac, I have been a Mac user for 10 years now.
    On top of it all, internet started working worse and worse and now it's not even working at all. I had to fill in the password over and over, normally it remembers.
    Just like my system preferences, all the preferences I had with Chrome where also reset.
    Also somewhere in between I got this notification: Mac OS X must restore library to run programs. Type your password to allow.
    To me this is all very weird and suspicious. I have clearly no idea what's going on. Could this be another sort of trojan horse or malware?
    Some background info which could be helpful for solving this mystery:
    two months ago the one year old Fusion Drive in my iMac just broke out of nowhere.
    I got it replaced by a qualified apple repair store.
    When I got my computer back, all the files where gone.
    I got on the internet without AdBlock installed yet.
    A game or whatever it was, can't clearly remember, got installed by accident.
    I deleted it immediately.
    Only two weeks later, I couldn't log in to my account. It didn't recognize my password and username. 
    So I brought my mac back to the store.
    Here the repair guy said it was a minor thing and he just needed to reconnect my account. He also mentioned he found a downloaded game name Sparta and it probably had something to do with the error.
    I asked him; could it be a virus? He replied no way.
    I don't know why I couldn't be a virus, just because it's a mac doesn't mean it cannot be done.
    So today I tried installing anti virus software (such as avast- was in a weird language looked like slovenian, clamxav - was in slovenian) but I couldn't install them.
    PLEASE help me! I don't know what to do anymore, I work fulltime and I need my computer, I have no time to bring it in for repair, are there other perhaps easier ways?
    Could this be the work of a virus or a malware? Or is it a disk permissions issue?

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem-.thanks

    I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem….thanks

    If you are having the same problem, i.e. a disk permission problem, open your favorite search engine and search on, "change disk permissions", and I think you'll find plenty of information on how to fix the problem. This is a Lightroom forum. Your problem is with your operating system. There is no sense in rewriting instructions that are already available if you do a simple search.

  • Ipod Touch message "itunes can neither read nor write to "my Name" disk.

    While syncing my Touch on I- Tunes, everything stopped and the message was "can neither read or write to B-----J-----"s ipod disk. I was on the phone for hours with Apple support, sent the Touch back twice to no avail. Finally found a newly acquired song from I-tunes stopped the sync in its' tracks and could not be recovered from. Has anyone else had this problem?

    I have a second gen which I received today as a replacement from Apple as they thought that might solve my problem. I found a recently acquired song, David Gilmore's "Where We Start " caused the crash. I did a manual load of the touch after a restore of it"s software and tunes. I watched the computer screen as I updated several songs at a time. I recreated the problem three times so I am confident I know what caused it but the only way I know around it is the slow process of a manual update. I have reported it to Itunes because this has taken me two weeks to figure out.

  • When updating get a message that reads  the disk could not read or write -

    i downloaded several songs from cd (only some cd do not update )- all loaded up well in i tunes - but when i update - i get a message on the i tunes screen "attempting to copy to the disk david i pod faults - the disk could not read or write- i reinstalled the updated software and i tones software and same problem - only some cd will not update - but they are diffinately in itunes- i can play them on my computer
    nano Windows XP Pro

    Hi daf,
    Try this Your Windows PC doesn't recognize iPod
    Happy New Year
    Colin R.

Maybe you are looking for

  • Networked library for multiple users

    Hi there. I'd like to use networked drive (a Snap server) to store all iTunes media for 2 or more users, accessing this drive from multiple computers (both Windows and Mac). What's an appropriate solution and are there significant limitations to doin

  • Error 40 , could not open a sql connection

    I have recently bought Kaspersky Internet Security 2014. Before the installation of Kaspersky, SqlServer 2008 R2 express edition was working without any error. But after it's installation I got error saying:  " A network-related or instance-specific

  • Interactive PDF Form Submit Button Not Working

    Hi there, I created an Interactive PDF in InDesign with a form included in the document. When I export as an interactive PDF my Adobe Reader will allow me to fill out the form no problem, however, when I click submit to connect the form to my email,

  • Restoring ipod nano... again

    Okay... I looked at the site (or page or whatever it is called) that Jeff Bryan replied to me... Thanks Jeff, I have seen this heaps of time and it has not really made sense (So I printed it out!) So I have found out why I can't do it... I can't find

  • Translation Manager Business Object XIr3, problem

    Hi, I have a problem with the Translation Manager Business Object XIr3. If I understood well, it permits multilanguage users to see for example reports with their own language, setting up the preferencies, logging in InfoView. Now I have installed it