问答文章1 问答文章501 问答文章1001 问答文章1501 问答文章2001 问答文章2501 问答文章3001 问答文章3501 问答文章4001 问答文章4501 问答文章5001 问答文章5501 问答文章6001 问答文章6501 问答文章7001 问答文章7501 问答文章8001 问答文章8501 问答文章9001 问答文章9501

如何在centos下使用fdisk添加新硬盘

发布网友 发布时间:2022-05-01 05:09

我来回答

2个回答

热心网友 时间:2022-06-24 16:36

下面看我操作的步骤:
1.先用Fdisk -l 来查看当前状态下磁盘情况

[root@linux1 ~]# fdisk -l
Disk /dev/hda: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 652 5132767 8e Linux LVM
Disk /dev/hdb: 2147 MB, 2147483648 bytes
16 heads, 63 sectors/track, 4161 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Disk /dev/hdb doesn't contain a valid partition table
上面红色标识行可以看出,我添加了一块新硬盘/dev/hdb,大小为2G,未分区格式化状态。

2.用Fdisk /dev/hdb来进行分区操作。

[root@linux1 ~]# fdisk /dev/hdb
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 4161.
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): n //输入N表示新建一个分区
Command action
e extended
p primary partition (1-4)
p //p 表示建立一个原始分区
Partition number (1-4): 1 //1 表示此分区编号为1.
First cylinder (1-4161, default 1): 1 //1表示使用默认起始柱面号.如果要分多个区的话,先盘算好要多大,再输入数字
Last cylinder or size or sizeM or sizeK (1-4161, default 4161): // 输入: 回车 表示使用默认结束柱面号.即此分区使用整个硬盘空间

Using default value 4161

Command (m for help): w //保存分区

The partition table has been altered!

Calling ioctl() to re-read partition table.
Syncing disks.

3.再次查看当前分区状态:
[root@linux1 ~]# fdisk -l

Disk /dev/hda: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 14 652 5132767 8e Linux LVM

Disk /dev/hdb: 2147 MB, 2147483648 bytes
16 heads, 63 sectors/track, 4161 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 1 4161 2097112 83 Linux
可以看出,已经出来了一个/dev/hdb1的新分区。下一步将其格式化,再使用

4.用mkfs.ext3格式化新分区
[root@linux1 ~]# mkfs.ext3 /dev/hdb1
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
262144 inodes, 524278 blocks
26213 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=536870912
16 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 32 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.

5.挂载使用。
[root@linux1 ~]# mkdir /mnt/hdb1 //新建一个挂载点。
[root@linux1 ~]# mount /dev/hdb1 /mnt/hdb1 //挂载。
[root@linux1 ~]# df -h
文件系统 容量 已用 可用 已用% 挂载点
/dev/mapper/VolGroup00-LogVol00
4.3G 3.6G 487M 89% /
/dev/hda1 99M 12M 82M 13% /boot
tmpfs 125M 0 125M 0% /dev/shm
/dev/hdb1 2.0G 3.0M 1.9G 1% /mnt/hdb1

6 .开机自动挂载
三.设置新硬盘开机自动挂载
在vi /etc/fstab中添加新硬盘的挂载信息.添加下面一行:
/dev/hdb1 /mnt/hdb1 ext3 defaults 1 2(如果还有一个分区就是1 3,以此类推)
这样,每次开机后,系统会自动将/dev/hdb1挂载到/mnt/hdb1

热心网友 时间:2022-06-24 16:36

fdisk不是用来添加硬盘的,这是个硬盘分区程序

CentOS重启一下,新添加硬盘就可以识别到了
如果不想重启,执行命令:echo "- - -" > /sys/class/scsi_host/host0/scan
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
打印机硒鼓安装方法及步骤 如何安装新硒鼓? 我现在很困惑该不该和女友继续发展下去 电脑上字体怎么安装方法简单易行的字体安装步骤及技巧 网页字体显示不出.怎么办? 如何添加电脑上没有的字体解决电脑字体限制增加字体选择多样性_百度知 ... 不有效字体文件 电脑字体识别不了 梦见身上煤炭黑的长辈给我钥匙的预兆 株洲最值得一去的古镇 oracle的存储过程里return是起什么作用的 快手上哪个主播卖颜百科护肤品? 有人了解瞬美优品玻尿酸的吗 建设银行融信e信通账户余额查询? “风采奕奕”的成语解释是什么? “风采” 四字成语有哪些? “风采依旧不减当年”是什么意思? 风采是什么意思 “风采”是什么意思? oracle存储过程中return和exit的区别分析 oppoa53m的双卡双待怎么设置 如何为选择合适的动态密码双因素认证方案 智能手机会对人的人际关系有怎样的影响? 手机究竟是拉进了人与人之间的距离还是疏远了人与人之间的距离? 手机拉近了人与人之间的距离还是疏远了人与人的距离…高分悬赏…_百度... 手机拉近人与人之间的距离怎么攻辩 手机拉近人与人之间的距离还是疏远了人与人之间的距离? 一、拉近... 手机是否拉近了人与人之间的距离 辩论 手机疏远人与人之间的距离 你觉得手机是拉近人与人间的关系还是疏远了人与人间的关系如题 谢谢了 关于centos系统新增硬盘的问题 在VMware里安装CentOs,练习添加新硬盘并开机自动挂载新硬盘的问题 晚上做梦梦到被抢,拼命的想逃跑就是跑不掉,这是什么意思呢? 扣扣验证码被陌生人要去怎么办 我被骗子骗去了身份证号码和手机验证码和名字怎么办 海南省普通话证书的发证单位 做梦自己提着好大一箩鸡蛋好不好? 梦见一筐子鸡蛋 我把破的拿出来 梦见自己提一桶鸡蛋 梦见和别人在鸡窝里拾一篮子鸡蛋,自己装口袋里好多,可口袋里的鸡蛋都碎了就两个好的了 皮蛋肠,鸡蛋肠怎么做 天然气没有用完,卡里还有钱可以拿走吗? 郑州燃气卡里面的钱可以退吗? 燃气表里的钱不用了,有什么办法退吗? 华润燃气气卡不用了能退钱吗? 租房子燃气费交多了可以退吗? 煤气用不完,可以退钱吗 使用手提式灭火顺序为拔出铁销子拉环将喷嘴对住火源人站在上风头用手... 天然气ic卡不用了,里面的钱退不退 支付宝交燃气费 交多了可以退款吗?急急急