From 3e64809cde4a4ffdc3a4fb6767acc631793e119b Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 12 Dec 2022 21:52:08 +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 4d35fef..8cd4a89 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 的意义。