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.