Hide a partition in your system that have both Linux and Windows OS

. Saturday, November 3, 2007
  • Agregar a Technorati
  • Agregar a Del.icio.us
  • Agregar a DiggIt!
  • Agregar a Yahoo!
  • Agregar a Google
  • Agregar a Meneame
  • Agregar a Furl
  • Agregar a Reddit
  • Agregar a Magnolia
  • Agregar a Blinklist
  • Agregar a Blogmarks

Do you want to Hide a partition in your system that have both Linux and Windows OS

Easy way to Hide a Linux or windows partition with GRUB


add these lines to your "/boot/grub/grub.conf"


title WINDOWS
hide(hd0,5) ##Hiding Partition No: 6
rootnoverify (hd0,0)
chainloader +1
make active



To Unhide:
1) Delete The line hide(hd0,)
2) Use the command unhide(hd0,)

0 comments: