快速业务通道

Linux个人学习笔记(四)

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-25

一、硬盘结构

对于每一个硬盘,它包括:

--主引导记录 MBR

--硬盘分区表 SPT

--主分区 Primary Partition

--扩展分区 Extended Partition

--逻辑分区 Logical Partition

二、关于主分区

1、一块硬盘只能有四个主分区.

2、用户可以也只可以将一个主分区变成扩展分区.

3、在扩展分区上,再划分逻辑分区.

三、针对设备管理的操作

1、查看当前机器的硬盘分区情况

fdisk –l /dev/sda

Device Boot Start End Blocks Id System
/dev/sda1 * 1 6 48163 83 Linux
/dev/sda2 7 515 4088542 83 Linux
/dev/sda3 516 772 2064352 82 Linux swap / Solaris
/dev/sda4 773 3916 25254180 5 Extended
/dev/sda5 773 3916 25254148 83 Linux

备注:加*是代表这个分区是启动分区.

start是代表该分区的起始磁柱是1,

end是代表该分区的结束磁柱是6.

blocks是代表该分区的大小,ID代表该分区的ID号.

ID为83代表是linux分区.

2、对硬盘的操作

fdisk /dev/sda

The number of cylinders for this disk is set to 3916.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)

Command (m for help): m(敲m进入帮助)
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition''s system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)

partprobe 代表让内核读取最新的分区表,也就是让分区表立刻生效;

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号