LoginSignup
5
1

More than 3 years have passed since last update.

UUIDとPARTUUIDの違い

Last updated at Posted at 2019-09-11

UUID

ファイルシステムを設定するときに付与されるUUIDのこと。
例えば$ mkfs.* /dev/****を実行時にUUIDが生成される。
また、FAT や NTFS ファイルシステムは UUID をサポートしておらず、
短い UID(例:2CD2-D9B8)が/dev/disk/by-uuidに登録される。

PARTUUID

GPTパーティションテーブルにより、設定される。
すなわち、パーティションを識別するためのUUID。

Reference

5
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1