Finder closes after having deleted files or folders

OSX 10.8.2
Finder 10.8.1
A Finder window closes after having deleted eg all files in a subfolder or after having deleted a subfolder. It's only since a couple of weeks that Finder shows this behavior... This behavior is very odd and causes me to open each time again a finder window when doing clean up ...
Any clue?

I usually find thing sort of thing happens when you have mobile home directories set up but then log into those accounts as network user accounts.
Another thing I would check is that file/folder permissions match between the mobile home account and the server version of the account… both should be owned and writable by the account holder. If a user can't write and overwrite files across the board things will also constantly get kicked back as you describe.
My guess is that you didn't set the accounts up correctly in the first place by cutting corners by copying/duplicating between them.

Similar Messages

  • My Macbook Air can delete files and folders and take them to Trash Can but cannot delete from Trash Can . Cannot empty trash securely.

    My Macbook Air can delete files and folders and take them to Trash Can but cannot delete from Trash Can . Cannot empty trash securely.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • I am having trouble deleting files and folders after creating in the same .VI

    I have a larger .VI that runs an automated balancing routine for a large rotating mass.  The test needs to create some folders and files so that as the rest is run multiple times, there is a way to track how units did under test and when they were tested.
    The attached .VI is only the portion of the code that creates the files and folders, waits for user input, and then deletes them if the test is cancelled before data is collected.  There are other elements, but they are irrelevant given that I can't even get the stripped down code to work.  I have checked the permissions on the deepest file (within both folders) and I am unable to get 777(oct) permissions on this file which could be the only problem I have.  Does anyone have any suggestions?
    Attachments:
    test1.vi ‏47 KB

    Here are a couple of things:
    Frame 0: the pane properties are saved with the file, so once they are set you never need to set them again. Delete the property node and associated constants.
    Frame 1:
    Shouldn't "Serial#" be a control (and an integer)? You do a complex song and dance to add leading zeroes. Simply format your serial number with format "%04d"
    Shouldn't "Operator" be a control?
    Frame 2: That loop needs a small wait statement. Since STOP is always true when the loop ends, the later case structure seems unneeded.
    Frame 3:
    the STOP function seems unneeded. the VI will stop anyway since there is no code left.
    never use default tunnels for references.
    All your error outputs are "disconnected" and write to the same indicator. Mist likely you'll loose intermediary errors.
    Overall, you should use a state machine architecture instead of sequences. It will be much more flexible and will take even less diagram space. The indicators can be outside the state case, so all states can write to them. No locals needed.
    LabVIEW Champion . Do more with less code and in less time .

  • JSP page do not close after loading a file

    Hello, i am having a bit of a problem. i have the following code that help me load reports (pdf and xls) from my server in the user browser.
    What i do in my code : jsp Page 1(generationInProgress) i create one of these reports (xml with blob) --> jsp page 2(viewReport) i load the file into the page.
    My problem is pdf just go directly in the user brower but xls file(this file look like it is my page viewReport but in excel format) need to be downloaded into the user pc (work fine) but the first page (generationInProgress) stay visible.
    This is in viewReport:
    public void openFile()
    System.out.println("openFIle");
    //retrieve the report information
    String fileName = sessionBean.getReportName();
    //load the files
    File reportFile = new File(mainPathL2, fileName + "." + sessionBean.getReportFormat());
    File xslFile = new File(mainPathL2, fileName + ".xsl");
    //download file
    try
    if(reportFile == null)
    System.out.println("report file is null");
    else
    System.out.println(reportFile.length());
    //send the pdf file to screen
    HttpServletResponse response = (HttpServletResponse)facesContext.getExternalContext().getResponse();
    if(sessionBean.getReportFormat().equals("xls"))
    response.setContentType("application/vnd.ms-excel");
    else
    response.setContentType("application/pdf");
    if(reportFile.length() != 4096){
    FileInputStream fis = new FileInputStream(reportFile);
    ServletOutputStream out = response.getOutputStream();
    byte[] outputByte = new byte[(int)reportFile.length()];
    while(fis.read(outputByte) != -1)
    out.write(outputByte);
    fis.close();
    out.flush();
    out.close();
    } catch (IOException e)
    // Do your error handling thing.
    System.err.println("Download file failed: " + e.getMessage());
    e.printStackTrace();
    //delete files
    reportFile.delete();
    xslFile.delete();
    facesContext.responseComplete();
    } //end openFile() method
    Anyone can offer some help ?

    no on ever had that problem ?

  • Problem with Read-only user being able to add and delete files and folders.

    The setup:
    Computer #1
    iMac (intel) running 10.5.5
    File sharing ON
    Sharing folder on external USB drive called 'iTunes' (but not the drive volume itself)
    Users:
    - Everyone = Read Only
    - Admin(me) = Read/write
    - UserA = Read Only (with account PW and username identical to local login for computer below)
    Computer #2
    UserA's iBook G4 running 10.4.11
    When I go to finder>network>iMac>connect it prompts me to login which I do and then select 'iTunes' folder which is visible and mounts successfully. I can see all files, access them all. Life seems great. Then I discover that I can also modify and delete files from the iBook, and create and delete directories.
    I'm new to networking and although I've setup and managed minimal networking tasks on PCs before, this is my first foray into the Mac networking world. Please help.
    What am I doing wrong? What haven't I set?
    Thanks in advance.

    Sorry, I should have clarified this in the first email.
    When I login from the iBook, I am logging in under a read-only user (not as myself, who is admin on the iMac). The user on the iBook has only been given read-only permissions on the iMac yet is able to add and delete files.
    This read-only login/PW however, is the admin account on the iBook, but that shouldn't allow this person to write on the iMac so far as I understand things...right?

  • Why isn't Hard Disk space becoming available after I delete files?

    My wife filled up her MacBook's hard disk to the point where she only had 300 or so MB of storage space left. I transferred about 32GB of movies and photos onto an external disk and deleted the files off of the MacBook. Those files are no longer on the MacBook and they are on the hard disk. However, there is only about 14GB of free space on her MacBook now. What happened to the other 18GB of space that should have become free? Is there something else I need to do to free up this space? I made sure to empty the trash after moving the files into the trash.
    Computer information:
    OS: OS X 10.8.2 Mountain Lion
    Processor: 2.26 GHz Intel Core 2 Duo
    Memory: 8GB 1067MHz DDR3
    Graphics: Nvidia GeForce 9400M 256MB
    Model: MacBook, 13-inch, Late 2009
    Model Identifier: MacBook6,1
    Hard Drive: Toshiba MK2555GSXF with 250.06GB Capacity

    You might try OmniDiskSweeper to get a better idea about what's eating up the space. I wold also reset the pram
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Find oldlocation after moving tempdb file

    HI Friends,
    How to check when tempdb files are moved to another location.
    It looks like someone moved tempdb files,but how to check the old location for tempdb.
    Thanks
    Shashikala
    Shashikala

    How to check when tempdb files are moved to another location.
    It looks like someone moved tempdb files,but how to check the old location for tempdb.
    What you want to check original location of tempdb files or when was it moved ? Like Praveen said after moving tempdb files a restart is required of SQL Server service.
    If you are using SQL Server 2008 r2 and above you can use below query to find out server restart time
    select servicename,last_startup_time from sys.dm_server_services
    If you are using SQL Server 2008 and above, use below query
    select sqlserver_start_time from sys.dm_os_sys_info
    Make sure you have view server state permission to run the DMV's
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • WD External HD won't mount after moving/deleting files in 10.9

    Hi, Apple Expert Universe.
    Preface first with my setup:
    15" MacBook Pro w/Retina Display, 2.3 GHz i7, 16GB RAM, 256GB SSD, OS X Mavericks
    Western Digital External Hard Drive, 1TB, USB 2.0
    (WD applications removed per WD's suggestion after upgrading to OS X 10.9)
    Today I was organizing my files on my external hard drive and computer to free up space and eliminate duplicates.  I ran countless files through the application Gemini and moved and deleted hundreds of GB of data over the course of a couple hours.
    At one point, I emptied the trash.  I had had difficulty doing this at first because of some permission issues between users, so I went to Finder and did a CTRL + Click on "Empty Trash" to bypass these issues.  This may or may not be relevant to my problem.
    Now, my WD HD will not mount on my computer.  I plug it in (have tried both USB ports) and all that shows is the "WD SmartWare" which always shows up alongside the HD itself under "Devices."
    In Disk Utility, my named disk is greyed out under the main HD heading.  (So where it tells me about the formatting of the disk and calls it what I've named it, it's greyed out, but it clearly sees the hard drive attached.) I tried to Repair the disk but it stops after a while and tells me that I need to back up my data, reformat the disk, and restore the backed-up files.
    I don't know what to do next.  I have looked in several other forums here and elsewhere in Mac-related sites but haven't found anything that exactly matches my problem.  If you know what to do, or have suggestions that won't risk losing data, or know of another string or forum where this has been successfully resolved, I would greatly appreciate the assistance.  I'm an advanced user, but I am also a dummy who put the only copy of my 100 GB photo library and many other things I would like to keep on this drive.  Needless to say, I'm a little stressed out right now.
    One last point: I don't have enough space to put my things on my computer's hard drive, but if I have to I'll go buy a new hard drive.  I was planning on doing that anyways because using UBS 2.0 on a MBP Retina Display kind of defeats the point.  Buying a new external hard drive with Thunderbolt is definitely in my future.
    Thanks very much,
    Christie

    Sharlo wrote:
    Hi V.K.,
    Thanks for your response, can you provide some more details?
    OS X has very limited support for NTFS. you need to repair the drive from windows.
    How do I do that? I mean the disk works normally in Win XP and it worked normally in the previous OS X version. Btw. I've also installed NTFS-3D which allowed to write on the disk and search from spotlight (of course when it was mounted).
    run chkdsk in windows and see if it finds any errors.
    http://support.microsoft.com/kb/315265
    it can also be that the problem is caused by ntfs-3g which is known to have a number of bugs. you can try uninstalling it or plugging in the drive in a mac without ntfs-3g installed.
    there is no "issue" to solve.
    Well if it worked in 10.5.6 and it works in Win XP and it doesn't work in 10.5.7 I am tempted to say 10.5.7 has an issue.
    the fact that you have a problem with one drive on your particular system doesn't mean there is a problem with os x in general. an issue is when all or at least many people have a problem, not one.
    furthermore, NTFS is a proprietary file system of Microsoft with closely guarded secrets about its inner workings which is why it has very limited support on other types of operating systems. apple is under no obligation to provide ANY support for something like that. programs like NTFS-3g are essentially unauthorized hacks.

  • Finder requires password to delete files, Trash does not show deleted files. Please help me resolve.

    Deleting folders/files causes the password pop up interface to appear, does not seem to matter where the file/folder is. After deleting, it should appear in the trash, but does not. Moving files is not affected, with the exception of moving files into Trash. This did not happen in the morning.
    Accessing ~/.Trash gives following message "The folder “.Trash” can’t be opened because you don’t have permission to see its contents." .Trash is hidden, and i can't view its permission from the Get info page.
    I am the owner of the laptop, i don't understand why this is happening. The other thread with similar problems involved a software upgrade and had problems with moving files also, whereas my MBP was okay this morning, i didn't do anything else from then till now.
    i did a ls -al ~ on the terminal, relevant lines as follows
    drwx------
    10 root  staff  
    340 Jan 18 02:09 .Trash
    compared to desktop, which i had no problems (yet, not sure)
    drwx------+
    30 Mac   staff 
    1020 Jan 18 02:08 Desktop
    i don't understand the notation, reading up about them does not clarify any more then to confuse me further.
    My user is "Mac", ~/ goes to folder "Mac"
    Please help, I have tried booting from save mode, and it is the same.

    Visit The XLab FAQs and read the FAQ on solving Trash issues. You can also try using Trash It! 5.1 to fix the problem. Or you can try this:
    Open the Terminal in the Utilities folder and paste the following at the prompt:
        sudo rm -Rf ~/.Trash
    Press RETURN. Enter your admin password when prompted. It will not echo to the screen. Press RETURN again.
    (Should anyone tell you this is dangerous or unnecessary, please ignore the comment.)

  • Little help please regarding deleting files and folders...

    My wife has a MBP and has accumulated some old items in her documents folder that she'd like to delete. She has a USB mouse but the "right click" doesn't appear to work. She's running 10.4.11 and can't reveal the files in icon mode to facilitate dragging to trash. Certainly there is a sequence of keystroke commands that will allow these files to be effectively trashed, but our "control/delete", or "apple/delete", or "option/delete" doesn't do the trick after highlighting the subject file. Help please! TIA!

    To delete a file or folder, high light it then using the keyboard type Command Delete and that will delete it. If you have multiple files and/or folders the same keyboard commands apply.
    Regards,
    Roger

  • RoboHelp 8 crashes on project close after modifying htt files outside RoboHelp

    Recently I have made some changes to the .htt (master page/template) files that are used with our RoboHelp projects. It was easier to make those changes outside of RoboHelp, so I made them in a simple text editor program, making sure that RoboHelp was not open at the time. I did this for multiple projects.
    Since then, RoboHelp hangs up every time you close any of these help projects or if you attempt to close RoboHelp itself with the projects open.
    Things to know:
    -I am using 8.0.2, so it has the latest updates.
    -I am using Windows 7, 32-bit.
    -I can find no code errors in the htt files themselves. (I had RoboHelp problems in one project a long time ago when I accidentally omitted a "?" in the RoboHelp header tag. Nothing like that is going on here.)
    -I have tried renaming the CPD so that RoboHelp creates a new one. This does not solve the problem.
    -I have tried opening the master page file in RoboHelp and then closing it. RoboHelp opens the file with no problems and does not seem to make any changes.
    I have searched the forums and have found many references to RoboHelp crashes in Windows 7, but none seem to have the same cause as mine.
    Has anyone else had this problem?
    Thanks,
    Tammy

    OK, now I know what causes it, but I'm not sure what to do about it yet. I'm working on it.
    We have a new "@import" line in our style sheet (turns out it wasn't my htt modifications at all!!) that RoboHelp apparently doesn't like. We did this because I couldn't get RoboHelp 8 to let me asisgn multiple style sheets to topics, so I had to put an import line in one to pull in the other.
    Since I did this, I have logged a feature request asking that RoboHelp allow multiple style sheet links in topics. Adobe has replied that this is possible in RoboHelp 8, but the forums had previously said it was not, and I was seeing my second link deleted, so I'll have to revisit this to see if I can get it to work one more time. If not, we'll have to live with the crash. Hope RoboHelp becomes more flexible with these things in the future!

  • How to delete files, leave folders?

    I have a folder in my documents folder that I would like to clean up. It contains many folders and sub-folders (directories and sub-directories) in a many layers deep arrangement. I would like to delete only the files while preserving the folders and sub-folders (makes backing up and synchronising a LOT easier).
    I am not using Time machine.
    Help appreciated.
    (If it is easier to just delete the main folder and then copy back just the folders from the back-up drive, please help me figure out how.)

    Terminal session
    find /path/to/starting/directory ! -type d -exec rm -f {} \;
    As has been mentioned before, this is a dangerous operation, so MAKE SURE you have the starting directory correct.
    Best to test first using
    find /path/to/starting/directory ! -type d -ls
    Then use the remove file version.

  • Time Capsule hangs in initial backup after having deleted all data.

    Hi,
    I'm having a big problem trying to set up my time capsule after deleting all data on it again.
    In the beginning the problem was that I have used the time capsule as a file server and a backup volume. I guess it was the main problem was that the disk was full and time machine had no more place to backup any longer.
    So I always got an error that the time machine had a problem to backup.
    I decided to delete all data on time capsule and start from the beginning.
    After deleting all data and trying to start from zero, Time Machine is trying to initiate the backup.
    But nothing more happens. It seems to hang up while initiating. I tried to delete the disc several times but the problem is still occuring.
    Maybe you had the same difficulties and found a solution?
    Thanks a lot for your help!
    Carsten.
    Macbook Pro Core 2 Duo 2,2 GHz Mac OS X (10.5.4) 4 GB Ram

    same here although I get to "finishing Backup" and then mine hangs and it can be hard to shut down. I discovered the only way I could get it to stop once was to launch Disk Utility and eject the sparsebundle listed there. I have no backups at all.I will call Apple on Monday and see if they have anything floating around there that might fix us. I will report back-If you make any progress please let us know here! We will get this thing working I am sure of it!

  • Hard Drive Filling Up On It's Own, Even After I Delete Files

    Okay so I have a macbook pro version 10.6.8. and I don't really know much about computers, so if you can help me and take it slow that would be greatly appreciated! I don't know anything about logs, but by reading some of the other questions, it seems like there might be a problem with those? My computer was running fine until the other day I deleted about 2,000 images (I'm a photographer) off of my computer and on to an external hard drive . When I deleted them, my storage suddenly went from about 186 GB to 15 GB and ever since I have been getting a message saying that my start up disk is full or almost full. I deleted about 6 GB of songs from my itunes this morning (and emptied the trash can) and it said I had about 8 GB free and then an hour later I was back to about 300 MB. I don't want to keep deleting things if it is just going to keep filling back up but I'm not really sure what to do. The computer as a whole has also been running really slow but I just assumed that was because I had so much stored on the drive? Please help!Thanks in advance!
    UPDATE: I went through finder trying to find any big files and one of my email accounts was taking up 231 GB of recovered mail. I deleted all of them and so far so good, but how do I stop this from happening again? It seems to be saving the exact same email once about every five minutes and it had been for months.

    Try using GrandPerspective to see what's taking up all the space.
    Also, make sure everything you don't need is turned off under Sharing; it's possible that you left file sharing on without a password and someone is taking advantage of that.
    If you have a MobileMe account, do you have iDisk Syncing turned on? Or something similar if you have Dropbox or another similar service?

  • Finder freezes after dragging a file to the desktop

    I am finding the if I try to drag a file to the desktop, it seems to move the icon there, but then freezes up... you can't do anything with finder at all..? I go up to "Force Quit" and select to "Relaunch" Finder, and it resumes normal operation... My work around is to copy and paste things onto the desktop, them trash the original file... a poor solution, but I'm getting by.. any ideas??  Dave

    I appreciate the update DJ.
    Next I would verify and repair the startup disk using the Disk Utility. This resource should help you do that, named:
    Repair a disk - Disk Utility Help
    Print this help page so you can refer to it later. (You don’t have access to Disk Utility Help when you restart your computer in the next step.)
    In the Disk Utility Help window, click the Share button , then choose Print.
    Choose Apple menu > Restart. Once your Mac restarts and you hear the startup chime, hold down the Command (⌘) and R keys.
    When the Apple logo appears, you can release the keys.
    Click Disk Utility, then click Continue.
    In the sidebar, select the disk or partition you want to repair.
    Click First Aid.
    If Disk Utility tells you the disk is about to fail, back up your data and replace the disk. You can’t repair it.
    Click Repair Disk.
    If Disk Utility reports that the disk appears to be OK or has been repaired, you’re done. Otherwise, you may need to do one of the following.
    If Disk Utility reports “overlapped extent allocation” errors, two or more files occupy the same space on your disk, and at least one of them is likely to be corrupted. You need to check each file in the list of affected files. Most of the files in the list have aliases in a DamagedFiles folder at the top level of your disk.
    If you can replace a file or re-create it, delete it.
    If it contains information you need, open it and examine its data to make sure it hasn’t been corrupted.
    If Disk Utility can’t repair your disk or it reports “The underlying task reported failure,” try to repair the disk or partition again. If that doesn’t work, back up as much of your data as possible, reformat the disk, reinstall OS X, then restore your backed-up data.
    If the issue is not resolved, I would next re-install Yosemite. This will not compromise your data:
    Reinstall OS X - Mac Help

Maybe you are looking for

  • Why this statement doesn't work?

    I have two table job and job_status,I use Page Process try to insert records to job_status, but the select query doesn't work, it display all the job in job table didn't filtered out the job matching the query, do someone know why? Any suggestion wil

  • Custom Sort

    I have a wierd problem that has been causing me quite a few headaches and i think if there is a way to do a custom order by, it might get rid of this annoynce. I have an existing script that is five scripts unioned together. When i run the script on

  • My iPad 2 ha a blue screen, how can it be fixed?

    My iPad 2 has a blue screen, how an it be fixed?

  • Why is my macbook slow to sleep

    I have a unibody white 2008 macbook, 10.7.5 and it always went right to sleep if i manually clicked it from the menu, now it takes about a minite to do so. My wife has a year older model, and it still instantly goes to sleep. I checked the printer qu

  • Dashboard Designer NW Connection + BI Launchpad(BO 4.0)

    Hi all! Is it possible publish swf file (NW connection) to new BI Launchpad ? Thanks!