
等到系统安装好了,也可以通过fdisk -l来查看分区
看看我的分区[oracle@uoe ~]$ sudo fdisk -l
[sudo] password for oracle:
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xf5c42909
Device Boot Start End Blocks Id System
/dev/sdb1 * 13917314632717 HPFS/NTFS
Partition 1 does not start on physical sector boundary.
/dev/sdb23918 60801 456920730f W95 Ext'd (LBA)
Partition 2 does not start on physical sector boundary.
/dev/sdb53918718426242146b W95 FAT32
Partition 5 does not start on physical sector boundary.
/dev/sdb67185 30422 186659203+ 7 HPFS/NTFS
Partition 6 does not start on physical sector boundary.
/dev/sdb7 30423 30458 282624 83 Linux
/dev/sdb8 30458 60280 239542272 83 Linux
/dev/sdb9 60280 60801 4190208 82 Linux swap / Solaris
在我的记录中,Device栏下面写的都是/dev/sdb1、/dev/sdb2等等。所以,我的这台电脑的硬盘就被识别为/dev/sdb。你也可以参考执行。
你好,一般默认的是。一块盘可以有4个主分区,但是我们一般都是三个主分区和一个扩展分区,然后在扩展分区里面分N个逻辑分区。所以,我们一般Linux中的sda1-sda3分主分区,挂载什么目录你自己决定,sda4就是逻辑分区了,这个分区不直接挂载使用,在里面继续分sda5,更多,挂载Linux的其他目录。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)