Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nstrimble

macrumors newbie
Original poster
Mar 31, 2010
4
0
Portland, OR
I couldn't find any resolve from anyone on this topic in older forums, but I have the folder generated and backed up on my iMac and my backup drive, a DROBO. I managed to get rid of the lost+found items on the iMac, but the DROBO says "The operation can’t be completed because the item “dir_1558208” is in use." as well as the rest of the contents. Its on an archive drive and NOT being used!

Any ideas? I know what the l+f is, but don't need anything from it. It takes up about 100GB and really want to lose it!
 
Have you rebooted? Is your Drobo rebuilding?

If you want to see what may be using the folder try, in Terminal:

Code:
lsof | egrep (or grep) nameofitem
 
rebooted

Oh yes. The drive has been rebooted and new drives updated within the past week. This folder has been here awhile, but won't go away. Even attached to my other computer, it does the same thing, just won't go.
 
The parenthetical can be removed, you can use either grep or egrep. Change nameofitem to the name of the item in question, in this case the folder.

Code:
lsof | egrep dir_1558208
 
Arrgghh! It just gives me another line, no response

lsof | egrep (or grep) dir_1528562

Can booting up on a operation disk possibly help me trash this?
 
Remove the parenthetical (or grep) it was just a note that you could use grep instead of egrep.

Follow the command in the followup post.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.