导航:首页 > 操作系统 > linux几块硬盘

linux几块硬盘

发布时间:2024-01-05 21:57:38

linux查看有几块硬盘

一、整体流程
1、把新硬盘连接起来
2、在CMOS里配置新硬盘
3、查看硬盘代号
4、用 fdisk 对硬盘进行分区
5、格式化分区
6、创建挂载点
7、设置/dev/fstab 以便开机时自动挂载分区
8、设置新硬盘分区的读写权限

二、具体操作步骤

1、把新硬盘连接起来,属于硬件操作,注意主板和硬盘的接口插正确就可以了。

2、在CMOS里配置新硬盘
启动计算机,并进入CMOS,让机器找到新硬盘。
IDE Channel 0Master: none (没有盘)
IDE Channel 0Slave: none (没有盘)
IDE Channel 1Master: 是DVD-ROM
IDE Channel 1Slave: none (没有盘)
IDE Channel 2Master: HDS728080PLA380 (原来的80GBSATA I 硬盘)
IDE Channel 3Master: none (没有盘)
在none 的Channels一个一个地让计算机自动寻找硬盘。最后发现了:
IDE Channel 3Master: ST31000528AS (新的1000GB SATA II型硬盘)

3、 查看硬盘代号
$ df
发现:
写道
/dev/sda1 /C_disk 15GB 7 (reserved for Windows XP, my PC is aal- system)
/dev/sda2 / 15GB 83 (Linux)
/dev/sda3 LinuxLVM 8e (Linux)
/dev/sda4 extended
/dev/sda5 82 (Linux Swap, 512MB, twice of the momoey)
/dev/sda6 /data 83 (Linux, mounted on /data, 45.5GB)
注意: SATA (通常称串口盘) 在Linux下被视为SCSI 盘(一种早期用在Sun工作站上和服务器 的高速硬盘,那时很贵!)。
可以判定: 新的硬盘应该就是/dev/sdb 了。
进入超级用户:
写道
$ su -l
password: yoursecrets
[root@Lenovo~]#
[root@Lenovo~]# fdisk -l
出现类似下面的信息(以下提示信息仅供参考,有的并非本人实际操作时的屏幕显示,但意思是一样 的):
写道
Disk/dev/sda: 10.7 GB, 10737418240 bytes
255heads, 63 sectors/track, 1305 cylinders
Units= cylinders of 16065 * 512 = 8225280 bytes
Diskidentifier: 0x0007d856
DeviceBoot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 1305 10281600 8e LinuxLVM
Disk /dev/sdb: 2147 MB, 2147483648 bytes <=新硬盘
255heads, 63 sectors/track, 261 cylinders
Units= cylinders of 16065 * 512 = 8225280 bytes
Diskidentifier: 0x00000000
Disk /dev/sdb doesn't contain a validpartition table

4、 用 fdisk 对硬盘进行分区
写道
[root@Lenovo~]#fdisk /dev/sdb
Devicecontains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Buildinga new DOS disklabel with disk identifier 0x623223a1.
Changeswill remain in memory only, until you decide to write them.
Afterthat, of course, the previous content won't be recoverable.
Warning: invalid flag 0x0000 ofpartition table 4 will be corrected by w(rite)
Command (m for help): p <=显示信息
Disk /dev/sdb: 1002.2 GB, 10*** bytes
255heads, 63 sectors/track, 121601 cylinders
Units= cylinders of 16065 * 512 = 8225280 bytes
Diskidentifier: 0x623223a1
DeviceBoot Start End Blocks Id System
Command (m for help): n <=新建分区
Commandaction
e extended
p primarypartition (1-4)
p <=新建主分区
Partitionnumber (1-4): 1 <=分区号为1,即/dev/sdb1
Firstcylinder (1-261, default 1): 回车取默认值
Usingdefault value 1
Lastcylinder or +size or +sizeM or +sizeK (1-261, default 261): 回车取默认值
Usingdefault value 261
Command (m for help): p <=显示分区信息
Disk /dev/sdb: 2147 MB, 2147483648 bytes
255heads, 63 sectors/track, 261 cylinders
Units= cylinders of 16065 * 512 = 8225280 bytes
Diskidentifier: 0x623223a1
DeviceBoot Start End Blocks Id System
/dev/sdb1 1 261 2096451 83 Linux
Command (m for help): w <=保存退出
Thepartition table has been altered!
Callingioctl() to re-read partition table.
Syncingdisks.

5、格式化分区
写道
# mkfs.ext4 -L disk2 /dev/sdb1 --格式化的同时给新硬盘加标签为 disk2
或者 mkfs.ext4 /dev/sdb1 --只格式化但不加标签
单独加标签的命令是: # e2label /dev/sdb1 /disk2

6、创建挂载点
写道
[root@Lenovo~]# mkdir /disk2

7、设置/dev/fstab 以便开机时自动挂载分区:
写道
[root@Lenovo~]# vi /etc/fstab
添加一行:
/dev/sdb1 /disk2 ext4 auto 1 2
若一次性手动挂载分区 ,使用命令: #mount /dev/sdb1 /disk2/

8、设置新硬盘或分区的读写权限:
# chmod a+w /disk2
这样所有计算机的用户都可以读写该分区,即/disk2盘了

Ⅱ 关于linux如何查看有几个硬盘每个硬盘分了几个区

在LINUX中查看分区情况的方法:

1、首先,打开终端,然后输入Fdisk-L并按回车键。

Ⅲ linux 系统能支持多少块硬盘

这个取决于你的硬件亏态系统 而不是操作系统

只要你的主板有足够的磁盘哪芹控制器和磁盘 ,那么 linux管理哪怕100块硬盘 1P容量 都没问题的

1P=1000T

你的机器很猛阿李空毕 ,除了磁盘柜 我还没见过能直接接十几个sata/sas 的主板, 你另加了PCIE的磁盘控制器吗?
另外 得挑个够大的机箱和第二电源才能撑得住这一大堆硬盘

Ⅳ 如何查看linux服务器上有几块磁盘

有多弯中种方式查看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 17.8G 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: 42.9 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: 21.5 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

Ⅳ LINUX系统需要多大的硬盘空间

一般6-10G,建议20G以上。
由于Linux的内核的来源是一样的, 但由于发行版本不同, 具体需要磁盘大小看具体系统需求。
Linux内核比较小, 安装系统其实用不了多大的磁盘空间, 不像MAX OS 和windows 。为了获得完整的用户体验, 建议磁盘空间保证在20G以上, 如果需要安装很多软件和服务, 那么自然就要扩大磁盘容量了。 当然也可以在系统装好之后扩充磁盘容量, 但为了避免麻烦和数据损失, 建议在安装时多分一点儿空间。

阅读全文

与linux几块硬盘相关的资料

热点内容
pythongui测试工具 浏览:830
哈曼l7功放编程 浏览:216
体温单片机 浏览:611
快捷键命令不能用了 浏览:344
边界层加密网格优点 浏览:234
linuxvi保存文件 浏览:533
把视频打包出文件夹是什么意思 浏览:443
如何在藏书馆app上注销账号 浏览:823
51单片机架构 浏览:895
安卓下载东西怎么弄 浏览:520
我的世界服务器地址13 浏览:309
机修编程原理 浏览:720
手机点开app反应慢是哪里的问题 浏览:772
数控铣床g代码编程图案 浏览:129
lan是指什么服务器 浏览:769
php匹配手机号 浏览:444
火狐app拦截窗口如何解除 浏览:904
javaapichm下载 浏览:163
如何用代理服务器玩cf 浏览:1001
java对象转jsonobject 浏览:372