I have created 3 partitions on a hard drive.
I've tried renaming the partition with a dot in front, however it seems that the OS doesn't allow that.
How to make one of the 3 partitions hidden to the user?
|
I have created 3 partitions on a hard drive. I've tried renaming the partition with a dot in front, however it seems that the OS doesn't allow that. How to make one of the 3 partitions hidden to the user? |
|||||
|
|
My previous answer is preserved below. You can use the
And to unhide:
These commands should take effect immediately. You need to have the Apple Developer Command Line Tools installed. You can either get them from inside of Xcode (in Preferences under Downloads) or you can download them from Apple's Developer website (free registration required). After it's installed you'll have the
This needs to be executed as If it's an internal disk then I believe that it will auto-mount at boot, but I don't know for certain. To make it visible again just run the same thing, but with a small
Again, you'll need to remount it. |
|||||
|