<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>磁盘管理与扩容 - 系列 - Hugo笔记</title>
        <link>http://lovelycabin.dpdns.org/blog/series/%E7%A3%81%E7%9B%98%E7%AE%A1%E7%90%86%E4%B8%8E%E6%89%A9%E5%AE%B9/</link>
        <description>磁盘管理与扩容 - 系列 - Hugo笔记</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>ein_crimson@163.com (lilac)</managingEditor>
            <webMaster>ein_crimson@163.com (lilac)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Mon, 20 Jun 2022 15:31:45 &#43;0800</lastBuildDate><atom:link href="http://lovelycabin.dpdns.org/blog/series/%E7%A3%81%E7%9B%98%E7%AE%A1%E7%90%86%E4%B8%8E%E6%89%A9%E5%AE%B9/" rel="self" type="application/rss+xml" /><item>
    <title>磁盘管理与扩容</title>
    <link>http://lovelycabin.dpdns.org/blog/posts/series/disk-management/</link>
    <pubDate>Sun, 19 Jun 2022 16:00:44 &#43;0800</pubDate><author>
        <name>lilac</name>
    </author><guid>http://lovelycabin.dpdns.org/blog/posts/series/disk-management/</guid>
    <description><![CDATA[]]></description>
</item><item>
    <title>磁盘挂载</title>
    <link>http://lovelycabin.dpdns.org/blog/20220619/1655625645/</link>
    <pubDate>Sun, 19 Jun 2022 16:00:45 &#43;0800</pubDate><author>
        <name>lilac</name>
    </author><guid>http://lovelycabin.dpdns.org/blog/20220619/1655625645/</guid>
    <description><![CDATA[<h2 id="命令简介" class="headerLink">
    <a href="#%e5%91%bd%e4%bb%a4%e7%ae%80%e4%bb%8b" class="header-mark"></a>16 命令简介</h2><p>查看磁盘会用到一些命令<code>mount</code>、<code>blkid</code>、<code>lsblk</code>、<code>fdisk</code>等</p>
<ol>
<li>lsblk：适合快速查看块设备及层级关系</li>
<li>blksid：获取设备详细的文件系统信息</li>
<li>fdisk：检查和管理分区的详细信息，主要支持 MBR</li>
<li>parted：更全面的分区管理工具，支持 MBR 和 GPT</li>
<li>findmnt：查看和筛选当前挂载的设备</li>
</ol>
<h2 id="查看挂载点" class="headerLink">
    <a href="#%e6%9f%a5%e7%9c%8b%e6%8c%82%e8%bd%bd%e7%82%b9" class="header-mark"></a>17 查看挂载点</h2><ol>
<li>列出挂载点</li>
</ol>
<div class="code-block highlight is-open show-line-numbers  tw-group tw-my-2">
  <div class="
    
    tw-flex 
    tw-flex-row
    tw-flex-1 
    tw-justify-between 
    tw-w-full tw-bg-bgColor-secondary
    ">      
    <button 
      class="
        code-block-button
        tw-mx-2 
        tw-flex
        tw-flex-row
        tw-flex-1"
      aria-hidden="true">
          <div class="group-[.is-open]:tw-rotate-90 tw-transition-[transform] tw-duration-500 tw-ease-in-out print:!tw-hidden tw-w-min tw-h-min tw-my-1 tw-mx-1"><svg class="icon"
    xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --><path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg></div>
          <p class="tw-select-none !tw-my-1">text</p>]]></description>
</item><item>
    <title>磁盘扩容</title>
    <link>http://lovelycabin.dpdns.org/blog/20220619/1655633265/</link>
    <pubDate>Sun, 19 Jun 2022 18:07:45 &#43;0800</pubDate><author>
        <name>lilac</name>
    </author><guid>http://lovelycabin.dpdns.org/blog/20220619/1655633265/</guid>
    <description><![CDATA[<p>针对 Ubuntu22.04 系统进行磁盘扩容，部分命令在不同操作系统或许会有区别。</p>]]></description>
</item><item>
    <title>磁盘管理</title>
    <link>http://lovelycabin.dpdns.org/blog/20220620/1655710305/</link>
    <pubDate>Mon, 20 Jun 2022 15:31:45 &#43;0800</pubDate><author>
        <name>lilac</name>
    </author><guid>http://lovelycabin.dpdns.org/blog/20220620/1655710305/</guid>
    <description><![CDATA[<h2 id="物理分区" class="headerLink">
    <a href="#%e7%89%a9%e7%90%86%e5%88%86%e5%8c%ba" class="header-mark"></a>1 物理分区</h2><p>物理分区是一个物理概念，它对应着硬盘上的实际分区。每个物理分区都对应着硬盘上的一部分空间，并且一个硬盘可以被分成多个物理分区。每个物理分区都有一个唯一的标识符，例如在 Linux 系统中，物理分区通常用设备文件表示，如 /dev/sda1、/dev/sda2 等，它们分别代表硬盘上的不同分区。</p>]]></description>
</item></channel>
</rss>
