Score:1

How do I identify disk partitions from volume/UUID in Ubuntu File Manager (like /dev/sdx)?

ng flag

Ubuntu "file manager" lists disk partition as "104 GB volume". "Properties" gives more information, but uses the disks UUID.

"Open on disks" just starts the "disks" application.

I like to operate on the partition, like move or resize it.

How do I get my /dev/ name from the UUID?

Preferably using a simple command.

pt flag
Take a look at `/dev/disk/by-uuid` (e.g., `ls -l /dev/disk/by-uuid`).
Nikita Kipriyanov avatar
za flag
Run `sudo blkid`.
Score:1
cn flag

To resolve UUIDs to their full unix path use

sudo blkid

It will output something like this:

[root@EXAMPLE ~]# sudo blkid
/dev/sda1: UUID="12345678-dc78-4096-1111-c71111111111" TYPE="xfs"
/dev/sdb1: UUID="12345678-dc78-4096-1111-c71111111112" TYPE="xfs"

All the disk names will also be linked in the virtual directory /dev/disk/by-uuid.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.