|
|
|
|
#1 |
|
MVP
Join Date: Jan 2009
Posts: 1,667
|
2 Boot partitions: can I hide one?
I have a mac book pro, sometimes take into client/work scene. One client I do work for I have on one partition...a bootable partition...I want to make sure that nobody can peek or pry when I am booted into the other partition...client confidentiality, etc.
is there a way I can make the non-booted non visible/non viewable to any prying eyes while booted into the other one? thank you! a |
|
|
|
|
|
#2 |
|
Hall of Famer
Join Date: Dec 2007
Posts: 3,641
|
You can prevent partitions from mounting when connected (if external) or when booting (on the internal drive or if external and connected). But this isn't total security since the unmounted volume could always be mounted using something like Disk Utility. I have numerous drives with numerous volumes, so I do this for non-security reasons. Setup takes just a few minutes.
There are multiple ways you can mount this volume when you do want it. One, obviously, would be to go into Disk Utility and mount it there. There are (at least) two free utilities for mounting/unmounting volumes, Semulov and MountnuoM. If you'd prefer an AppleScript-based method because you already use a script launcher, that's easy, too. Simply use this script, replacing your volume name as necessary. Code:
set theDisk to "Volume Name"
do shell script "diskutil mount `diskutil list | awk '/ " & theDisk & " / {print $NF}'`"
|
|
|
|
|
|
#3 | |||||||||||||||||||||||
|
Hall of Famer
Join Date: Dec 2007
Posts: 3,641
|
I should add that if the volume to be hidden is a bootable volume with 10.7, you may want to consider the full-disk encryption option. With that enabled, someone can't mount the hidden volume without knowing the password. Personally, I think it's a good idea with any computer which has sensitive data and is exposed to any reasonable risk. Encryption seems to be one of those topics which divides people, so maybe others will explain why they don't feel comfortable using it. If you want to enable this, you'll need to boot from that volume, go to System Preferences > Security & Privacy, then use the FileVault tab to enable it. The process takes a little while, and that varies depending upon how much data is on the volume. My vague memory is that for me it took about 30-45 minutes for 40 GB or so. |
|||||||||||||||||||||||
|
|
|
|
|
#4 | |||||||||||||||||||||||
|
MVP
Join Date: Jan 2009
Posts: 1,667
|
NaOH..I wanted to re-visit this..just caught that you said "with 10.7." The volume I'd want hidden will have to be 10.5, because the software I'm using for that client won't work with anything higher. You're saying for your method to work, the volume I want to hide must be a 10.7 volume? thank you, a |
|||||||||||||||||||||||
|
|
|
|
|
#5 | |||||||||||||||||||||||
|
Hall of Famer
Join Date: Dec 2007
Posts: 3,641
|
You absolutely can use the disk-hiding method I described on a 10.5 system, but I don't believe a password will be necessary to mount that volume (perhaps I'm wrong about that last part since I'm not speaking from experience). 10.7 is only necessary for full-disk encryption (FileVault 2). Pre-Lion systems also have FileVault (v. 1), but it only encrypts the home folder. I never used FileVault 1 because it was reported to have some quirkiness, and that just didn't seem worthwhile to me since it wasn't even full-disk protection. |
|||||||||||||||||||||||
|
|
|
|
|
#6 |
|
Moderator
Join Date: Jun 2003
Location: Boulder, CO USA
Posts: 19,549
|
If you have a MacBook Pro model that has a Core i3, Core i5, or Core i7 processor, the whole-disk version of Filevault encryption in Lion shouldn't slow you down in any noticeable way.
Trevor
__________________
How to ask questions the smart way |
|
|
|
|
|
#7 |
|
MVP
Join Date: Jan 2009
Posts: 1,667
|
thank you for that meaty description of the procedure, NaOH.
trevor: mine is a 2010 13" MBPro, so core duo..would FileVault not work for my purpose on this machine? thank you! a |
|
|
|
|
|
#8 | |||||||||||||||||||||||
|
Hall of Famer
Join Date: Dec 2007
Posts: 3,641
|
Unless you've got the year listed incorrectly, that machine is at least a Core 2 Duo. You absolutely can use FileVault with that processor (or any Lion-capable Mac). Trevor's point is just that you may see slight speed hits on more intensive computing activities, things like booting, launching bulky applications (Creative Suite, for example), or doing processor-intensive activities like image and video work. There's probably a hit for simple things, too, but I doubt it's noticeable for the tasks that always go very quickly. I use FileVault with a significantly older computer than yours. Admittedly, I run off an SSD, so that helps a bit. But if there's a speed hit, it's not one I'm really noticing. And you can always disable FileVault if you find it's slowing you down too much. For my tastes, it would have to be a pretty significant hit for the tradeoff in lower security. |
|||||||||||||||||||||||
|
|
|
|
|
#9 |
|
Moderator
Join Date: Jun 2003
Location: Boulder, CO USA
Posts: 19,549
|
No, it will work, there's no question about that. But as you're using the Core 2 Duo processor, I would personally do some benchmarks to compare how long various things take you with and without an encrypted drive. The Core i3, i5, and i7 processors have additional AES encryption instructions built-in to the processor, and reportedly Lion's implementation of Filevault for whole-disk encryption use those AES instructions very well--benchmarks on those processors show only a tiny slow-down, not enough to worry about.
I've not seen benchmarks of Lion's FileVault done on a Core 2 Duo Mac, so it's currently not known (well, not known by me anyway) how much Lion's FileVault slows down the computer in that circumstance. Trevor
__________________
How to ask questions the smart way |
|
|
|
|
|
#10 |
|
Hall of Famer
Join Date: Dec 2007
Posts: 3,641
|
At least one site has done FileVault benchmarks. I'm no whiz at evaluating those reports, so I'll leave any commentary to those who know more.
|
|
|
|
|
|
#11 | |||||||||||||||||||||||
|
Moderator
Join Date: Jun 2003
Location: Boulder, CO USA
Posts: 19,549
|
Yes, thanks for the link. I'll just say, though, that XBench is a lousy benchmark program, I wouldn't trust it's numbers as meaning anything at all.
Using XBench (which means I don't value these results at all), it is reported that there is a performance hit on a Core 2 Duo machine:
Trevor
__________________
How to ask questions the smart way Last edited by trevor; 04-05-2012 at 05:55 PM. |
|||||||||||||||||||||||
|
|
|
|
|
#12 |
|
MVP
Join Date: Jan 2009
Posts: 1,667
|
Thank you, NaOH.
a |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|