|
|
fdisk -l 结果如下:
[root@localhost log]# /sbin/fdisk -l
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x92fc5002
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1953 15687441 7 HPFS/NTFS
/dev/sda2 1954 14593 101530800 f W95 Ext'd (LBA)
/dev/sda5 1954 11618 77634081 7 HPFS/NTFS
/dev/sda6 11619 12271 5245191 b W95 FAT32
/dev/sda7 13736 14528 6369741 83 Linux
/dev/sda8 12272 13735 11759548+ 83 Linux
/dev/sda9 14529 14593 522081 82 Linux swap / Solaris
注意: sda7 挂载的是 / (类似于windows 下面的C吧),sda8 挂载的是 /home,我把 /home 单独分区了,想着为了以后装系统方便,因此把 /home 紧接着 windows 分区的后面放置,接着是跟分区,结果就造成了类似于windows中把系统分区(C)装到了 D 盘后面的结果。
不知道这样的分区方式会不会有什么问题?
至少现在使用是没问题的,就是不知道以后会不会出现什么奇怪的问题…… |
|