Hi leekimpark
I'm not sure what the problem is here, du is the tool to use if you want to see how much space is being used
on a drive or in a directory. Your installed size is the sum of the vmlinuz and core.gz files. Anything in the
home and tce directories will be added by you and don't count since they will vary from one individual to
the next. If you don't believe the du command, try this:
ls -RShl | less
and add up the sizes of the larger files, there shouldn't be to many files.
What you have is not a frugal install. A frugal install means that your /home and /opt directory are located in
RAM. When you shutdown, you run a backup which compresses the two directories into a file called mydata.tgz
which is saved in your tce directory. When you start up, the file is automatically decompressed and the directories
are restored. This saves disk space, slows booting and shutdown, and gives faster file access. If you lose power,
you lose all changes since the last time you ran a backup. You are running persistent home and opt directories.
This occupies more disk space, gives faster boots and shutdowns, and slower files access. If you lose power, you
only lose what you have not saved in any currently open files.