Possible Duplicate:
Risk to native OS from Live CD?

when booted from linux live cd, all partitions of hard disk become accessible without any restriction. How to block this?

link|improve this question
feedback

migrated from stackoverflow.com Aug 9 '10 at 13:07

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by harrymc, random Aug 9 '10 at 13:57

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

2 Answers

You should encrypt your filesystem and protect with password. Google CryptofS!

link|improve this answer
what about FAT32? – Garry Aug 9 '10 at 9:53
@Garry what about it? – kotekzot Apr 10 at 19:10
feedback

Some options include:

  • Disabling the HDDs in the bios.
  • Unplugging them.
  • Making a custom live cd that has the behavior you want.
  • Downloading an alternate live cd that has the behavior you want.
  • Seeing if the live cd has some startup options allowing you to configure it how you want.
link|improve this answer
computer is mine and live cd may be used by someone unauthorised. – Garry Aug 9 '10 at 9:54
@Garry. I see, then Notinlist's encryption is the right solution. – Kurt Aug 9 '10 at 10:13
feedback