LVM报错:resize2fs: Bad magic number in super-block

简介:

问题:resize2fs: Bad magic number in super-block while trying to open /dev/mapper/cl-root


[root@docker1 ~]# df -Th

Filesystem          Type      Size  Used      Avail   Use%   Mounted on

/dev/mapper/cl-root      xfs     18G     18G    897M    96%    /

devtmpfs            devtmpfs  901M     0      901M   0%     /dev

tmpfs              tmpfs     912M     0     912M   0%     /dev/shm

tmpfs              tmpfs     912M    608K    912M   1%    /run

tmpfs              tmpfs     912M     0     912M   0%     /sys/fs/cgroup

/dev/sda1           xfs      1014M    186M    829M  19%     /boot

tmpfs              tmpfs     183M     0     183M   0%     /run/user/0


添加硬盘后,重新扫描硬盘状态

[root@docker1 ~]# echo "- - -" >/sys/class/scsi_host/host0/scan 

[root@docker1 ~]# echo "- - -" >/sys/class/scsi_host/host1/scan 

[root@docker1 ~]# echo "- - -" >/sys/class/scsi_host/host2/scan 


[root@docker1 ~]# vgdisplay

  --- Volume group ---

  VG Name               cl

  System ID             

  Format                lvm2

  Metadata Areas          1

  Metadata Sequence No      3

  VG Access             read/write

  VG Status             resizable

  MAX LV                0

  Cur LV                2

  Open LV                2

  Max PV                0

  Cur PV                1

  Act PV                1

  VG Size               <19.00 GiB

  PE Size               4.00 MiB

  Total PE              4863

  Alloc PE / Size         4862 / 18.99 GiB

  Free  PE / Size        1 / 4.00 MiB

  VG UUID               0g6KUL-2kdC-e4Ml-EMFH-2JYs-SNUT-bn09Od

   

[root@docker1 ~]# pvcreate /dev/sdc

  Physical volume "/dev/sdc" successfully created.

[root@docker1 ~]# pvscan

  PV /dev/sda2   VG cl              lvm2 [<19.00 GiB / 4.00 MiB free]

  PV /dev/sdc                       lvm2 [20.00 GiB]

  Total: 2 [<39.00 GiB] / in use: 1 [<19.00 GiB] / in no VG: 1 [20.00 GiB]


[root@docker1 ~]# vgextend cl /dev/sdc

  Volume group "cl" successfully extended


[root@docker1 ~]# resize2fs /dev/mapper/cl-root

resize2fs 1.42.9 (28-Dec-2013)

resize2fs: Bad magic number in super-block while trying to open /dev/mapper/cl-root

Couldn't find valid filesystem superblock.



[root@docker1 ~]# mount |grep cl-root

/dev/mapper/cl-root on / type xfs (rw,relatime,seclabel,attr2,inode64,noquota)


[root@docker1 ~]# xfs_

xfs_admin      xfs_freeze     xfs_logprint   xfs_quota

xfs_bmap       xfs_fsr        xfs_mdrestore  xfs_repair

xfs_copy       xfs_growfs     xfs_metadump   xfs_rtcp

xfs_db         xfs_info       xfs_mkfile     

xfs_estimate   xfs_io         xfs_ncheck   

  

[root@docker1 ~]# xfs_growfs /dev/mapper/cl-root

meta-data=/dev/mapper/cl-root    isize=512    agcount=4, agsize=1179136 blks

         =             sectsz=512    attr=2, projid32bit=1

         =             crc=1        finobt=0 spinodes=0

data      =             bsize=4096     blocks=4716544, imaxpct=25

         =            sunit=0       swidth=0 blks

naming    =version 2        bsize=4096    ascii-ci=0 ftype=1

log      =internal         bsize=4096    blocks=2560, version=2

         =             sectsz=512    sunit=0 blks, lazy-count=1

realtime =none             extsz=4096     blocks=0, rtextents=0

data blocks changed from 4716544 to 5242880

[root@docker1 ~]# df -Th

Filesystem          Type      Size  Used Avail Use% Mounted on

/dev/mapper/cl-root     xfs      20G   18G  2.9G  86% /

devtmpfs            devtmpfs  901M     0  901M   0% /dev

tmpfs               tmpfs     912M     0  912M   0% /dev/shm

tmpfs               tmpfs     912M  640K  912M   1% /run

tmpfs               tmpfs     912M     0  912M   0% /sys/fs/cgroup

/dev/sda1            xfs      1014M  186M  829M  19% /boot

tmpfs               tmpfs     183M     0  183M   0% /run/user/0



本文转自 Mr_sheng 51CTO博客,原文链接:http://blog.51cto.com/sf1314/2062106


相关文章
|
2月前
|
存储 Java Linux
Java“Bad Magic Number”错误解决
Java“Bad Magic Number”错误通常发生在尝试运行不兼容或损坏的类文件时。解决方法包括确保使用正确的JDK版本、检查类文件完整性、清理和重新编译项目。
187 7
|
5月前
|
安全 前端开发 网络安全
【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER
【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER
164 0
|
6月前
|
安全 前端开发 网络安全
【Azure App Service】访问App Service应用报错 SSL: WRONG_VERSION_NUMBER(上海蓝云阻断页)
在Azure App Service上部署的应用遇到`SSL: WRONG_VERSION_NUMBER`错误。问题可能由不兼容的TLS版本引起,但即使将最小入站TLS版本改为1.2,问题仍存在。实际原因是上海蓝云的阻断页面,表明网站未完成ICP备案或有安全规定限制。解决方案包括:1) 对App Service绑定自定义域名并进行ICP备案,或2) 使用Application Gateway处理公网请求。在复杂环境中,需仔细排查和适配规则。
195 11
|
关系型数据库 MySQL
Mysql报错:InnoDB: Operating system error number 13 in a fil..的解决方法
Mysql报错:InnoDB: Operating system error number 13 in a fil..的解决方法
519 0
|
8月前
|
JavaScript 前端开发
完美解决 报错 Vue Invalid prop: type check failed for prop “min“. Expected Number with value 1,
完美解决 报错 Vue Invalid prop: type check failed for prop “min“. Expected Number with value 1,
314 1
|
JavaScript
vue 渲染列表报错Avoid using non-primitive value as key, use string/number value instead. found in
vue 渲染列表报错Avoid using non-primitive value as key, use string/number value instead. found in
127 0
|
Linux
【Linux】关于Bad magic number in super-block 当尝试打开/dev/sda1 时找不到有效的文件系统超级块
【Linux】关于Bad magic number in super-block 当尝试打开/dev/sda1 时找不到有效的文件系统超级块
538 0
|
Web App开发 JavaScript 前端开发
Edge浏览器报错IE解决 Expected identifier, string or number 配置 babel vue plugins Preset
Edge浏览器报错IE解决 Expected identifier, string or number 配置 babel vue plugins Preset
366 0
|
SQL 并行计算 数据库连接
ArcSWAT报错:Error Number :-2147467259; 对 COM 组件的调用返回了错误 HRESULT E_FAIL
ArcSWAT报错:Error Number :-2147467259; 对 COM 组件的调用返回了错误 HRESULT E_FAIL
|
API Android开发
Flutter导入第三方包后报错The number of method references in a .dex file cannot exceed 64K
Flutter导入第三方包后报错The number of method references in a .dex file cannot exceed 64K