I was trying to solve an issue with memory disappearing to 0kb, and after reading some post here I have :
delete some files from cache folder(library)straight to rubbish bin
An deleted some core files applying this in the terminal:
cd /cores; sudo find . -mtime +30 -type f -delete
I've stopped bot process as something was not right (some items where changing the logo as programs for example) MyMac has restarted to the folder with interrogation. I ve tried to find solution but nothing. Neither command+r neither alt key where working. alt(option) just show a mouse in the screen.
If there is something I can do ? Still don’t understand why it happened as I understand here it was safe to do it. Is there a solution not loosing the info?
cd
command fails, it will go ahead and delete files wherever you are instead of inside the /cores directory. It's possible the second command deleted a bunch of files somewhere else, and depending on where that was it may have done a lot of damage. Do you have a backup of your Mac? How important was the data on it? – Gordon Davisson Jan 04 '20 at 05:17“You need to either insert a Mac OS installer DVD in the optical drive, or a Mac OS installer USB drive in a USB port. You then need to boot from the installer by holding the option key while starting the computer up, then clicking the installer in the list of available devices”
– J. Who Jan 05 '20 at 00:44