
Jan Engelhardt composed on 2016-01-12 23:50 (UTC+0100):
Felix Miata wrote: ...
With current TW's 4.3.3 it's more verbose: Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/Hitachi_HCS5C1050CLA382_JC0550HV2DJZTH-part23 5655815 5055450 309512 95% / ... Even in this email the problem will be obvious. Did the new linux-tools do this? Is there some way to recover the shorter line lengths with human memorable names?
This is interesting. It would appear your system switched from using sd_mod to dm_mod behind your back. Normally, that is not something that happens just by changing the kernel version. But it is possible in some contrived scenarios, enumerated below.
First, some observations:
- symlink handling in df did not change; coreutils-8.24-3.5 continues to NOT dereference /dev/mapper/BLAH to its underlying /dev/dm-X when displaying the mountpoint list.
- similarly, util-linux-2.27.1-2.1's mount(8) continues to NOT dereference /dev/mapper/BLAH, or df would be showing dm-X.
- similarly, the kernel continues to NOT dereference /dev/mapper/BLAH either when invoking mount(2), or df would be showing dm-X.
Hypothesis 1. Your /dev/sda{11..23} in the old kernel were actually dm_mod devices in the first place, created by the kpartx(8) utility, and something in kpartx changed.
Hypothesis 2. Your /dev/sda{11..23} in the old kernel were driven by CONFIG_EFI_PARTITION / CONFIG_MSDOS_PARTITION, and you have disabled these config options in a new custom kernel (so it cannot read partition tables), causing udev to invoke kpartx(8) to read the partition table ANYWAY, giving the partitions new device names.
You can check the major,minor number of the /dev/sda* entries to gather this missing information to either abolish or develop on these hypotheses.
Rebooted temporarily using the big original initrd: # ll /dev/sda* brw-rw---- 1 root disk 8, 0 Jan 13 03:42 /dev/sda brw-rw---- 1 root disk 8, 1 Jan 13 03:42 /dev/sda1 brw-rw---- 1 root disk 8, 10 Jan 13 03:42 /dev/sda10 brw-rw---- 1 root disk 8, 11 Jan 13 03:42 /dev/sda11 brw-rw---- 1 root disk 8, 12 Jan 13 03:42 /dev/sda12 brw-rw---- 1 root disk 8, 13 Jan 13 03:42 /dev/sda13 brw-rw---- 1 root disk 8, 14 Jan 13 03:42 /dev/sda14 brw-rw---- 1 root disk 8, 15 Jan 13 03:42 /dev/sda15 brw-rw---- 1 root disk 259, 0 Jan 13 03:42 /dev/sda16 brw-rw---- 1 root disk 259, 1 Jan 13 03:42 /dev/sda17 brw-rw---- 1 root disk 259, 2 Jan 13 03:42 /dev/sda18 brw-rw---- 1 root disk 259, 3 Jan 13 03:42 /dev/sda19 brw-rw---- 1 root disk 8, 2 Jan 13 03:42 /dev/sda2 brw-rw---- 1 root disk 259, 4 Jan 13 03:42 /dev/sda20 brw-rw---- 1 root disk 259, 5 Jan 13 03:42 /dev/sda21 brw-rw---- 1 root disk 259, 6 Jan 13 03:42 /dev/sda22 brw-rw---- 1 root disk 259, 7 Jan 13 03:42 /dev/sda23 brw-rw---- 1 root disk 259, 8 Jan 13 03:42 /dev/sda24 brw-rw---- 1 root disk 259, 9 Jan 13 03:42 /dev/sda25 brw-rw---- 1 root disk 259, 10 Jan 13 03:42 /dev/sda26 brw-rw---- 1 root disk 259, 11 Jan 13 03:42 /dev/sda27 brw-rw---- 1 root disk 259, 12 Jan 13 03:42 /dev/sda28 brw-rw---- 1 root disk 259, 13 Jan 13 03:42 /dev/sda29 brw-rw---- 1 root disk 8, 3 Jan 13 03:42 /dev/sda3 brw-rw---- 1 root disk 8, 4 Jan 13 03:42 /dev/sda4 brw-rw---- 1 root disk 8, 5 Jan 13 03:42 /dev/sda5 brw-rw---- 1 root disk 8, 6 Jan 13 03:42 /dev/sda6 brw-rw---- 1 root disk 8, 7 Jan 13 03:42 /dev/sda7 brw-rw---- 1 root disk 8, 8 Jan 13 03:42 /dev/sda8 brw-rw---- 1 root disk 8, 9 Jan 13 03:42 /dev/sda9 -- "The wise are known for their understanding, and pleasant words are persuasive." Proverbs 16:21 (New Living Translation) Team OS/2 ** Reg. Linux User #211409 ** a11y rocks! Felix Miata *** http://fm.no-ip.com/ -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org