On 02/08/17 10:34 AM, Mark Hounschell wrote:
# blkid /dev/sdf1 /dev/sdf1: LABEL="SANDISK" UUID="5AAE-A725" TYPE="vfat" PARTUUID="10ce3e4f-01"
[...]f
# blkid /dev/sdf /dev/sdf: UUID="2014-10-27-14-56-02-00" LABEL="openSUSE-13.2-DVD-x86_640051" TYPE="iso9660" PTUUID="10ce3e4f" PTTYPE="dos"
So it looks to me like 42.2 is looking at the /dev/sdf1 info and 42.3 is looking at the /dev/sdf info? Is this proper, or something unexpected?
/dev/sdf and /dev/sfd1 are NOT the same thing. if you look at you main disk you might see something like # ls /dev/sda /dev/sda # ls /dev/sda* /dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda is the DRIVE /dev/sda, /dev/sda2, /dev/sda3 are the PARTITIONS on it. # ls -l /dev/sda* brw-rw---- 1 root disk 8, 0 Aug 2 07:56 /dev/sda brw-rw---- 1 root disk 8, 1 Aug 2 07:56 /dev/sda1 brw-rw---- 1 root disk 8, 2 Aug 2 07:56 /dev/sda2 brw-rw---- 1 root disk 8, 3 Aug 2 07:56 /dev/sda3 # ls -l /dev/disk/by-label/BOOT lrwxrwxrwx 1 root root 10 Aug 2 07:56 /dev/disk/by-label/BOOT -> ../../sda1 # ls -l /dev/disk/by-label/SWAP lrwxrwxrwx 1 root root 10 Aug 2 07:56 /dev/disk/by-label/SWAP -> ../../sda2 sda3 is my LVM device but lets not go into that, it will just confuse the matter and the point I'm trying to male # blkid /dev/sda /dev/sda: PTUUID="95145b7b-5bf2-400a-a1c1-d75b6f197126" PTTYPE="gpt" # blkid /dev/sda1 /dev/sda1: LABEL="BOOT" UUID="fe7be533-fb41-421d-9216-29c9701ec01c" TYPE="ext2" PTTYPE="dos" PARTLABEL="primary" PARTUUID="cebb3ec5-8cfe-4272-954e-04552ca5305c" ^^^^^^^^^ ^^^^^^^^ Note: it's now referring to a PARTitiion That''s on the same machine. I think that your two machines are configured slightly differently in the way the udisk rules are set up for recognising when a USB drive is plugged in. It is unlikely that you made such alternations. I think we have to blame the developers for this installation-level config change. its an annoyance but we can't report it as a bug. well, that's my opinion. -- A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting frowned upon? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org