图解Linux命令之--badblocks命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
badblocks命令-->用来检查坏道位置的工具,用来检查磁盘中损坏的区块
说明:如何检查硬盘损坏区域并防止使用这部分区域
步骤1: 使用fdisk命令识别硬盘信息
# fdisk -l
步骤2: 扫描硬盘的损坏扇区或区块
# badblocks -v /dev/sdb > /tmp/bad-blocks.txt
步骤3: 提示操作系统不要使用损坏区块存储
# e2fsck -l /tmp/bad-blocks.txt /dev/sdb
备注: 执行e2fsck命令前,需要先挂载设备
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献22条内容
所有评论(0)