Quote:
Originally Posted by Katabatic I was origionally meaning to ask if i am in, for example, a Gentoo partition, can the files on my Fedora partition effected? Is the security compromised on the other partition? |
Well, I replied "Yes, you must protect your partitions", but perhaps I was not very clear ...Yes, the security on the other partition is compromised if you dont secure it.
In the scheme above you see (for example) this line:
Code:
/dev/hda4 /mnt/hda4 ext3 noauto,user,ro 0 0
This partition doesnt belong to the active distro. The options noauto,user,ro mean that it is not mounted automatically at boot time, but can be mounted by the user and it will be in read-only mode. So, a hacker cannot endamage it.
The example above was very simple. There are a lot of options for even more security but this chapter is long and you had better to google for howtos if you are interested in learning more.
You can also install the package pysdm where you will find a labyrinth of options.