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

HP服务器linux 操作系统如何添加硬盘

发布网友 发布时间:2022-04-19 21:44

我来回答

5个回答

热心网友 时间:2023-04-25 18:23

我们可以这个在系统加载,难度不大。但是此过程大概要20分钟左右,因为需要同时服务器服务要停止。

在 Linux 下设备文件放在 /dev 目录下。

IDE 硬盘 第一块 /dev/hda 、第二块硬盘 /dev/hdb 、第三块 /dev/hdc.

SCSI 硬盘 第一块 /dev/sda 、第二块硬盘 /dev/sdb 、第三块 /dev/sdc

Hp raid or cpq array ( 这一点要注意 ).

第一个 logic driver /dev/cciss/c0d0

第二个 logic driver /dev/cciss/c0d1

以添加 SCSI 硬盘为例:

[root@linux /]# fdisk /dev/sdb 用 fdisk 工具来创建新的分区

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 17366.

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 显示主菜单

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) 主分区

p 创建主分区

Partition number (1-4): 1

First cylinder (1-17366, default 1): 1

Last cylinder or +size or +sizeM or +sizeK (1-17366, default 17366): +10000M 选择分区大小

Command (m for help): w 保存退出

The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.

The kernel still uses the old table.

The new table will be used at the next reboot.

Syncing disks.

[root@linux /]# mkfs -t ext3 /dev/sdb1 将我创建的第一个分区 sdb1 格式化

mke2fs 1.27 ( 8-Mar-2002 )

Filesystem label=

OS type: Linux

Block size=4096 (log=2)

Fragment size=4096 (log=2)

1281696 inodes, 2560252 blocks

128012 blocks (5.00%) reserved for the super user

First data block=0

79 block groups

32768 blocks per group, 32768 fragments per group

16224 inodes per group

Superblock backups stored on blocks:

32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632

Writing inode tables: done

Creating journal (8192 blocks): done

Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 21 mounts or

180 days, whichever comes first. Use tune2fs -c or -i to override.

[root@linux /]# mkdir /new 创建一个根目录

[root@linux /]# mount /dev/sdb1 /new 将 sdb1 分区 mount to /new

[root@linux /]# fdisk -l 查看分区信息

Disk /dev/sda: 64 heads, 32 sectors, 17366 cylinders

Units = cylinders of 2048 * 512 bytes

Device Boot Start End Blocks Id System

/dev/sda1 * 1 100 102384 83 Linux

/dev/sda2 101 12100 12288000 83 Linux

/dev/sda3 12101 16100 4096000 83 Linux

/dev/sda4 16101 17366 1296384 f Win95 Ext"d (LBA)

/dev/sda5 16101 16866 784368 82 Linux swap

/dev/sda6 16867 17366 511984 83 Linux

Disk /dev/sdb: 64 heads, 32 sectors, 17366 cylinders

Units = cylinders of 2048 * 512 bytes

Device Boot Start End Blocks Id System

/dev/sdb1 1 10001 10241008 83 Linux

[root@linux /]# df 查看分区信息

Filesystem 1K-blocks Used Available Use% Mounted on

/dev/sda2 12095032 2919684 8560948 26% /

/dev/sda1 99134 17861 76154 19% /boot

/dev/sda3 4031680 32968 3793912 1% /home

none 127688 0 127688 0% /dev/shm

/dev/sda6 495828 153957 316272 33% /var

/dev/sdb1 10080092 32828 9535216 1% /new

[root@linux /]#

热心网友 时间:2023-04-25 18:23

在新买的一台dl380G6服务器安装linux的时候在放入第一块盘进行到硬盘分区的RHEL 5.0不支持串口硬盘,也就是SATA接口的硬盘不可以被支持,我以前也是

热心网友 时间:2023-04-25 18:24

插上就能用。当然其实难点在于如何挂载怎么挂载,但这又和你怎么用挂钩,找服务器管理员吧。

热心网友 时间:2023-04-25 18:25

对于服务器的问题可以直接登录HP官网选择商用台式机选项进行咨询,或者可以联系HP的售后技术支持热线800-810-3888进行咨询

热心网友 时间:2023-04-25 18:25

自动挂载的
声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com
Linux系统安装FTP服务器 Linux系统的网络文件共享 建筑的七盏明灯的内容简介 面向对象设计七大原则 简单说 交互设计七大定律 交互设计的“根”——七大定律 交互设计原则和理论2——七大定律 七大设计原则 附近的加油站有哪些 附近的加油站有哪些地方 求linux基本命令 linux下怎么查看目录所在的分区 惠普linux系统的。。。 UNIX下 如何查看系统分区的容量使用情况?如何查看 ... linux 怎么查看adj文件 linux中如何查看磁盘阵列容量 我在两个主机(分别hp unix和linux)间用ftp传送文... unix下如何查看内置磁盘大小,df不能满足要求,还... 如何在linux 红帽子系统下 查看磁盘阵列空间大小 ... Linux下如何获取FTP文件名和大小? unix 下查看文件系统总大小 安卓系统短息里面为什么不能添加电话本 家里热水管漏水要怎么办 买房子贷款的流程 想贷款买房子,请问怎么办贷款 热水器管子漏水怎么修 热水器下水管漏水怎么办 贷款买房子要什么证件和手续 家里热水器的热水管漏水漏的厉害,怎么办? 贷款买房子需要具备哪些条件? max I/O chunk size 怎么看呢,比如window,linux... 怎么在linux下看PDF文件啊? linux怎样释放文件系统空间 Linux系统查看有几块硬盘 linux 支持什么格式的硬盘? hp linux如何查看设备序列号信息 安卓系统怎么转发短消息 月子里产妇能吃洋葱吗 坐月子可以吃洋瓜吗 坐月子可以吃西洋吗? 坐月子吃什么海鲜 女人坐月子能吃海鲜吗 产妇在坐月子期间,有哪些食物是不能吃的? 坐月子能不能吃海鲜 坐月子吃海鲜可以吗 产妇能吃海鲜吗 坐月子能不能吃生菜 坐月子能吃葱花吗? 孕妇坐月子能吃海鲜吗 htc安卓系统短消息发来时的提示音改了没用,不管怎么弄都是原来的“噔噔噔噔”求解啊