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
Feb 16, 2013
624
40
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?
 

ElectricSheep

macrumors 6502
Feb 18, 2004
498
4
Wilmington, DE
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
 

davidlv

macrumors 68020
Apr 5, 2009
2,291
874
Kyoto, Japan
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
 

comics addict

macrumors 6502a
Original poster
Feb 16, 2013
624
40
Thanks so much for clarifying this. No wonder when I went to delete it I trashed my internal volume :p I'll go ahead and use the terminal command and hide it.
 

wrldwzrd89

macrumors G5
Jun 6, 2003
12,110
77
Solon, OH
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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.