I don't believe I need to empty the trash can... err, well, don't think I do. I use ion3 instead of the gnome desktop manager, and ion3 appears to delete all files once they're deleted instead of sending them to the trash. Also, usually, I delete stuff using the terminal:
rm and rm -R for directories, I always thought that rm completely deleted something without leaving stuff in the trash, if I'm wrong please correct me.
I use ubuntu 7.04 (the 7.10 disc doesn't work for me, and I don't feel it's necessary to upgrade to 7.10 just because it would make my '/' partition be about 80 percent full). I don't think it's a trouble with the distro though, my server is running kubuntu 7.10 and it experiences the same problems.
Quote:
brian@apo:~$ sudo fdisk -l /dev/sda
Disk /dev/sda: 30.0 GB, 30005821440 bytes
255 heads, 63 sectors/track, 3648 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 61 489951 83 Linux
/dev/sda2 62 1277 9767520 83 Linux
/dev/sda3 1278 3587 18555075 83 Linux
/dev/sda4 3588 3648 489982+ 82 Linux swap / Solaris
|
My /home is /dev/sda3. It is the size it should be, around 18.5 gigs, it should have an amount reported that should say it has approximately +- 4 Gbs free. According to discus:
Quote:
brian@apo:~$ discus
Mount Total Used Free Prcnt Graph
/ 9.17 GB 3.98 GB 4.72 GB 43.4% [****------]
/sys 0 KB 0 KB 0 KB 0.0% [----------]
/var/run 121.0 MB 116 KB 120.9 MB 0.1% [----------]
/var/lock 121.0 MB 0 KB 121.0 MB 0.0% [----------]
+oc/bus/usb 121.0 MB 112 KB 120.9 MB 0.1% [----------]
/dev 121.0 MB 112 KB 120.9 MB 0.1% [----------]
/dev/shm 121.0 MB 0 KB 121.0 MB 0.0% [----------]
+c/volatile 121.0 MB 33.0 MB 88.0 MB 27.3% [***-------]
/boot 463.3 MB 36.5 MB 402.9 MB 7.9% [*---------]
/home 17.42 GB 13.30 GB 3.23 GB 76.4% [********--]
+infmt_misc 0 KB 0 KB 0 KB 0.0% [----------]
|
err... just by looking at that result, it doesn't give the same result as the one provided by fdisk. It seems that my trouble is that the size of my /home is reported as smaller than it actually is, how could I make my computer show that the size is actually 18.5 gigs (like the partition states), instead of 17.42.
Oh, by df -h...
Quote:
brian@apo:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 9.2G 4.0G 4.8G 46% /
varrun 122M 116K 121M 1% /var/run
varlock 122M 0 122M 0% /var/lock
procbususb 122M 112K 121M 1% /proc/bus/usb
udev 122M 112K 121M 1% /dev
devshm 122M 0 122M 0% /dev/shm
lrm 122M 33M 89M 28% /lib/modules/2.6.20-16-generic/volatile
/dev/sda1 464M 37M 403M 9% /boot
/dev/sda3 18G 14G 3.3G 81% /home
|
It's not just discus that shows an incorrect value. At a fresh install on this computer (about 2 months ago), it both discus and df -h recognized that the size of the partition was about 18.2 GBs (due to formatting). Why did the reported size of the partition shrink, and how can I fix it?
Thanks for the previous responses.
I apologize for the jumbled messages in the quotes, they were in neat columns when I pasted them here.
I found another page on linuxquestions that is part of my problem...
http://www.linuxquestions.org/questi...r-bash-176784/