Hello: Still my new openSUSE Leap 15.3 installation. Doing a df -h my root partition (the only partition at the moment) is listed as /dev/mapper/WDC.....-part2. Is this the normal way in Leap 15.3 or I enabled some service which does this? How could I get back the old /dev/sdx way? Thanks, Istvan
On Tue, 26 Oct 2021 17:45:44 +0200 Istvan Gabor wrote:
Hello:
Still my new openSUSE Leap 15.3 installation.
Doing a df -h my root partition (the only partition at the moment) is listed as /dev/mapper/WDC.....-part2.
Is this the normal way in Leap 15.3 or I enabled some service which does this?
How could I get back the old /dev/sdx way?
Thanks,
Istvan
Did you choose to encrypt the partition? /dev/mapper/.. usually points to an encrypted partition. -- Bob Williams System: Linux 5.3.18-lp152.50-default Desktop: KDE Frameworks: 5.71.0, Qt: 5.12.7 and Plasma: 5.18.5 https://useplaintext.email/
W dniu 26.10.2021 o 17:45, Istvan Gabor pisze:
Hello:
Still my new openSUSE Leap 15.3 installation.
Doing a df -h my root partition (the only partition at the moment) is listed as /dev/mapper/WDC.....-part2.
Is this the normal way in Leap 15.3 or I enabled some service which does this?
How could I get back the old /dev/sdx way?
Thanks,
Istvan
/dev/mapper (aka Device Mapper https://en.wikipedia.org/wiki/Device_mapper) is a subsystem that is used by multiple other things, like LVM (Logical Volume Manager) or Cryptsetup. To know what your setup looks like, it would be helpful if you give the output of command "lsblk".
Tue, 26 Oct 2021 19:59:54 +0200 időpontban Adam Mizerski írta:
W dniu 26.10.2021 o 17:45, Istvan Gabor pisze:
Hello: Still my new openSUSE Leap 15.3 installation. Doing a df -h my root partition (the only partition at the moment) is listed as /dev/mapper/WDC.....-part2. Is this the normal way in Leap 15.3 or I enabled some service which does this? How could I get back the old /dev/sdx way? Thanks, Istvan
/dev/mapper (aka Device Mapper https://en.wikipedia.org/wiki/Device_mapper) is a subsystem that is used by multiple other things, like LVM (Logical Volume Manager) or Cryptsetup.
To know what your setup looks like, it would be helpful if you give the output of command "lsblk".
Hello: Here is the result of lsblk. # lsblk NAME MAJ:MIN RM SIZE RO TYP sda 8:0 0 232.9G 0 dis ├─sda1 8:1 0 4G 0 par ├─sda2 8:2 0 60G 0 par ├─sda3 8:3 0 60G 0 par ├─sda4 8:4 0 1K 0 par ├─sda5 8:5 0 60G 0 par ├─sda6 8:6 0 48.9G 0 par └─WDC... 254:0 0 232.9G 0 mpa ├─WDC...-part1 254:1 0 4G 0 par ├─WDC...-part2 254:2 0 60G 0 par ├─WDC...-part3 254:3 0 60G 0 par ├─WDC...-part4 254:4 0 1K 0 par ├─WDC...-part5 254:5 0 60G 0 par └─WDC...-part6 254:6 0 48.9G 0 par sr0 11:0 1 1024M 0 rom I don't have LVM, encrypted partition, RAID or btrfs. Thanks.
Tue, 26 Oct 2021 19:59:54 +0200 időpontban Adam Mizerski írta:
W dniu 26.10.2021 o 17:45, Istvan Gabor pisze:
Hello: Still my new openSUSE Leap 15.3 installation. Doing a df -h my root partition (the only partition at the moment) is listed as /dev/mapper/WDC.....-part2. Is this the normal way in Leap 15.3 or I enabled some service which does this? How could I get back the old /dev/sdx way? Thanks, Istvan
/dev/mapper (aka Device Mapper https://en.wikipedia.org/wiki/Device_mapper) is a subsystem that is used by multiple other things, like LVM (Logical Volume Manager) or Cryptsetup.
To know what your setup looks like, it would be helpful if you give the output of command "lsblk".
I don't have LVM, RAID, encrypted partition or btrfs. For some reason initrd had the multipath module, I guess. I recreated the initrd several times beforehand. I found the solution here: 17.5 Configuring the System for Multipathing 17.5.1 Enabling, Disabling, Starting and Stopping Multipath I/O Services https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-multipath.html https://documentation.suse.com/sles/12-SP4/html/SLES-all/cha-multipath.html#... That is: # systemctl stop multipathd # systemctl disable multipathd # dracut --force -o multipath -o is for do not include in the initrd. Reboot. This fixed the problem. Thanks again, Istvan
participants (3)
-
Adam Mizerski
-
Bob Williams
-
Istvan Gabor