发布时间:2011-07-18 13:50:27作者:知识屋
将虚拟机关闭,加载一块硬盘
fdisk -l 发现新加载的硬盘标号是sdc ,也就是第三块硬盘
fdisk /dev/sdc
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.
The number of cylinders for this disk is set to 2349.
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)
Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
Command (m for help): 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)
Command (m for help): n
Command action
e extended
p primary partition (1-4)
e
Partition number (1-4): 1
First cylinder (1-2349, default 1):
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-2349, default 2349):
Using default value 2349
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
[root@qa ~]# mkfs -t ext3 -c /dev/sdc1
mke2fs 1.39 (29-May-2006)
/dev/sdc1: Invalid argument passed to ext2 library while setting up superblock
这是应为,在创建分区时添加的是扩展分区,扩展分区不能直接format,需要对扩展分区再划分出逻辑分区
主分区,扩展分区,逻辑分区三者有什么不同?什么关系?各用在何处
1. 每个硬盘有一个主分区表, 其中每项表示一个主分区, 定义了硬盘上的一段连续空间,
主分区可以是各种类型的, 如fat, linux ext2, fat32, ntfs等等
2. 主分区表有一个限制, 最多只能有四个。 于是就有了扩展分区:
这是一个特殊的主分区, 它不能直接使用, 而是象一个指针, 指向一个扩展分区表。
每个硬盘只能有一个扩展分区。
3. 在扩展分区表中定义的分区就叫逻辑分区, 它的功能, 作用和主分区类似,
但被限制在扩展分区所定义的空间大小范围内。
本文来源:电脑技术吧[http://www.zhishiwu.com]
linux一键安装web环境全攻略 在linux系统中怎么一键安装web环境方法
Linux网络基本网络配置方法介绍 如何配置Linux系统的网络方法
Linux下DNS服务器搭建详解 Linux下搭建DNS服务器和配置文件
对Linux进行详细的性能监控的方法 Linux 系统性能监控命令详解
linux系统root密码忘了怎么办 linux忘记root密码后找回密码的方法
Linux基本命令有哪些 Linux系统常用操作命令有哪些
Linux必学的网络操作命令 linux网络操作相关命令汇总
linux系统从入侵到提权的详细过程 linux入侵提权服务器方法技巧
linux系统怎么用命令切换用户登录 Linux切换用户的命令是什么
在linux中添加普通新用户登录 如何在Linux中添加一个新的用户
2012-07-10
CentOS 6.3安装(详细图解教程)
Linux怎么查看网卡驱动?Linux下查看网卡的驱动程序
centos修改主机名命令
Ubuntu或UbuntuKyKin14.04Unity桌面风格与Gnome桌面风格的切换
FEDORA 17中设置TIGERVNC远程访问
StartOS 5.0相关介绍,新型的Linux系统!
解决vSphere Client登录linux版vCenter失败
LINUX最新提权 Exploits Linux Kernel <= 2.6.37
nginx在网站中的7层转发功能