|
|
#1 |
|
Folder greyed out, cannot access
Hi, I need some help. I was copying some data to my server and there was a network failure. The half copied folder is now grey in the finder and i cannot open it or see the contents. It has files inside, i can browse them at the command line, i can even move the folder between volumes but i cant un-grey it and i cant drill down into it.
I cannot find an answer to this on google so if someone can tell me how to fix it please that would be great. naryn |
|
|
|
0
|
|
|
#2 |
|
This may sound like a "duh" question, but have you reconnected to the network?
__________________
13.3" MacBook Pro/i5 2.3GHz/4GB RAM/320GB HD/Super Drive/OS X 10.6.8 17" iMac/G4 1GHz/768MB RAM/80GB HD/Super Drive/OS X 10.4.11 |
|
|
|
0
|
|
|
#3 |
|
im having the exact same problem. was copying files to a media server and got disconnected from the network halfway through. for my flatmates who all use windows it works like normal: they can see the folder and its contents. but for me the folder is greyed out and i cant access it.
really really annoying, and i have no idea what causes it or how to fix it. |
|
|
|
0
|
|
|
#4 | |
|
Quote:
Cheers
__________________
24" AL iMac 3.06Ghz 4GB Ram 1TB HD Radeon 4850; Mac Mini Server 2.5Ghz 4GB Ram 2 500GB HDs; 2 23" Monitors; 11" MB Air 1.4Ghz 64GB SSD 2GB Ram; iPad 2 16GB CDMA, Touch 4th gen 32GB; 4.5TB storage |
||
|
|
0
|
|
|
#5 |
|
From the terminal, rename your folder :
Code:
# mv MyFolder TempFolder Code:
# mkdir MyFolder # mv TempFolder/* MyFolder |
|
|
|
1
|
|
|
#6 |
|
|
1
|
|
|
#7 |
|
|
1
|
|
|
#8 |
|
Thanks
This tip has just saved me another 11 hours worth of copying after mine failed 90% of the way through!
Thank you!! |
|
|
|
0
|
|
|
#9 |
|
Duplicate Folder.
Hi there!
I solved the same problem this way: Right click on the greyed folder and select: Duplicate Folder. Wait until it's done, and that should be it! /Mandus |
|
|
|
0
|
|
|
#10 |
|
@mandus. Great tip, that worked a treat. So simple.
|
|
|
|
0
|
|
|
#11 | |
|
first off, i know that this has helped resolve the issue.
but, coming from a long-time unix admin, i would not recommend doing this especially if you have tons of files/folders/subfolders. if for some reason, the 'mv' gets cancelled or gets hung, you'll end up with two folders (or sub-folders) that have incomplete data. i'd recommend doing a straight copy or 'tar. it is better in preserving permissions, handling special characters and links. Code:
# cp -pR TempFolder/* MyFolder/ Code:
# (cd TempFolder; tar cf - . ) | ( cd MyFolder; tar xpf - ) ![]() Quote:
__________________
my pc died and i hardly noticed, go figure
|
||
|
|
0
|
|
|
#12 |
|
The reason for this symptom is often that the creation date of the folder is incorrectly set after such a failure resulting in the greyed out folder.
Set the folder creation date correctly using the SetFile terminal command and everything will be fine (no need to copy/duplicate/...) e.g: SetFile -d 02/02/2013 <folder_path> regards matthieu |
|
|
|
1
|
|
|
#13 | |
|
Quote:
|
||
|
|
0
|
|
|
#14 | |
|
change create or modify times
Quote:
(e.g. touch -m -t 1208171131 /Volumes/share/folder or "man touch" for more info) But this didn't help me. Copying/duplicating anyway you desire did work. This happened to me because a machine turned off in the middle of a file transfer. |
||
|
|
0
|
|
|
#15 |
|
another solution
i just spent a wile trying above methods with no success. maybe its the hangover, lol. Anyway i found this extremely simple solution: searching for a file name inside the grayed out folder returned .. the files location. So i rightclicked it to "open enclosing folder". Got all the files listed and moved it to a new folder.. problem solved
|
|
|
|
0
|
|
|
#16 |
|
copying bad hard drive
I had a bad hard drive from an iMac connecting using a hard drive dock. I was trying to backup some important files but I had to wait for the drive to cool off before coping any files off of it (putting it in a freezer helps). It would get about 75% through and stop responding. It left a grayed out folder that I wasn't able to access before it completely gave out.
I did what Mandus suggested and right clicked on the grayed out folder and selected duplicate. I was then able to access enough of the files to retrieve the users important documents. thanks |
|
|
|
0
|
|
|
#17 |
|
just found another solution
I was having the same trouble on Mountain Lion with a greyed out folder from a Finder crash while copying to an external drive, and I fixed it by creating an alias of the greyed folder. The alias allowed me to see all of the files inside, so I then just moved them to a new folder.
|
|
|
|
0
|
|
|
#18 | |
|
Thanks!!
Quote:
|
||
|
|
0
|
|
|
#19 |
|
...and the OP was never heard from again.
|
|
|
|
1
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| iTunes Match - Waiting + Greyed Out | NitrousFlare | iCloud and Apple Services | 6 | Mar 31, 2012 02:08 PM |
| Ipod Touch 3g - Wi-Fi & Bluetooth Greyed out - Need help downgrading OS | huntert93 | iPod touch | 11 | Dec 30, 2011 01:46 AM |
| Folder problem - renaming/accessing | Rory Bhoy | Mac Basics and Help | 1 | Jul 31, 2011 12:35 PM |
| Cannot access desktop folder | jdarty11 | Mac Basics and Help | 2 | Sep 22, 2008 01:03 PM |
| Mail.app: Gmail IMAP - Greyed out Gmail folder | ICEBreaker | Mac Applications and Mac App Store | 2 | Jan 4, 2008 07:19 AM |
All times are GMT -5. The time now is 07:22 PM.









Linear Mode

