How to separate files in trash?
July 26, 2007 2:15 AM
Subscribe
Any way to separate files in the trash on Mac OS X depending on what drive they're on?
I've erraniously put a large number of files from a removable media in the trash on my Mac OS X-machine. Now the files are mixed with files from the harddisk. Is there any way to separate the removable-media-files from the stationary disk-files? Can I see the filepath in any way?
Thanks!
(Yes, I could unmount the media, empty trash, put media back in and see the files in thrash - but my problem is that I might have trashed duplicates, which now are renamed.)
posted by Rabarberofficer to computers & internet (9 comments total)
1 user marked this as a favorite
So to get it out you just have to navigate to that particular trash folder. But i think you run into another problem where you won't have permissions to view or open the .Trashes folder in the Finder. In which case i think the easiest way is to just log in as the root account, go to Go -> Go to Folder, and type in:/Volumes/NameOfDisk/.Trashes
If you dont have root account enabled the other way is to login to an account with administrator privs then use Terminal to grant yourself permissions to modify the .Trashes folder. In Terminal paste in:
sudo chmod -R 777 /Volumes/'NameOfDisk'/.Trashes
(you need the quote marks in there if there are spaces or funky characters)
Then you type in your password. Now you can select Go->Go to Folder, type in /Volumes/NameOfDisk/.Trashes, browse around and move your stuff out of there.
Disclaimer: I've never done this. I'm on a PC right now. I'm not sure if granting full permissions of a volume's trashes folder will cause the OS X to freak out later. I wouldn't think so, but hey it's just a trash folder. You can always delete it and it'll get recreated.
posted by sammich at 2:49 AM on July 26, 2007