随笔分类 - 问题解决
摘要:场景: 在CentOS系统中,添加了一块大于2T的数据盘 使用fdisk /dev/xxx 的方式划分该盘时提示: The size of this disk is 2 TiB (2199023255552 bytes). DOS partition table format cannot be u
阅读全文
摘要:CentOS8使用yum报错:Cannot prepare internal mirrorlist: No URLs in mirrorlist 报错信息:错误:为仓库 'appstream' 下载元数据失败 : Cannot prepare internal mirrorlist: No URLs
阅读全文
摘要:jenkins启动报错:Failed Loading global config 问题起因: 想在构建项目中使用复选框(Extended Choice Parameter),需要安装Extended Choice Parameter插件,但是因为版本过低的原因,导致插件无法正常安装。然后根据提示,就
阅读全文
摘要:问题起因:因为大数据环境,服务器资源有限,磁盘很容易被数据跑满,长期需要手动清理,导致有时候清理出现问题。 问题: 文件无法删除成功,执行ls命令报错: ls: cannot access blk_xxxxxxxx: Structure needs cleaning 分析:这个错误信息表明文件系统的
阅读全文