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

comics addict

macrumors 6502a
Original poster
Can someone be so kind as to explain to me what is this that appears under my Main Volume system folders after I recently did a migration assistant from a clean install of OS X & using my TM backup drive as the source?

https://www.dropbox.com/s/7s4eac1y8dfr0wt/Captura%20de%20pantalla%202013-10-05%2021.02.02.png

Is the one called mach_kernel. 🙁 Tried to delete it and what happened was that I had to reinstall the OS and migrate my files back again. What gives?
 
mach_kernel is the kernel of Mac OS X. It is the core of the operating system. It is always present at the root level of every volume that has Mac OS X installed, but should normally be hidden. It is possible that during migration, some flags were not set correctly and mach_kernel became visible.

You can hide it again by using a terminal command:

Code:
sudo SetFile -a V /mach_kernel
 
mach_kernel is the kernel of Mac OS X. It is the core of the operating system. It is always present at the root level of every volume that has Mac OS X installed, but should normally be hidden. It is possible that during migration, some flags were not set correctly and mach_kernel became visible.

You can hide it again by using a terminal command:

Code:
sudo SetFile -a V /mach_kernel

or this:
sudo chflags hidden /mach_kernel
 
Thanks so much for clarifying this. No wonder when I went to delete it I trashed my internal volume 😛 I'll go ahead and use the terminal command and hide it.
 
I saw that myself. I do not know why it happened, but the terminal command described above made it go away as it's supposed to.
 
I saw that myself. I do not know why it happened, but the terminal command described above made it go away as it's supposed to.

The recent 10.8.5 supplemental update unhid mach_kernel is how this happened. Total screw up by Apple.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.