问题

[Storage & Snapshots] Failed to check file system of volume "SYS". Storage pool: 1. Volume could not be unmounted.

检测问题

检测问题可选命令有

md_checker

pvdisplay

vgdisplay

lvdisplay

处理步骤

备份

先备份数据,rsync比HBS3好用多了。

如果没有坏块

如果没有坏块,就在下图位置扫描坏块,扫描完,自动清除异常标志

如果有坏块

坏块修复

如果有坏块,可以使用 “DiskGenius”扫描修复

强制消除异常标志

  1. 開啟SSH
  2. 登入 console
  3. # sed -i '/pd_err_wwn_/d' /mnt/HDA_ROOT/.conf
  4. 重啟 NAS.

The Solution

  1. Change the “/etc/lvm/lvm.conf” as described above

  2. In general one should configure the LVM to filter out all sd* devices and only see the /dev/emcpower* or /dev/mapper/* devices. If there are other non-mutipathed SCSI devices LVM volumes, e.g: /dev/cciss/*, then set the filter accordingly, for example:

filter = [ "r/sd.*/" "a/dev/cciss/*/" "a/dev/emcpower.*/" "a/dev/mapper/*/" ]

With this setting, the ‘lvmdiskscan’ and ‘pvscan’ commands should only find the /dev/ccisss/, /dev/emcpower and /dev/mapper/* devices.

  1. Stop any applications/services that access LVM managed devices/filesystems.

  2. Unmount all LVM-based filesystems.

  3. Deactivate all Volume Groups.

# vgchange -an
  1. Rescan Volume Groups.
# vgscan
  1. Re-activate Volume Groups.
# vgchange -ay

\8. Mount any LVM-based filesystems.

  1. Start any applications/services requring access to LVM managed devices/filesystems.

总结:

为了安全和稳定性,有坏块后,备份数据,使用DiskGenius修复坏块,(只能修复逻辑坏块,不能修复物理坏块),然后最好全盘格式化再使用。

SDD可以使用低级格式化,但会全盘减少一次写寿命。尽量少用。

进入维护模式,在进行修复,有可能解决问题!

参考

系列教程

全部文章RSS订阅

Nas系列

Nas 分类 RSS 订阅

Docker系列

Docker 分类 RSS 订阅


作者: 夜法之书
版权声明: 本博客所有文章除特別声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 夜法之书 !
评论
数据加载中 ...
 上一篇

阅读全文

qBittorrent 参数详细设置教程
qBittorrent 参数详细设置教程 qBittorrent 参数详细设置教程
更加强大的下载BT下载工具介绍,资源占用也更多。参数详细设置教程,为你提高下载速度,减少内存占用。图文介绍,及其详细的为你说明每一个选项。
2021-08-18
下一篇 

阅读全文

Debian Lenny Laptop安装记录
Debian Lenny Laptop安装记录 Debian Lenny Laptop安装记录
Debian Lenny Laptop安装记录,打造一个满足日常使用需求的Debain Desktop。包括常用软件,音视频,文档处理,中文环境,ed2k下载等等。
2021-08-18
  目录