如何查看linux服务器上有几块磁盘?
方法1:
[root@localhost xly]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sr0 11:0 1 1024M 0 rom
sda 8:0 0 40G 0 disk
├─sda1 8:1 0 300M 0 part /boot
├─sda2 8:2 0 178G 0 part /
└─sda3 8:3 0 2G 0 part [SWAP]
sdb 8:16 0 20G 0 disk /opt
可知系统有sda和sdb两块磁盘
方法2:
[root@localhost xly]# fdisk -l
Disk /dev/sda: 429 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00041bdd
Device Boot Start End Blocks Id System
/dev/sda1 1 39 307200 83 Linux
Partition 1 does not end on cylinder boundary
/dev/sda2 39 2358 18631680 83 Linux
/dev/sda3 2358 2611 2031616 82 Linux swap / Solaris
Disk /dev/sdb: 215 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
看你的服务器是什么结构 ,如果是热插拔的硬盘, 在前面板上可以看到硬盘, 那么开机状态下, 有硬盘的"格子", 有硬盘灯闪亮, 没有硬盘的"格子", 就没有灯亮, 数一数就知道有几个
看内存,右键我的电脑属性,就有了。 硬盘 控制面板,管理工具,计算机管理,磁盘管理。
如果你 是要买2手的 最好带张系统盘 从新装系统再看 ,因为有的奸商修改注册表,让你看不 到真正的容量。
你现在还能买到scsi的硬盘么?现在是sas和sata的时代了。
服务器启动时,会有一个提示,让你输入某个键(一般是ctrl+a),进入raid卡配置程序,这一般都是图形界面的,在raid管理界面中能够看到raid信息,也可以修改raid配置。
加1块单独硬盘的话,把服务器关掉,插入硬盘,开机,进入raid界面,后面的设置步骤很简单的,你只要别去动原先那两块硬盘的raid就行了。加2块再作一个raid1阵列也差不多。
但如果你想把新的硬盘加到原有的阵列中,硬盘数量何容量得符合要求。这个比较麻烦,建议你还是把新的硬盘作成新的阵列吧。
0条评论