From 66faf625d3324bed8475f5de7cd454a022fef6e7 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 12 Dec 2022 21:53:22 +0800 Subject: [PATCH] fix typo: disk-uuid-partuuid-ptuuid.md --- content/essays/disk-uuid-partuuid-ptuuid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/essays/disk-uuid-partuuid-ptuuid.md b/content/essays/disk-uuid-partuuid-ptuuid.md index 8cd4a89..bf460ec 100644 --- a/content/essays/disk-uuid-partuuid-ptuuid.md +++ b/content/essays/disk-uuid-partuuid-ptuuid.md @@ -8,7 +8,7 @@ show_comments: true draft: false --- -在 Linux 中是用 `fdisk` 和 `blkid` 可以看到磁盘的 3 种 UUID,分别是 UUID、PARTUUID、PTUUID,下面将介绍每一种 UUID 的意义。 +在 Linux 中使用 `fdisk` 和 `blkid` 可以看到磁盘的 3 种 UUID,分别是 UUID、PARTUUID、PTUUID,下面将介绍每一种 UUID 的意义。