man fdisk
fdisk - Partition table manipulator for Linux/Linux分区表操纵器
fdisk [-u] [-b sectorsize]/扇形尺寸 [-C cyls] [-H heads] [-S sects] device/设备
Hard disks can be divided into one or more logical disks called partitions. This division is described in the partition table found in sector 0 of the disk.
硬盘可以分为一个或多个称为分区的逻辑磁盘。此分区在磁盘的扇区0中的分区表中进行了描述。
在BSD的世界里,我们谈论的是什么?.isk slices?.and a ?.isklabel?.
one will want a second Linux partition dedicated as swap partition. On Intel compatible hardware, the BIOS that boots the system can often only access the first
1024 cylinders of the disk. For this reason people with large disks often create a third partition, just a few MB large, typically mounted on /boot, to store the
kernel image and a few auxiliary files needed at boot time, so as to make sure that this stuff is accessible to the BIOS. There may be reasons of security, ease
of administration and backup, or testing, to use more than the minimum number of partitions.
Linux至少需要一个分区,即根文件系统。它可以使用交换文件和/或交换分区,但后者更高效。所以,通常需要第二个Linux分区作为交换分区。
在与Intel兼容的硬件上,引导系统的BIOS通常只能访问磁盘的前1024个柱面。
因此,拥有大磁盘的人通常会创建第三个分区,只有几MB大,通常安装在/boot上,以存储内核映像和启动时所需的一些辅助文件,以确保BIOS可以访问这些文件。
使用超过最小分区数的分区可能有安全、易于管理和备份或测试的原因。
BSD or SUN type disklabels.
fdisk(第一种调用形式)是一个菜单驱动的程序,用于创建和操作分区表。它了解DOS类型的分区表和BSD或SUN类型的磁盘标签。
fdisk盘不?。了解guid分区表(gpt),它不是为大分区设计的。在特定情况下,使用更高级的GNU parted(8)。
support ATA host controllers and devices) make a difference between IDE and SCSI disks. In such a case the device name will be /dev/hd* (IDE) or /dev/sd* (SCSI).
该设备通常是/dev/sda、/dev/sdb等。设备名称指的是整个磁盘。没有libata的旧系统(Linux内核中用于支持ata主机控制器和设备的库)在IDE和SCSI磁盘之间产生差异。
在这种情况下,设备名称将是/dev/hd*(ide)或/dev/sd*(scsi)。
kernel documentation (the Documentation/devices.txt file).
分区是一个设备名,后跟一个分区号。例如,/dev/sda1是系统中第一个硬盘上的第一个分区。另请参见Linux内核文档(documentation/devices.txt文件)。
sector (like a swap partition) at cylinder 0, since that will destroy the disklabel.
bsd/sun类型的disklabel可以描述8个分区,第三个分区应该是?孔盘?分区。不要在柱面0上启动实际使用其第一个扇区(如交换分区)的分区,因为这样会破坏disklabel。
header?. The volume header will also cover the partition table, i.e., it starts at block zero and extends by default over five cylinders. The remaining space in
the volume header may be used by header directory entries. No partitions may overlap with the volume header. Also do not change its type and make some file sys-
tem on it, since you will lose the partition table. Use this type of label only when working with Linux on IRIX/SGI machines or IRIX/SGI disks under Linux.
An Irix/Sgi type disklabel can describe 16 partitions,the eleventh of which should be an entire?Olume?Partition,
while the ninth should be labeled?Olume Header?The Volume Header will also cover the Partition Table,I.E.,
it starts at block Zero and extends by default over five cylders.The remaining space in the volume header may be used by Header Directory Entries.
没有政党可以克服与卷头。Also do not change its type and make some file system on it,since you will lose the partition table.
使用这一类型的Label only when you working with Linux on Irix/SGI machines or IREX/SGI Disks under Linux.
these may be an extended partition; this is a box holding logical partitions, with descriptors found in a linked list of sectors, each preceding the corresponding
logical partitions. The four primary partitions, present or not, get numbers 1-4. Logical partitions start numbering from 5.
DOS类型的分区表可以描述无限数量的分区。在0区,有空间描述4个分区(称为?是吗?…其中一个可以是扩展分区;这是一个包含逻辑分区的框,
在一个链接的扇区列表中找到描述符,每个扇区都在相应的逻辑分区之前。四个主分区,不管是否存在,都得到1-4号。逻辑分区从5开始编号。
a Cylinders/Heads/Sectors triple (given in 10+8+6 bits). The former is OK - with 512-byte sectors this will work up to 2 TB. The latter has two different problems.
First of all, these C/H/S fields can be filled only when the number of heads and the number of sectors per track are known. Secondly, even if we know what these
numbers should be, the 24 bits that are available do not suffice. DOS uses C/H/S only, Windows uses both, Linux never uses C/H/S.
在DOS类型的分区表中,每个分区的起始偏移量和大小以两种方式存储:作为扇区的绝对数(以32位表示)和作为柱面/磁头/扇区的三倍(以10+8+6位表示)。
前者是正常的-512字节的扇区将工作高达2 TB。后者有两个不同的问题。首先,这些c/h/s字段只能在知道磁头数目和每条磁道的扇区数目时填写。
其次,即使我们知道这些数字应该是什么,可用的24位也不够。DOS只使用C/H/S,Windows同时使用这两种,Linux从不使用C/H/S。
thing like a physical geometry, certainly not something that can be described in simplistic Cylinders/Heads/Sectors form), but is the disk geometry that MS-DOS
uses for the partition table.
如果可能,fdisk将自动获取磁盘几何。这不一定是物理磁盘几何图形(实际上,现代磁盘没有物理几何图形,当然不是可以用简单的柱面/磁头/扇区形式描述的东西),
而是MS-DOS用于分区表的磁盘几何图形。
systems, it is often a good idea to let an fdisk from another operating system make at least one partition. When Linux boots it looks at the partition table, and
tries to deduce what (fake) geometry is required for good cooperation with other systems.
通常在默认情况下一切正常,如果Linux是磁盘上唯一的系统,那么就没有问题。但是,如果磁盘必须与其他操作系统共享,那么让另一个操作系统的fdisk至少创建一个分区通常是一个好主意。
当Linux引导时,它会查看分区表,并尝试推断出与其他系统良好合作所需的(假的)几何体。
start and end points are identical, and that the partition starts and ends on a cylinder boundary (except for the first partition).
每当打印出分区表时,都会对分区表条目执行一致性检查。此检查验证物理和逻辑起点和终点是否相同,以及分区的起点和终点是否在柱面边界上(第一个分区除外)。
cylinder 1 cannot begin on a cylinder boundary, but this is unlikely to cause difficulty unless you have OS/2 on your machine.
有些版本的MS-DOS创建的第一个分区不是从柱面边界开始,而是从第一个柱面的第2扇区开始。从柱面1开始的分区不能从柱面边界开始,但这不太可能导致困难,除非您的计算机上有OS/2。
necessary to reboot after the use of fdisk. I do not think this is the case anymore - indeed, rebooting too quickly might cause loss of not-yet-written data. Note
that both the kernel and the disk hardware may buffer data.
在更新分区表后退出之前,将执行sync()和blkrrpart ioctl()(从磁盘重新读取分区表)。很久以前,在使用fdisk之后需要重新启动。
我不认为这是事实了-事实上,重新启动太快可能导致尚未写入的数据丢失。注意,内核和磁盘硬件都可以缓冲数据。
The DOS 6.x FORMAT command looks for some information in the first sector of the data area of the partition, and treats this information as more reliable than the
information in the partition table. DOS FORMAT expects DOS FDISK to clear the first 512 bytes of the data area of a partition whenever a size change occurs. DOS
FORMAT will look at this extra information even if the /U flag is given -- we consider this a bug in DOS FORMAT and DOS FDISK.
dos 6.x格式命令在分区的数据区域的第一个扇区中查找一些信息,并将这些信息视为比分区表中的信息更可靠的信息。DOS格式要求DOS fdisk在大小发生变化时清除分区数据区域的前512字节。
DOS格式将查看这些额外的信息,即使给出了/U标志——我们认为这是DOS格式和DOS fdisk中的一个错误。
before using DOS FORMAT to format the partition. For example, if you were using disk to make a DOS partition table entry for /dev/sda1, then (after exiting fdisk
and rebooting Linux so that the partition table information is valid) you would use the command "dd if=/dev/zero of=/dev/sda1 bs=512 count=1" to zero the first 512
bytes of the partition.
底线是,如果使用fdisk更改DOS分区表条目的大小,那么在使用DOS格式格式化分区之前,还必须使用dd将该分区的前512个字节归零。例如,如果您使用磁盘为/dev/sda1创建DOS分区表条目,
那么(在退出fdisk并重新启动Linux以便分区表信息有效之后),您将使用命令“dd if=/dev/zero of=/dev/sda1 bs=512 count=1”将分区的前512个字节归零。
如果使用dd命令,请格外小心,因为一个小的打字错误会使磁盘上的所有数据无效。
partitions with the Linux fdisk program.
为了获得最佳结果,您应该始终使用操作系统特定的分区表程序。例如,您应该使用dos fdisk程序进行dos分区,使用linux fdisk程序进行linux分区。
-b sectorsize
Specify the sector size of the disk. Valid values are 512, 1024, or 2048. (Recent kernels know the sector size. Use this only on old kernels or to override
the kernel?. ideas.)
-B扇区大小
指定磁盘的扇区大小。有效值为512、1024或2048。(最近的内核知道扇区大小。只在旧内核上使用它还是重写内核?想法。
Specify the number of cylinders of the disk. I have no idea why anybody would want to do so.
-C循环
指定磁盘的柱面数。我不知道为什么会有人想这么做。
Specify the number of heads of the disk. (Not the physical number, of course, but the number used for partition tables.) Reasonable values are 255 and 16.
-H 型封头
指定磁盘的磁头数。(当然不是物理数,而是用于分区表的数。)合理的值是255和16。
Specify the number of sectors per track of the disk. (Not the physical number, of course, but the number used for partition tables.) A reasonable value is
63.
-S 分支
指定磁盘每个磁道的扇区数。(当然不是物理数,而是用于分区表的数。)合理的值是 63。
-l 列出指定设备的分区表,然后退出。如果没有指定设备,则使用/proc/partitions(如果存在)中提到的设备。
-u 列出分区表时,以扇区而不是柱面给出大小。
The size of the partition (in blocks) is printed on the standard output.
-S 分区
分区的大小(以块为单位)打印在标准输出上。
-v 打印fdisk程序的版本号并退出。
There are several *fdisk programs around. Each has its problems and strengths. Try them in the order parted, fdisk, sfdisk.
有几个fdisk项目。每个人都有自己的问题和优势。按parted、fdisk、sfdisk的顺序进行尝试。
内核当前不支持IRIX/SGI类型的diskLabel。此外,还不完全支持IRIX/SGI头目录。
选择权?.ump分区表到文件?不见了。
mkfs(8), parted(8), sfdisk(8)
man fdisk的更多相关文章
- 使用fdisk给新增加硬盘分区
1.使用fdisk创建6个分区[1P+1E(5L)] //dev/sdb1 /dev/sdb5 /dev/sdb6 /dev/sdb7 /dev/sdb8 /deb/sdb9 [root@serv ...
- linux 使用fdisk分区扩容
标签:fdisk分区 概述 我们管理的服务器可能会随着业务量的不断增长造成磁盘空间不足的情况,在这个时候我们就需要增加磁盘空间,本章主要介绍如何使用fdisk分区工具创建磁盘分区和挂载分区,介绍两种情 ...
- Linux 使用fdisk添加新分区
Linux系统由于数据累计增长.前期存储规划不合理等诸多因素,出现存储不够用的情况时,此时就需要扩展逻辑分区或添加新的逻辑分区.下面介绍一下通过使用fdsik添加新的逻辑分区. 首先使用df命令检查文 ...
- fdisk添加分区引起的Linux Error: 22: Invalid argument
在Linux服务器(虚拟机)上使用fdisk添加分区.格式化分区后,遇到了Linux Error: 22: Invalid argument错误,操作步骤如下所示 [root@oracle-serve ...
- linux fdisk命令使用
fdisk 对硬盘及分区的操作,进入fdisk 对硬盘操作阶段 我们可以对硬盘进行分区操作,前提是您把fdisk -l 弄明白了:通过fdisk -l ,我们能找出机器中所有硬盘个数及设备名称:比如上 ...
- 第8章 文件系统管理(2)_挂载、fdisk分区及分配swap分区
3. fdisk分区 3.1 fdisk命令分区过程 (1)添加新硬盘 (2)查看新硬盘#fdisk –l (3)使用fdisk命令分区:#fdisk /dev/sdb Fdisk交互指令说明 命令 ...
- Linux常用命令学习7---(磁盘管理df du、磁盘的分区和格式化fdisk parted)
1.磁盘管理 在服务器的维护中,我们需要关心服务器的磁盘使用了多少.还有多少的剩余空间.某个文件有多大.某个文件夹内的所有文件在一起一共占用的多少空间……问题.以便我们在合适的时机为服务器添加硬 ...
- fdisk,mount.label
########fdisk ll /dev/sda* df -TH fdisk -cul fdisk -cu ~~n~~p~~+1G~~ partx -a /dev/sda ########EXT4 ...
- 白电迁移-Auto fdisk
============================== fdisk /dev/vdbnp 1 w fdisk -l cd / mkdir /data mkfs.ext4 /dev/vdb1 mo ...
- fdisk -c 0 350 1000 300命令
在Linux中有一个fdisk的分区命令,在对开发板的nand或者emmc分区也会用到这个命令, fdisk -c 这里0 350 1000 300分别代表: 每个扇区大小为0,一共350个柱面,起始 ...
随机推荐
- Exchanger 源码分析
Exchanger 此类提供对外的操作是同步的: 用于成对出现的线程之间交换数据[主场景]: 可以视作双向的同步队列: 可应用于基因算法.流水线设计.数据校对等场景 创建实例 /** * arena ...
- 阶段1 语言基础+高级_1-3-Java语言高级_02-继承与多态_第6节 权限修饰符_6_四种权限修饰符
四种权限修饰符.从大到小 纵向再分成四种情况 同一个类 同一个类里面.private方式,可以访问到本类里面的 num成员变量 前面不写修饰符也能访问到 (default)就是不写的这种情况 受保护的 ...
- 阶段1 语言基础+高级_1-3-Java语言高级_04-集合_04 数据结构_3_数据结构_数组
0x代表16进制的地址 arr通过首地址找到存储空间.
- 《图解设计模式》读书笔记7-2 Mediator模式
目录 Mediator模式简介 示例程序 示例程序类图 代码 Mediator模式角色和类图 角色 模式类图 思路拓展 简单化 角色复用 Mediator模式简介 Mediator模式即中介者模式,可 ...
- docker搭建harbor私有镜像库
创建harbor私有镜像库 一.部署准备: harbor软件包 在部署节点上: 1)解压harbor的软件包将harbor目录下所有文件发送到/opt/目录下 tar zxvf harbor- ...
- IncSecond:将一个TDateTime变量加减一定数量的秒数
http://tieba.baidu.com/p/1998083296 IncSecond:将一个TDateTime变量加减一定数量的秒数 声明:function IncSecond ( const ...
- c# WPF——创建带有图标的TreeView
1.使用数据模板对TreeViewItem进行更改 2.xaml中重写TreeviewItem的控件模板 3.继承TreeViewItem(TreeView中的元素),后台进行控件重写.(介绍此方法) ...
- NOPI导入导出EXCEL
一.简介 1. 什么是NPOI NPOI,顾名思义,就是POI的.NET版本.那POI又是什么呢?POI是一套用Java写成的库,能够帮助开发者在没有安装微软Office的情况下读写Office 97 ...
- 建立 Active Directory域 ----学习笔记
第五章 建立 Active Directory域 1.工作组和域的理解 a.工作组是一种平等身份环境,各个计算机之间各个为一个独立体,不方便管理和资源共享. b.域环境一般情况下满足两类需求, ...
- [Web 前端] 016 css 元素的转换
三种元素之间的转换 display 属性是用来设置元素的类型及隐藏的 常用的属性有 none 元素隐藏且不占位置 block 元素以块元素显示 inline 元素以内联元素显示 inline-bloc ...