|
发表于 2006-2-20 08:33:43
|
显示全部楼层
Post by dlz_cn
能说一下你机器分区的情况吗?
这个与分区有关吗?
debian-huanghongzhi:~# fdisk -l
Disk /dev/hda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 1020 8193118+ 83 Linux
/dev/hda2 1021 9726 69930945 f W95 Ext'd (LBA)
/dev/hda5 * 1021 3570 20482843+ 7 HPFS/NTFS
/dev/hda6 3571 3583 104391 83 Linux
/dev/hda7 3584 4858 10241406 83 Linux
/dev/hda8 4859 5878 8193118+ 83 Linux
/dev/hda9 5879 6139 2096451 82 Linux swap / Solaris
/dev/hda10 6140 9726 28812546 83 Linux
Disk /dev/hdb: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 14946 120053713+ 83 Linux
debian-huanghongzhi:~# mount
/dev/hda1 on / type ext3 (rw,errors=remount-ro)
/dev/hda6 on /boot type ext3 (rw)
/dev/hda7 on /usr/local/src type ext3 (rw)
/dev/hda10 on /centos-mirror type ext3 (rw)
/dev/hdb1 on /data type ext3 (rw)
/dev/hda8 on /sid-root type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755) |
|