InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 06-05-2012, 07:56 PM
todesto's Avatar
todesto todesto is offline
 
Join Date: Aug 2011
Location: Irvine
Posts: 66
What is the trick to hide partition? Hide Partition doesn't work....

Hi, all
Using Hide Partition in Chameleon but it doesn't seem to work.

What I want to hide is Mac OS X backup (disk3s1), data (disk3s3) and LION on SSD (disk1s2), so I enter

<key>Hide Partition</key>
<string>"Mac Data" "Mac OS X backup" "LION on SSD" "data"</string>
but only Mac Data doesn't show and others still show. I also tried using hd(3,1) hd(3,3)...etc but not successful.

How can I hide all?

Thanks in advance.
Attached Images
File Type: jpg Screen Shot 2012-06-05 at 11.52.32 AM.jpg (26.7 KB, 3 views)



Moved to INTEL
i5-2500K / GA-Z77-DS3H / HD5770
OS X 10.7.4 all working!
Win 7 ultimate running on Parallel
Reply With Quote
  #2  
Old 06-05-2012, 08:56 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
Not sure if that helps you, but why not create /etc/fstab with those partitions listed to not get mounted?

AMD FX 4100
MSI 760GM-P23
Radeon HD6570
OS X Lion Retail 10.7.5
Lion Kernel Project
Reply With Quote
  #3  
Old 06-05-2012, 09:09 PM
todesto's Avatar
todesto todesto is offline
 
Join Date: Aug 2011
Location: Irvine
Posts: 66
how do you do that?



Moved to INTEL
i5-2500K / GA-Z77-DS3H / HD5770
OS X 10.7.4 all working!
Win 7 ultimate running on Parallel
Reply With Quote
  #4  
Old 06-05-2012, 09:22 PM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
As an example:
Code:
UUID=**************-****-***-********* none hfs rw,noauto 0 0
get the uuid from disk utility...

AMD FX 4100
MSI 760GM-P23
Radeon HD6570
OS X Lion Retail 10.7.5
Lion Kernel Project
Reply With Quote
  #5  
Old 06-06-2012, 03:56 AM
todesto's Avatar
todesto todesto is offline
 
Join Date: Aug 2011
Location: Irvine
Posts: 66
Thanks for your help.

I know how to get UUID, but how do you edit fstb?



Moved to INTEL
i5-2500K / GA-Z77-DS3H / HD5770
OS X 10.7.4 all working!
Win 7 ultimate running on Parallel
Reply With Quote
  #6  
Old 06-06-2012, 09:43 AM
R:A:W:X86's Avatar
R:A:W:X86 R:A:W:X86 is offline
 
Join Date: Mar 2012
Location: Germany
Posts: 95
most likely you'll still need to create that file.
you can do using
Code:
sudo vi /etc/fstab
or using any other editor of your choice.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


AMD FX 4100
MSI 760GM-P23
Radeon HD6570
OS X Lion Retail 10.7.5
Lion Kernel Project
Reply With Quote