<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on 三千小栈</title><link>https://blog.wyq.ee/posts/</link><description>Recent content in Posts on 三千小栈</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><copyright>© 2026</copyright><lastBuildDate>Mon, 21 Sep 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.wyq.ee/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>Linux云服务器初始化：LVM 根分区扩容</title><link>https://blog.wyq.ee/posts/linux-lvm-root-expand/</link><pubDate>Mon, 21 Sep 2026 00:00:00 +0000</pubDate><guid>https://blog.wyq.ee/posts/linux-lvm-root-expand/</guid><description>记录一次 Linux 云服务器根分区扩容过程：先用 df -T 与 lsblk -f 确认文件系统是 ext4 还是 xfs，再用 vgdisplay 查看卷组空闲空间，执行 lvextend -l +100%FREE 将剩余 PE 全部分配给逻辑卷，最后按文件系统类型选择 resize2fs（ext4）或 xfs_growfs（xfs）在线扩容，并用 df -H 验证结果。</description></item></channel></rss>