Error 36, how to regret putting it in the trash?

Hi! I've run into the error 36 problem, and after trying to solve it I just gave up and put it in the trash. This seems to be a one way street though, because now I cannot get it out of the trash and back to where it was, because of the error 36. Help?

Some reading links.
http://blogs.discovermagazine.com/badastronomy/2008/03/30/mac-os-tip-for-error-c ode-36/#.UL4UQI7jY-Y
http://www.youtube.com/watch?v=gC3O-3ymVEE
http://in.answers.yahoo.com/question/index?qid=20100402121353AATVlMt

Similar Messages

  • How can I put files into the trash without login every time?

    Every time I want to put items in the trash, after dragging things to the basket, I have to sign in.  Why? Can I set the defaul to allow me to do so without login?

    The procedure below will reset the permissions of a user's home folder in OS X 10.7.4 or later, including 10.8 or later. If you're running an earlier version of 10.7, update to the latest version first. This procedure should not be used under OS X versions older than 10.7.4.
    Back up all data before you begin.
    Step 1
    Click the Finder icon in the Dock. A Finder window will open.
    Step 2
    Press the following key combinations, in the order given:
    Command-3
    Shift-command-H
    Command-I (the letter "I" as in "Info.")
    The Info window of your home folder will open.
    Step 3
    Click the lock icon in the lower right corner and authenticate with the name and login password of an administrator on the system. If you have only one user account, you are the administrator.
    Step 4
    In the Sharing & Permissions section of the window, verify that you have "Read & Write" privileges. If not, use the "+" and "-" buttons in the lower left corner to make the necessary changes.
    Step 5
    By default, the groups "staff" and "everyone" have "Read Only" privileges. With those settings, the files at the top level of your home folder will be readable by other local users. You can change the privileges to "No Access" if you wish, but then your Public and Drop Box folders will be inaccessible to others. Most likely, you don't need to change these settings.
    Step 6
    If there are entries in the Sharing & Permissions list for users or groups other than "me," "staff," and "everyone," delete them.
    Step 7
    Click the gear icon at the bottom of the Info window and select Apply to enclosed items... from the drop-down menu. Confirm. The operation may take several minutes to complete. When it does, close the Info window.

  • How do I override "error code -61" when attempting to put things in the Trash? Cannot empty Trash or use Secure Empty Trash.

    How do I override "error code -61" when attempting to put items in the Trash?  Cannot empty Trash or use Secure Empty Trash. I have a MacBook OS X 10.5.8

    The reason why some of the files are blocking the trash from emptying is because of specific ".app" files from third party companies like Adobe products. Not the user files or the various help documents but instead the actual mother program. Here's how to fix this problem:
    1) remove from the trash all the actual software programs like Photoshop, InDesign, DreamWeaver and so on and put them on the desktop.
    2) Command "I" (info) and when the dialog box opens go to the "Name & Extension" text box and remove the ".app" from the software name. Example: Photoshop.app change to Photoshop.
    3) the program icon will change to a "folder icon".
    4) put the folder icon back into the trash and you should be able to now empty the trash.
    If you continue to get the error code 8003 it's because you may still have one or more software programs in the trash that needs to go through this process. Remember - it's not the user files or help documents or supporting files that is causing this but instead the "actual product programs".
    JKai

  • I dropped my mac pro. The disc drive plays but will not record. medium drive error. How hard is it to replace the drive my self. i see screws on the bottom. Could I just order a new internal drive and replace it? Or is it too complicated for the average ?

    I dropped my mac pro. The disc drive plays but will not record. medium drive error. How hard is it to replace the drive my self. i see screws on the bottom. Could I just order a new internal drive and replace it? Or is it too complicated for the average person? Would be cheaper to buy an external drive than to replace internal one? Any advice is appreciated

    How certain are you the superdrive ONLY is at fault?
    That depends on your skill level, if you grew up tearing things apart and putting them together, its absurd how easy it is.
    For some however its too daunting.   On a general skill level for the "average" person its about a 3 out of 10 in difficulty.
    Can you order same? yes.

  • I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    The simplest method is to run a defaults command on the client Macs (easily pushed via Apple Remote Desktop):
    defaults write com.apple.SoftwareUpdate CatalogURL 'HTTP_URL_FOR_CATALOG'
    for a user. If you run it via sudo it will set it for whenever you use softwareupdate as root.
    The HTTP_URL_FOR_CATALOG has been changed with Mac OS X 10.6.  If you use MCX it will automatically pick the new catalog – however if  doing it manually the following URLs need to be used for whichever  client version is in question:
    Mac OS X 10.4: http://mysus.example.com:8088/index.sucatalog
    Mac OS X 10.5: http://mysus.example.com:8088/index-leopard.merged-1.sucatalog.sucatalog
    Mac OS X 10.6: http://mysus.example.com:8088/index-leopard-snowleopard.merged-1.sucatalog
    Mac OS X 10.7: http://mysus.example.com:8088/index-lion-snowleopard-leopard.merged-1.sucatalog
    Mac OS X 10.8: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    To double check this applied you can run the following command:
    /usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.SoftwareUpdate.plist
    and /usr/libexec/PlistBuddy -c Print ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    to see what settings are for the computer and user appropriately.
    If  this is working correctly when running Software Update (GUI) you should  see the server address appear in parenthesis in the title of the  window.
    MCX
    Another alternative is to use Workgroup  Manager to manage the preferences via MCX from your server. This can be  done for users, or for computers if they are bound to your Open Directory.
    If you are using 10.5 Server or newer: you can simply use the Software Update section under Preferences.
    Manually:
    Choose the accounts, computers, or groups to have the preference applied to.
    Click on Preferences, and then the Details tab
    Press the Add… button and navigate to /Library/Preferences/com.apple.SoftwareUpdate.plist
    Press Edit…
    Under Often, add a New Key and enter the name CatalogURL
    Make sure the type is string and then enter your SUS URL (eg. http://mysus.example.com:8088/index.sucatalog or if using 10.6: http://mysus.examle.com:8088/ – see above from the defaults section)
    Press  Apply Now, then Done. Once users/computers have refreshed their MCX  settings (usually the next login or restart) the new settings will take  over.
    If this is working correctly when running Software  Update (GUI) you should see the server address appear in parenthesis in  the title of the window.
    In order to have a system-wide configuration one has to run the following:
    sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index.sucatalog"
    In order to correctly work both on Leopard and Snow Leopard the right command to issue is:
    defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index-leopard-snowleopard.merged-1.sucatalog"
    Happily used and tested on my network
    The DNS trick that Chealion points out is fantastic. I use it at our office, and every computer on our LAN  will automatically pull the updates from the local repository at high  speed without any configuration.
    Create the swscan.apple.com DNS zone on your internal DNS server, and have it resolve via an A record to your Mac
    Tags: automaticupdates mac clients macosx setting as default software update
    Category: Serverfault
    Share
    0
    0
    Google +
    0
    0
    0
    5
    You might also like:
    Can I Update My Jb 4s To 6.1.2 Without Restore? Tue. Jan 21st, 2014
    Iphone 4 Not Charging After Update To IOS6 
    IPad 2 Not Updating To IOS 5.1 
    How To Resolve The â€âunable To Install Update” Error For OTA IOS Updates? 
    What Is â€âSoftware Update” Doing When It Says â€âChecking For New Software”? 
    Advertisement
    Comment
    - See more at:  http://www.eonlinegratis.com/2013/how-do-i-change-the-software-update-server-add ress-on-a-client-mac-to-use-my-own-server/#sthash.YhHp5zWk.dpuf

  • I have been using itunes all day and then it wanted me to install a newer version.  When I did it said I can't because it's missing mdsvr80 or something so i downloaded that now it has another error.  How do I get itunes back the way it was or to work?

    I have been using itunes all day and then it wanted me to install a newer version.  When I did it said I can't because it's missing mdsvr80 or something so i downloaded that now it has another error.  How do I get itunes back the way it was or to work?

    See this User Tip by turingtest2
    https://discussions.apple.com/docs/DOC-6562

  • How do i put text in the picture

    how do i put text in the picture ?

    In addition to the apps already mentioned here are some that can add text to a photo:
    Some Image Editors That Support layers:
    Photoshop Elements 11 for Mac - $79
    GraphicConverter - $40
    Rainbow Painter - $30
    Imagerie - $38
    Acorn - $50
    Pixelmator - $60
    Seashore - Free
    GIMP for Mac - Free
    Xee 2.1 - free

  • How do i share my movie i have on imoivie with other divices? or how to i put in on the smartboard

    how do i share my movie i have on imovie with other divices? or how to i put it on the smartboard at school??

    - You can AirPlay it on an Apple TV or other device that supports AirPlay
    - You can connect an adopter and connect the iPod to a TV
    - You can import the move to your computer and then do what you want to do with it.
    - If your school's SmartBoard supports uploading from an iOS device (iPod touch, iPhone or iPad) you can directly upload to the board. Otherwise you will have to transfer to computer to upload to the board.
    - Transfer the the movie to DropBox or similar cloud serve and then distribute how you wish.

  • TS3297 How do I resolve error code 8003 when I try to empty the trash?

    How do I resolve error code 8003 when I try to empty the trash?

    Try this Discussion from the More Like This  section...
    https://discussions.apple.com/message/18549254#18549254

  • How do I put aperture in the "vault" on my WD Smartware external hard drive backup?

    How do I put aperture in the "vault" on my WD Smartware external hard drive backup?

    How do I put aperture in the "vault" on my WD Smartware external hard drive backup?

  • HT204408 Can I delete files in "All My Files" under Finder and Favorites without deleting them in the actual folders?  If they will be deleted from the original folders then how do I put them on the external hard drive to save the documents, photos, and v

    Can I delete files in "All My Files" under Finder and Favorites without deleting them in the actual folders?  If they will be deleted from the original folders then how do I put them on the external hard drive to save the documents, photos, and videos?

    Switch to the Finder app and open its preferences.
    Remove the check mark on the items you don't want displayed in the Sidebar tab.
    The originals are not removed from the machine.

  • I recorded audio with Quicktime player and the sound files won't disappear from the desktop no matter how I try to put them in the trash...

    I recorded audio with Quicktime player and the sound files won't disappear from the desktop no matter how I try to put them in the trash...tried xing out the red x, putting them in the trash...right clicking to make them disappear...nothing works...

    Just got rid of them... I closed Quicktime and was asked to delete. So I deleted them. Problem solved.

  • How can I put part od the iTunes music library of iTunes music on an external drive in order to free up disk space?

    How can I put part od the iTunes music library of iTunes music on an external drive in order to free up disk space?

    see this
    http://support.apple.com/kb/HT4527
    http://support.apple.com/kb/HT1364
    Peace, Clyde

  • How do I put timecode on the storyline.  In FCP 7 there was a time code reader that read the actual TC on the source material.  There isn't one in FCP 10.1...Any recommendations???

    How do I put timecode on the storyline.  In FCP 7 there was a time code reader that read the actual TC on the source material.  There isn't one in FCP 10.1...Any recommendations???

    TC has not been lost...skimmer shows source TC.
    Nanoflash external recorder via SDI on a Sony PMW-EX3.
    Ok so Compressor will show source TC on an individual clip, good I didn't know this and it will be helpful.
    My scenario.  I build a timeline with a whole days shooting involving many different clips and build a Sequence from that-editing out the off camera questions/mistakes etc.  In the past I would export with source TC with a Timecode Reader filter applied.  Now, it is a TC Generator filter that is available that starts from 00:00.
    1. Possible solution, forget the source TC since I have a timeline built with (counter) TC on it and send that to client or get Apple to add it in the future.
    2. Apply TC Generator on a clip by clip basis and manually change the TC to match source material.  Probably too, much effort though.
    Chris

  • How do you put videos on the ipod?

    sorry i just got my ipod and the manual dont really help. How do you put videos on the ipod?

    Go to the ITunes web site and download the free copy if Saturday Night Live or Battle Star gallactica at the top. Let the images refresh they will come up. Or download this test file "First One at top":
    http://docs.info.apple.com/article.html?artnum=75424

Maybe you are looking for

  • Crystal Report Server XI Report recurring instances do not work. Logs?

    I have scheduled a report to be run every morning, and each instance return status is "success". However, I encountered the following problem when I try to view instances of the report: There is a long time period of waiting (seems to be waiting for

  • InDesign asking for serial number

    Can't get InDesign CC to work.  The one year cc subscription has been activated.  I have been trying to get it to work since the 15th.  talked to tech support last night for 90 min.  Went through al the steps and no luck.  They were escalating the is

  • SAP-PM nd Meridium

    Hi All, plz give some inputs on SAP-PM nd Meridium integration .... for wht purpose meridium is used for and its advantages .... regrds pushpa

  • How do I delete recently closed windows from the history tab

    when closing the browser, even after private viewing, the site shows in the recently closed windows section of the history button on the toolbar. how can I delete this section. I have options set in the tool section but still doesn't work. helppppppp

  • How to remove authentication to access Agile PLM object's attachment link

    In Agile PLM web client, create part and add attachment. Now select the attachment row, click More and select 'Get Shortcut' option. Paste this link in browser. It will ask for authentication and once you give the details it will open the file. The l