Disk Drive: /dev/hda
Size: 80026361856 bytes, 80.0 GB
Heads: 255 Sectors per Track: 63 Cylinders: 9729
Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
hda1 Boot Primary W95 FAT32 5239.51
hda3 Primary FreeBSD 6711.83
hda5 Logical Linux ReiserFS 7863.37
hda6 Logical Linux swap 419.49
hda7 Logical Linux ext3 21476.21
hda8 Logical Linux ReiserFS 5996.23
hda9 Logical Linux ReiserFS 1003.49
hda10 Logical Linux 896.56
hda11 Logical Linux 13300.28
hda12 Logical W95 FAT32 17116.81
[Bootable] [ Delete ] [ Help ] [Maximize] [ Print ]
[ Quit ] [ Type ] [ Units ] [ Write ]
Toggle bootable flag of the current partition
[/code:1]
hda8 是我现在的根分区,hda9 是/home
[code:1][root@localhost bin]#mount
/dev/hda8 on / type reiserfs (rw)
proc on /proc type proc (rw)
/dev/hda9 on /home type reiserfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hda7 on /win type ext3 (rw)
usbfs on /proc/bus/usb type usbfs (rw)
[root@localhost bin]#
[/code:1]