Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hello friends...
Please tell me how to hide partition on external hard disk?
I have partitioned my external hard disk into 2 and I want to hide and unhide one partition as and when required. I want to store important and personal data in hidden partition. The hidden partition should not appear in any machine.
Posted

This is solvable.

There is a HIDDEN flag for the partition which you can modify with most 3rd-party partition managers. Good partition managers are typically written for Linux (loadable from external disk) but can work with most file systems. You can Google to find an appropriate tool.

Some free tool is discussed here: http://answers.yahoo.com/question/index?qid=20081110072607AAwAIlh[^].

Also look at this one:
http://www.partition-tool.com/[^].

—SA
 
Share this answer
 
v3
I can see a few ways; the first one strictly answers your question, but I think the second one (maybe in combination with 1) is a better solution:

1) you can mark the partition as hidden. Some operating systems see through this, but Windows will treat it as not existing. If your friends are tech savy / looking for your files, they'll still be able to find them if they try hard enough, but most users won't even know the hidden partition is there.

Partition management software will often do this for you; Paragon's hard disk / partition management software is pretty good, and they often give away old / SE versions on cover disks that will do what you want.

You can also do it with XOSL, which is a free multi-boot manager; if you don't want multi-booting this may be more complex than you need. It's open source and no longer being developed, but is pretty good, and has decent informal support through the Yahoo group; links:
Info and files: http://www.ranish.com/part/xosl.htm
Info and files: http://www2.arnes.si/~fkomar/xosl.org/
Description and comparison: http://en.wikipedia.org/wiki/XOSL
Informal support: http://tech.groups.yahoo.com/group/xosl/

2) you can use encryption software; TrueCrypt is free and popular. It also has advanced features that enable you to even hide the fact that you've hidden anything. This is probably the best solution; and if you don't want people to know you're hiding anything, or even using TrueCrypt, you could combine it with approach 1 above.
http://www.truecrypt.org/

3) depending on the level of hiding you need, you could put your files in a password protected Zip file (or similar). This is generally easier as you may be more familiar with the software (although I have to say TrueCrypt is pretty usable, so if you don't mind learning something new, it's not actually hard), but is less secure e.g. easier to crack, file list can sometimes be seen, may leave files in temp folders etc

If you want more detail, especially XOSL, let me know.
 
Share this answer
 
Comments
fjdiewornncalwe 20-Sep-11 15:09pm    
Please credit your source next time. Don't just copy and paste someone else's answer and paste it as though it were your own.
http://answers.yahoo.com/question/index?qid=20081110072607AAwAIlh
Well, if you want to hide it really good from windows machines, make the "hidden" partition one of the linux types (ext2, ext3, or ext4). You should be able to browse it by mounting using available software. I'd test it first to make sure the mounting/unmounting works well with Win7.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900