|
发表于 2009-1-17 19:06:41
|
显示全部楼层
兄弟,如果不想换硬盘或者折腾。。。。不要买2G的阿,你看我。。。现在没有空间了
bogon:/home/root# df -h
文件系统 容量 已用 可用 已用% 挂载点
rootfs 1.4G 1.4G 0 100% /
/dev/root 1.4G 1.4G 0 100% /
tmpfs 248M 0 248M 0% /lib/init/rw
/dev/root 1.4G 1.4G 0 100% /dev/.static/dev
tmpfs 10M 288K 9.8M 3% /dev
tmpfs 248M 0 248M 0% /dev/shm
/dev/hda2 49M 28M 19M 61% /etc
/dev/hda3 429M 351M 57M 87% /home
shm 248M 816K 247M 1% /tmp
bogon:/home/root# fdisk -l
Disk /dev/hda: 2038 MB, 2038063104 bytes
16 heads, 63 sectors/track, 3949 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk identifier: 0x001c2022
Device Boot Start End Blocks Id System
/dev/hda1 1 2947 1485287+ 83 Linux
/dev/hda2 2948 3049 51408 83 Linux
/dev/hda3 3050 3949 453600 83 Linux
bogon:/home/root#
bogon:/home/root# uname -na
Linux bogon 2.6.27.1 #193 Mon Jan 5 11:14:50 CST 2009 mips64 GNU/Linux
bogon:/home/root#
bogon:/home/root# free
total used free shared buffers cached
Mem: 507184 503440 3744 0 37216 268528
-/+ buffers/cache: 197696 309488
Swap: 0 0 0
bogon:/home/root# top
top - 06:38:08 up 47 min, 1 user, load average: 0.87, 0.78, 0.62
Tasks: 79 total, 1 running, 78 sleeping, 0 stopped, 0 zombie
Cpu(s): 15.1%us, 2.9%sy, 0.0%ni, 82.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 507184k total, 502736k used, 4448k free, 37088k buffers
Swap: 0k total, 0k used, 0k free, 267888k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1507 root 20 0 48832 23m 17m S 5.5 4.6 1:11.69 knetworkmanager
1327 root 20 0 51120 29m 7296 S 4.8 6.0 3:45.54 Xorg
1542 root 20 0 204m 83m 35m S 4.2 16.8 16:20.06 firefox-bin
1730 root 20 0 3424 1824 1440 R 3.2 0.4 0:00.22 top
1 root 20 0 2816 1280 1072 S 0.0 0.3 0:00.28 init
2 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 kthreadd
3 root 15 -5 0 0 0 S 0.0 0.0 0:00.04 ksoftirqd/0
4 root 15 -5 0 0 0 S 0.0 0.0 0:00.52 events/0
5 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 khelper
43 root 15 -5 0 0 0 S 0.0 0.0 0:00.04 kblockd/0
49 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 ksuspend_usbd
55 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 khubd
58 root 15 -5 0 0 0 S 0.0 0.0 0:00.12 kseriod
94 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
95 root 20 0 0 0 0 S 0.0 0.0 0:00.00 pdflush
96 root 15 -5 0 0 0 S 0.0 0.0 0:00.02 kswapd0
97 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 aio/0
bogon:/home/root#
bogon:/# cat proc/meminfo
MemTotal: 507184 kB
MemFree: 4848 kB
Buffers: 37152 kB
Cached: 267984 kB
SwapCached: 0 kB
Active: 299504 kB
Inactive: 172176 kB
SwapTotal: 0 kB
SwapFree: 0 kB
Dirty: 64 kB
Writeback: 0 kB
AnonPages: 166576 kB
Mapped: 113328 kB
Slab: 22272 kB
SReclaimable: 13936 kB
SUnreclaim: 8336 kB
PageTables: 3136 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 253584 kB
Committed_AS: 377648 kB
VmallocTotal: 137438953472 kB
VmallocUsed: 1888 kB
VmallocChunk: 137438951360 kB
bogon:/# cat proc/cpuinfo
system type : lemote-notebook
processor : 0
cpu model : ICT Loongson-2 V0.3 FPU V0.1
BogoMIPS : 132.09
wait instruction : yes
microsecond timers : yes
tlb_entries : 64
extra interrupt vector : no
hardware watchpoint : no
ASEs implemented :
shadow register sets : 1
core : 0
VCED exceptions : not available
VCEI exceptions : not available
bogon:/# |
|