Comment 2 for bug 1769333

Revision history for this message
Bougron (francis-bougron) wrote :

Hello.

In ubuntu 16.04.4, I have also the same problem.
I can't see partitions number 5 6 7 8 9
 e terminal commande in
Do you a command in "gnome-disks" able to do the same things that "fdisk -l" or "blkid" ?

For Your Information
sudo blkid | grep -Ei "sda5|sda6|sda7|sda8|sda9|"

a@a:~$ sudo blkid | grep -Ei "sda5|sda6|sda7|sda8|sda9|sad10"
/dev/sda5: LABEL="INSWIN1804B" UUID="3484-E187" TYPE="vfat" PARTUUID="a66ab516-4283-444a-939c-8d9693473d57"
/dev/sda6: LABEL="INST1604FAT" UUID="3484-E187" TYPE="vfat" PARTUUID="ece6ecf2-533a-4694-88ac-1fbbd0d51561"
/dev/sda7: LABEL="ubunt16-04-SDA" UUID="9f64e6e3-6a27-4799-9d65-b6dd57bc58b8" TYPE="ext4" PARTUUID="10ba17ae-d4d5-4fb2-8206-6d676f493d71"
/dev/sda8: UUID="7f7fb8aa-5253-4254-8e8e-51146dcb835d" TYPE="ext4" PARTUUID="e5a3b007-d45f-443b-abd7-9b27b106f219"
/dev/sda9: LABEL="windowsX-B-SDA" UUID="014C99004C43124C" TYPE="ntfs" PARTUUID="180c8539-8b22-4096-88ae-088e668e469c"
a@a:~$

sudo fdisk -l | grep -Ei "sda5|sda6|sda7|sda8|sda9"
/dev/sda5 223954944 234440703 10485760 5G Microsoft basic data
/dev/sda6 219760640 223954943 4194304 2G Microsoft basic data
/dev/sda7 186206208 215566335 29360128 14G Linux filesystem
/dev/sda8 156846080 186206207 29360128 14G Linux filesystem
/dev/sda9 76931072 152651775 75720704 36,1G Microsoft basic data
a@a:~$