Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does Linux view partition UUID

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces "Linux how to view partition UUID". In daily operation, I believe many people have doubts about how to view partition UUID in Linux. Xiaobian consulted all kinds of data and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubt of "how to view partition UUID in Linux". Next, please follow the editor to study!

The full name of UUID code is a universal unique identification code, it is a software construction standard, its purpose is to make all elements in the distributed system have unique identification information, without the need to specify identification information through the central control terminal.

\ 1. Sudo blkid\ 1.sudo blkid/dev/loop0: TYPE= "squashfs"

/ dev/loop1: TYPE= "squashfs"

/ dev/loop2: TYPE= "squashfs"

/ dev/loop3: TYPE= "squashfs"

/ dev/loop4: TYPE= "squashfs"

/ dev/loop5: TYPE= "squashfs"

/ dev/loop6: TYPE= "squashfs"

/ dev/loop7: TYPE= "squashfs"

/ dev/sda1: UUID= "*-*" TYPE= "ntfs" PARTUUID= "3b3d7c9a-01"

/ dev/sda2: UUID= "*-*" TYPE= "ntfs" PARTUUID= "3b3d7c9a-02"

/ dev/sda3: UUID= "*-*" TYPE= "ntfs" PARTUUID= "3b3d7c9a-03"

/ dev/sda5: UUID= "*-*" TYPE= "ext4" PARTUUID= "3b3d7c9a-05"

/ dev/sda6: UUID= "*-*" TYPE= "swap" PARTUUID= "3b3d7c9a-06"

/ dev/loop8: TYPE= "squashfs"

/ dev/loop9: TYPE= "squashfs"

/ dev/loop10: TYPE= "squashfs"

/ dev/loop11: TYPE= "squashfs"

/ dev/loop12: TYPE= "squashfs"

/ dev/loop13: TYPE= "squashfs"

/ dev/loop14: TYPE= "squashfs"

/ dev/loop15: TYPE= "squashfs"

/ dev/loop16: TYPE= "squashfs"

/ dev/loop17: TYPE= "squashfs"

/ dev/loop18: TYPE= "squashfs"

/ dev/loop19: TYPE= "squashfs"

/ dev/loop20: TYPE= "squashfs"

/ dev/loop21: TYPE= "squashfs"

/ dev/sdb1: UUID= "*-*" TYPE= "ntfs" PARTUUID= "83e6d4ce-01"

/ dev/sdb3: UUID= "*-*" TYPE= "vfat" PARTUUID= "83e6d4ce-03"

/ dev/sdb4: UUID= "*-*" TYPE= "ext2" PARTUUID= "83e6d4ce-04"

/ dev/sdb2: PARTUUID= "83e6d4ce-02"

2. Ls-l / dev/disk/by-uuidlrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sda3

Lrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sda1

Lrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sda6

Lrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sda5

Lrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sdb1

Lrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sdb4

Lrwxrwxrwx 1 root root 10 September 23 11:55 *-- >.. /.. / sda2

Lrwxrwxrwx 1 root root 10 September 23 11:55 *->.. /.. / sdb3

\ 3. GParted is a waste of time

At this point, the study on "how to view the partition UUID by Linux" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report