Results 1 to 8 of 8
I came across a tool called 'Deep Freeze' few days back?
What's this tool do?What it's features ?Do we have OSS alternative for it?
Such tools useful to Linux user?
...
- 07-09-2008 #1
Have you used Deep Freeze ?
I came across a tool called 'Deep Freeze' few days back?
What's this tool do?What it's features ?Do we have OSS alternative for it?
Such tools useful to Linux user?
If you got any idea ,Please share your thoughts- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-09-2008 #2
Hello,
it is amusing that you do not know what it does and yet are curious if there are OSS alternatives to it.
I am not aware of exact substitutes for it on GNU/Linux but if I had to provide a untampered boot image I would make two partitions.
One for the core system which is set read-only.
One for the user to save his files in. (home directory)
And finally a ram-disk for any data the core system may need to write temporarily.
- 07-09-2008 #3
Yes that's my spirit
( In fact , i started to learn about windows and linux at the same time .... I don't know abt burning disk ..i tried k3b and learned abt nero --and there are many things which i learn/try/use it first on linux and then go for windows )
Is it like a backup tools or something like that .. can u explain it bit more ...- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 07-09-2008 #4As far as I see it, it backups the system and then makes sure the backup is booted from every time. Now if the user on the machine deletes an important file of the system and the machines chrashes, the computer is reset and it will boot again the "freezed" system.Is it like a backup tools or something like that .. can u explain it bit more...
So yes, it is kind of a backup tool that restores the backupped files automatically on each reboot.
- 07-09-2008 #5
We have it on a few machines at work. it basically loads a readonly version of the OS everytime you boot. it keeps the OS chages in memory or in a temp directory that is cleared every boot. its like starting from a hibernated session each time the pc boots. It really is a pretty cool piece of software.
as far as an OSS version I am not aware of any application that will do this for linux. slax and other distros that boot from thumb drives have this functionality. Slax it does not save any changes unless you manually save the state on shutdown.
you could allways use a live CD
- 07-09-2008 #6Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
- 07-09-2008 #7
I modified my initramfs scripts to do something which incidentally has a similar effect. My modified script copies the entire "/" partition into a tmpfs RAMdisk from a tarball image file. My purpose for this was for blindingly fast performance and also for computing silence (the hard drive is spun down after loading the OS into RAM).
As a side effect, any changes to the OS are wiped out upon shutdown. The computer reboots "fresh" every time. But that really wasn't my primary goal.
This method requires a decent amount of RAM, but it does offer incredible performance. A less RAM hogging alternative would be to mount the main OS partition as readonly, and then using UnionFS to merge it with a tmpfs ramdisk.Isaac Kuo, ICQ 29055726 or Yahoo mechdan
- 07-10-2008 #8
I got this 'xguest' from fedora-devel-list
Fedora People- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote
