Package: mdadm
Version: 3.4-4+b1
Severity: normal
Tags: upstream

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?

I have seen this boot message after upgrading to stretch from jessie.

cat /usr/share/initramfs-tools/scripts/local-bottom/mdadm

#!/bin/sh
rm -f /run/count.mdadm.initrd
exit 0

I suspect, using "/bin/rm" might solve the issue. (did not try)

Not sure though, what are should be accessible in a debian initramfs.

*** End of the template - remove these template lines ***


-- Package-specific info:
--- mdadm.conf
CREATE owner=root group=disk mode=0660 auto=yes
HOMEHOST <system>
MAILADDR root
ARRAY /dev/md/1  metadata=1.2 UUID=aea5ed53:7c23d004:168fc1d8:f9b8c2d4 
name=mamita:1
ARRAY /dev/md/2  metadata=1.2 UUID=2d7770ab:16ad6a2e:777e7373:30a2e049 
name=mamita:2
ARRAY /dev/md/3  metadata=1.2 UUID=2a10f1e3:a07888a5:4cb4660a:c6282746 
name=mamita:3
ARRAY /dev/md/4  metadata=1.2 UUID=7900c642:603410eb:04721aa4:5a654e1f 
name=mamita:4
ARRAY /dev/md/5  metadata=1.2 UUID=24d18432:b51c430a:dfc7a0c2:9b4c8df9 
name=mamita:5

--- /etc/default/mdadm
AUTOCHECK=true
START_DAEMON=true
DAEMON_OPTIONS="--syslog"
VERBOSE=false

--- /proc/mdstat:
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] 
[raid10] 
md2 : active raid1 sdb2[3] sdc2[2]
      209584128 blocks super 1.2 [2/2] [UU]
      bitmap: 2/2 pages [8KB], 65536KB chunk

md4 : active (auto-read-only) raid1 sdb4[3] sdc4[2]
      209584128 blocks super 1.2 [2/2] [UU]
      bitmap: 0/2 pages [0KB], 65536KB chunk

md5 : active (auto-read-only) raid1 sdb5[3] sdc5[2]
      137769664 blocks super 1.2 [2/2] [UU]
      bitmap: 0/2 pages [0KB], 65536KB chunk

md1 : active raid1 sdc1[2] sdb1[3]
      209583104 blocks super 1.2 [2/2] [UU]
      bitmap: 1/2 pages [4KB], 65536KB chunk

md3 : active raid1 sdb3[3] sdc3[2]
      209584128 blocks super 1.2 [2/2] [UU]
      bitmap: 0/2 pages [0KB], 65536KB chunk

unused devices: <none>

--- /proc/partitions:
major minor  #blocks  name

   8       16  976762584 sdb
   8       17  209715200 sdb1
   8       18  209715200 sdb2
   8       19  209715200 sdb3
   8       20  209715200 sdb4
   8       21  137900743 sdb5
   8       32  976762584 sdc
   8       33  209715200 sdc1
   8       34  209715200 sdc2
   8       35  209715200 sdc3
   8       36  209715200 sdc4
   8       37  137900743 sdc5
   8        0  117220824 sda
   8        1      96256 sda1
   8        2    4882432 sda2
   8        3          1 sda3
   8        5   39061504 sda5
   8        6   39061504 sda6
   8        7   34114560 sda7
  11        0    1048575 sr0
   9        3  209584128 md3
   9        1  209583104 md1
   9        5  137769664 md5
   9        4  209584128 md4
   9        2  209584128 md2
 253        0  112230400 dm-0
 253        1  524288000 dm-1
   7        0   52428800 loop0

--- LVM physical volumes:
  PV         VG   Fmt  Attr PSize   PFree  
  /dev/md1   vg00 lvm2 a--  199.87g      0 
  /dev/md2   vg00 lvm2 a--  199.87g      0 
  /dev/md3   vg00 lvm2 a--  199.87g  99.61g
  /dev/md4   vg00 lvm2 a--  199.87g 199.87g
  /dev/md5        lvm2 ---  131.39g 131.39g
  /dev/sda5  vg01 lvm2 a--   37.25g      0 
  /dev/sda6  vg01 lvm2 a--   37.25g      0 
  /dev/sda7  vg01 lvm2 a--   32.53g      0 
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,nosuid,relatime,size=4075964k,nr_inodes=1018991,mode=755)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=817908k,mode=755)
/dev/mapper/vg01-root on / type ext4 
(rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup 
(rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/blkio type cgroup 
(rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/memory type cgroup 
(rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup 
(rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup 
(rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/freezer type cgroup 
(rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids)
cgroup on /sys/fs/cgroup/devices type cgroup 
(rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/perf_event type cgroup 
(rw,nosuid,nodev,noexec,relatime,perf_event)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=10758)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
/dev/sda1 on /boot type ext4 (rw,relatime,data=ordered)
/dev/mapper/vg00-home on /home type ext4 (rw,relatime,data=ordered)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
/opt/zoltan.caches/cache.img on /home/zoltan/tmp/caches type ext4 
(rw,nosuid,noatime,data=ordered)
tmpfs on /run/user/120 type tmpfs 
(rw,nosuid,nodev,relatime,size=817904k,mode=700,uid=120,gid=125)
tmpfs on /run/user/1000 type tmpfs 
(rw,nosuid,nodev,relatime,size=817904k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse 
(rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)

--- initrd.img-4.9.0-3-amd64:

gzip: /boot/initrd.img-4.9.0-3-amd64: not in gzip format
cpio: premature end of archive

--- initrd's /conf/conf.d/md:
no conf/md file.

--- /proc/modules:
dm_mod 118784 10 - Live 0xffffffffc05c2000
raid10 49152 0 - Live 0xffffffffc05b1000
raid456 106496 0 - Live 0xffffffffc058f000
async_raid6_recov 20480 1 raid456, Live 0xffffffffc0561000
async_memcpy 16384 2 raid456,async_raid6_recov, Live 0xffffffffc055c000
async_pq 16384 2 raid456,async_raid6_recov, Live 0xffffffffc0542000
async_xor 16384 3 raid456,async_raid6_recov,async_pq, Live 0xffffffffc052c000
async_tx 16384 5 raid456,async_raid6_recov,async_memcpy,async_pq,async_xor, 
Live 0xffffffffc04d8000
raid6_pq 110592 3 raid456,async_raid6_recov,async_pq, Live 0xffffffffc0571000
libcrc32c 16384 1 raid456, Live 0xffffffffc04c8000
raid0 20480 0 - Live 0xffffffffc0432000
multipath 16384 0 - Live 0xffffffffc0404000
linear 16384 0 - Live 0xffffffffc03e0000
raid1 36864 5 - Live 0xffffffffc0567000
md_mod 131072 9 raid10,raid456,raid0,multipath,linear,raid1, Live 
0xffffffffc050b000

--- /var/log/syslog:

--- volume detail:
/dev/sda:
   MBR Magic : aa55
Partition[0] :       192512 sectors at         2048 (type 83)
Partition[1] :      9764864 sectors at       194560 (type 82)
Partition[2] :    224479234 sectors at      9961470 (type 05)
--
/dev/sda1 is not recognised by mdadm.
/dev/sda2 is not recognised by mdadm.
/dev/sda3:
   MBR Magic : aa55
Partition[0] :     78123008 sectors at            2 (type 8e)
Partition[1] :     78125056 sectors at     78123010 (type 05)
--
/dev/sda5 is not recognised by mdadm.
/dev/sda6 is not recognised by mdadm.
/dev/sda7 is not recognised by mdadm.
/dev/sdb:
   MBR Magic : aa55
Partition[0] :   1953525167 sectors at            1 (type ee)
--
/dev/sdb1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : aea5ed53:7c23d004:168fc1d8:f9b8c2d4
           Name : mamita:1  (local to host mamita)
  Creation Time : Thu Jul 23 01:31:43 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209583104 (199.87 GiB 214.61 GB)
  Used Dev Size : 419166208 (199.87 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=2048 sectors
          State : clean
    Device UUID : e0f0cb73:e906ad45:184398a3:66de3fb1

Internal Bitmap : 8 sectors from superblock
    Update Time : Fri Sep 15 23:24:06 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 399a67d4 - correct
         Events : 181754


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdb2:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2d7770ab:16ad6a2e:777e7373:30a2e049
           Name : mamita:2  (local to host mamita)
  Creation Time : Thu Jul 23 01:31:53 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209584128 (199.88 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=0 sectors
          State : clean
    Device UUID : 385f3f37:84126e37:d0358f59:26ddb93a

Internal Bitmap : 8 sectors from superblock
    Update Time : Fri Sep 15 23:24:06 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : c02d5de6 - correct
         Events : 201960


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdb3:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a10f1e3:a07888a5:4cb4660a:c6282746
           Name : mamita:3  (local to host mamita)
  Creation Time : Thu Jul 23 01:32:01 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209584128 (199.88 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=0 sectors
          State : clean
    Device UUID : a17c6ff2:a8820e7f:b6986a6c:f6195587

Internal Bitmap : 8 sectors from superblock
    Update Time : Fri Sep 15 23:23:53 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 664bc12d - correct
         Events : 141821


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdb4:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 7900c642:603410eb:04721aa4:5a654e1f
           Name : mamita:4  (local to host mamita)
  Creation Time : Thu Jul 23 01:32:08 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209584128 (199.88 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=0 sectors
          State : clean
    Device UUID : 43c49487:6205023a:28ea0bf9:24087bd6

Internal Bitmap : 8 sectors from superblock
    Update Time : Sun Feb  5 02:18:02 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : a93b8326 - correct
         Events : 823


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdb5:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 24d18432:b51c430a:dfc7a0c2:9b4c8df9
           Name : mamita:5  (local to host mamita)
  Creation Time : Thu Jul 23 01:32:15 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 275539343 (131.39 GiB 141.08 GB)
     Array Size : 137769664 (131.39 GiB 141.08 GB)
  Used Dev Size : 275539328 (131.39 GiB 141.08 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=15 sectors
          State : clean
    Device UUID : 59a76f8f:2f07ffb6:fef95b87:1932380f

Internal Bitmap : 8 sectors from superblock
    Update Time : Sun Feb  5 03:18:00 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : ecb8708c - correct
         Events : 688


   Device Role : Active device 0
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdc:
   MBR Magic : aa55
Partition[0] :   1953525167 sectors at            1 (type ee)
--
/dev/sdc1:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : aea5ed53:7c23d004:168fc1d8:f9b8c2d4
           Name : mamita:1  (local to host mamita)
  Creation Time : Thu Jul 23 01:31:43 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419166209 (199.87 GiB 214.61 GB)
     Array Size : 209583104 (199.87 GiB 214.61 GB)
  Used Dev Size : 419166208 (199.87 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=2048 sectors
          State : clean
    Device UUID : 05d9bd34:4bedbda8:624e74c1:dab22259

Internal Bitmap : 8 sectors from superblock
    Update Time : Fri Sep 15 23:24:06 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 235c0e19 - correct
         Events : 181754


   Device Role : Active device 1
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdc2:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2d7770ab:16ad6a2e:777e7373:30a2e049
           Name : mamita:2  (local to host mamita)
  Creation Time : Thu Jul 23 01:31:53 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209584128 (199.88 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=0 sectors
          State : clean
    Device UUID : f20f2598:486e2059:dc5d4a1c:bd8d29c8

Internal Bitmap : 8 sectors from superblock
    Update Time : Fri Sep 15 23:24:06 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 92f04307 - correct
         Events : 201960


   Device Role : Active device 1
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdc3:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 2a10f1e3:a07888a5:4cb4660a:c6282746
           Name : mamita:3  (local to host mamita)
  Creation Time : Thu Jul 23 01:32:01 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209584128 (199.88 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=0 sectors
          State : clean
    Device UUID : 368aabbc:922266e7:2de60211:361d3898

Internal Bitmap : 8 sectors from superblock
    Update Time : Fri Sep 15 23:23:53 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 4e5abf62 - correct
         Events : 141821


   Device Role : Active device 1
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdc4:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 7900c642:603410eb:04721aa4:5a654e1f
           Name : mamita:4  (local to host mamita)
  Creation Time : Thu Jul 23 01:32:08 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 419168256 (199.88 GiB 214.61 GB)
     Array Size : 209584128 (199.88 GiB 214.61 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=0 sectors
          State : clean
    Device UUID : d8a645d3:4ec43960:28f8581c:c128ec83

Internal Bitmap : 8 sectors from superblock
    Update Time : Sun Feb  5 02:18:02 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : ebe25342 - correct
         Events : 823


   Device Role : Active device 1
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--
/dev/sdc5:
          Magic : a92b4efc
        Version : 1.2
    Feature Map : 0x1
     Array UUID : 24d18432:b51c430a:dfc7a0c2:9b4c8df9
           Name : mamita:5  (local to host mamita)
  Creation Time : Thu Jul 23 01:32:15 2015
     Raid Level : raid1
   Raid Devices : 2

 Avail Dev Size : 275539343 (131.39 GiB 141.08 GB)
     Array Size : 137769664 (131.39 GiB 141.08 GB)
  Used Dev Size : 275539328 (131.39 GiB 141.08 GB)
    Data Offset : 262144 sectors
   Super Offset : 8 sectors
   Unused Space : before=262056 sectors, after=15 sectors
          State : clean
    Device UUID : 26fc727d:f8fd00d2:7596da3f:36d885b9

Internal Bitmap : 8 sectors from superblock
    Update Time : Sun Feb  5 03:18:00 2017
  Bad Block Log : 512 entries available at offset 72 sectors
       Checksum : 5889feb6 - correct
         Events : 688


   Device Role : Active device 1
   Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
--

--- /proc/cmdline
BOOT_IMAGE=/vmlinuz-4.9.0-3-amd64 root=/dev/mapper/vg01-root ro 
initrd=/install/initrd.gz quiet

--- grub2:
set 
root='lvmid/Xzrog8-paw9-V8Sn-SnRY-SpgO-6KmB-Du4o9g/GrbpWe-MosH-BqVc-aSZb-LAHZ-JXEr-Y300bp'
set 
root='lvmid/Xzrog8-paw9-V8Sn-SnRY-SpgO-6KmB-Du4o9g/GrbpWe-MosH-BqVc-aSZb-LAHZ-JXEr-Y300bp'
        set root='hd0,msdos1'
        linux   /vmlinuz-4.9.0-3-amd64 root=/dev/mapper/vg01-root ro 
initrd=/install/initrd.gz quiet
                set root='hd0,msdos1'
                linux   /vmlinuz-4.9.0-3-amd64 root=/dev/mapper/vg01-root ro 
initrd=/install/initrd.gz quiet
                set root='hd0,msdos1'
                linux   /vmlinuz-4.9.0-3-amd64 root=/dev/mapper/vg01-root ro 
single initrd=/install/initrd.gz
                set root='hd0,msdos1'
                linux   /vmlinuz-3.16.0-4-amd64 root=/dev/mapper/vg01-root ro 
initrd=/install/initrd.gz quiet
                set root='hd0,msdos1'
                linux   /vmlinuz-3.16.0-4-amd64 root=/dev/mapper/vg01-root ro 
single initrd=/install/initrd.gz
        set root='hd0,msdos1'
        set root='hd0,msdos1'
        set root='hd0,msdos1'
        set root='hd0,msdos1'

--- udev:
ii  udev           232-25+deb9u amd64        /dev/ and hotplug management daem
aa83f41de49462d05e446cfc5e14e74b  /lib/udev/rules.d/63-md-raid-arrays.rules
5de7d0b70cd948d00bb38ca75ad5f288  /lib/udev/rules.d/64-md-raid-assembly.rules
8e28181624da2ed60739cae470ca6415  /lib/udev/rules.d/99-systemd.rules

--- /dev:
brw-rw---- 1 root disk 9, 1 Sep 15 23:03 /dev/md1
brw-rw---- 1 root disk 9, 2 Sep 15 23:03 /dev/md2
brw-rw---- 1 root disk 9, 3 Sep 15 23:03 /dev/md3
brw-rw---- 1 root disk 9, 4 Sep 15 23:03 /dev/md4
brw-rw---- 1 root disk 9, 5 Sep 15 23:03 /dev/md5

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
ata-HL-DT-ST_DVDRAM_GSA-4167B_8231C26CA6EB -> ../../sr0
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K-part5 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K-part6 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-Samsung_SSD_850_EVO_120GB_S21UNSAG103549K-part7 -> ../../sda7
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F0ASCS4A -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F0ASCS4A-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F0ASCS4A-part2 -> ../../sdb2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F0ASCS4A-part3 -> ../../sdb3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F0ASCS4A-part4 -> ../../sdb4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F0ASCS4A-part5 -> ../../sdb5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F3JX7XDF -> ../../sdc
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F3JX7XDF-part1 -> ../../sdc1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F3JX7XDF-part2 -> ../../sdc2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F3JX7XDF-part3 -> ../../sdc3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F3JX7XDF-part4 -> ../../sdc4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
ata-WDC_WD1003FZEX-00MK2A0_WD-WCC3F3JX7XDF-part5 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Sep 15 23:03 dm-name-vg00-home -> ../../dm-1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 dm-name-vg01-root -> ../../dm-0
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
dm-uuid-LVM-Xzrog8paw9V8SnSnRYSpgO6KmBDu4o9gGrbpWeMosHBqVcaSZbLAHZJXErY300bp -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
dm-uuid-LVM-it77U3LmJEqf75kkNXw8iDe1YKnh1mVI72ZbL82IBno3rOctTJ8Wx5gzdxs6Z6ch -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
lvm-pv-uuid-0Cdroc-FAa9-P4JK-nxJs-csSo-LR1f-bvnLiM -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
lvm-pv-uuid-K2jEB0-D2gY-2bG1-O1PR-0AjT-YcoE-Zu2hIq -> ../../sda7
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
lvm-pv-uuid-NxKD8G-xiLG-86f6-AcdG-NVAr-WWNT-k2EBiE -> ../../md5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
lvm-pv-uuid-Qqmqha-Qp3F-epWk-jRWN-VCMw-F5hi-3fj2nb -> ../../md4
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
lvm-pv-uuid-RLFio2-jFfN-uKQn-0D5G-Kj1e-qm5V-qr3PPK -> ../../md1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 
lvm-pv-uuid-XPfUHh-oxoZ-sH3E-hrMz-o6xY-Y6N7-V35OpN -> ../../sda5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
lvm-pv-uuid-anHcvU-x3c1-yxMp-NPkZ-LtWj-C63P-YV9inC -> ../../md3
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
lvm-pv-uuid-wu6fIM-GwO0-ZfCC-JA10-jSBx-Gnkr-C0rf2Z -> ../../md2
lrwxrwxrwx 1 root root  9 Sep 15 23:03 md-name-mamita:1 -> ../../md1
lrwxrwxrwx 1 root root  9 Sep 15 23:03 md-name-mamita:2 -> ../../md2
lrwxrwxrwx 1 root root  9 Sep 15 23:03 md-name-mamita:3 -> ../../md3
lrwxrwxrwx 1 root root  9 Sep 15 23:03 md-name-mamita:4 -> ../../md4
lrwxrwxrwx 1 root root  9 Sep 15 23:03 md-name-mamita:5 -> ../../md5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
md-uuid-24d18432:b51c430a:dfc7a0c2:9b4c8df9 -> ../../md5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
md-uuid-2a10f1e3:a07888a5:4cb4660a:c6282746 -> ../../md3
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
md-uuid-2d7770ab:16ad6a2e:777e7373:30a2e049 -> ../../md2
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
md-uuid-7900c642:603410eb:04721aa4:5a654e1f -> ../../md4
lrwxrwxrwx 1 root root  9 Sep 15 23:03 
md-uuid-aea5ed53:7c23d004:168fc1d8:f9b8c2d4 -> ../../md1
lrwxrwxrwx 1 root root  9 Sep 15 23:03 wwn-0x50014ee20bf13635 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee20bf13635-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee20bf13635-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee20bf13635-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee20bf13635-part4 -> 
../../sdb4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee20bf13635-part5 -> 
../../sdb5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 wwn-0x50014ee26146a1a9 -> ../../sdc
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee26146a1a9-part1 -> 
../../sdc1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee26146a1a9-part2 -> 
../../sdc2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee26146a1a9-part3 -> 
../../sdc3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee26146a1a9-part4 -> 
../../sdc4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x50014ee26146a1a9-part5 -> 
../../sdc5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 wwn-0x5002538da00bc720 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x5002538da00bc720-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x5002538da00bc720-part2 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x5002538da00bc720-part3 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x5002538da00bc720-part5 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x5002538da00bc720-part6 -> 
../../sda6
lrwxrwxrwx 1 root root 10 Sep 15 23:03 wwn-0x5002538da00bc720-part7 -> 
../../sda7

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Sep 15 23:03 2894bccb-1a1f-4db1-9b4b-3c5e2febc46b -> 
../../sdb4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 3914d39d-3790-4e0d-859b-b6309a27372d -> 
../../sdc2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 404b0899-cf90-4aa1-aeae-3bac31c1f600 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 48944b19-a7c6-4918-bdda-90879ab5b201 -> 
../../sdb3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 4b309b94-300c-45a8-ba59-06140c51e991 -> 
../../sdc3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 4e0f2193-78af-4f95-a202-1966fd5f649a -> 
../../sdc1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 74de1ce0-73ca-4c80-8043-49775730f562 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 80f7d596-01 -> ../../sda1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 80f7d596-02 -> ../../sda2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 80f7d596-03 -> ../../sda3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 80f7d596-05 -> ../../sda5
lrwxrwxrwx 1 root root 10 Sep 15 23:03 80f7d596-06 -> ../../sda6
lrwxrwxrwx 1 root root 10 Sep 15 23:03 80f7d596-07 -> ../../sda7
lrwxrwxrwx 1 root root 10 Sep 15 23:03 8f648613-4f9f-4e2d-a51e-3d7abef9cf36 -> 
../../sdc4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 ad303f06-60a7-4b63-982b-702d95ae5ef7 -> 
../../sdb5
lrwxrwxrwx 1 root root 10 Sep 15 23:03 b3c60b7e-1be2-4590-963d-cf9d4d5a4a4e -> 
../../sdc5

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Sep 15 23:03 pci-0000:00:1f.2-ata-1 -> ../../sda
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-1-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-1-part2 -> 
../../sda2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-1-part3 -> 
../../sda3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-1-part5 -> 
../../sda5
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-1-part6 -> 
../../sda6
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-1-part7 -> 
../../sda7
lrwxrwxrwx 1 root root  9 Sep 15 23:03 pci-0000:00:1f.2-ata-2 -> ../../sdb
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-2-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-2-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-2-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-2-part4 -> 
../../sdb4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-2-part5 -> 
../../sdb5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 pci-0000:00:1f.2-ata-5 -> ../../sdc
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-5-part1 -> 
../../sdc1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-5-part2 -> 
../../sdc2
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-5-part3 -> 
../../sdc3
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-5-part4 -> 
../../sdc4
lrwxrwxrwx 1 root root 10 Sep 15 23:03 pci-0000:00:1f.2-ata-5-part5 -> 
../../sdc5
lrwxrwxrwx 1 root root  9 Sep 15 23:03 pci-0000:02:00.0-ata-1 -> ../../sr0

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Sep 15 23:03 0c48431e-a4c3-4c6d-b36c-c0b06c34cf12 -> 
../../sda2
lrwxrwxrwx 1 root root 11 Sep 15 23:03 20f12819-b5c9-4df7-9115-3135f998208f -> 
../../loop0
lrwxrwxrwx 1 root root 10 Sep 15 23:03 3046c9f7-a784-4d55-be06-267f3cff576f -> 
../../dm-1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 36f419cd-6557-4e40-a5c9-70d273474303 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Sep 15 23:03 69caa1ee-68ff-4c96-8ce8-41c151291df8 -> 
../../dm-0

/dev/md:
total 0
lrwxrwxrwx 1 root root 6 Sep 15 23:03 1 -> ../md1
lrwxrwxrwx 1 root root 6 Sep 15 23:03 2 -> ../md2
lrwxrwxrwx 1 root root 6 Sep 15 23:03 3 -> ../md3
lrwxrwxrwx 1 root root 6 Sep 15 23:03 4 -> ../md4
lrwxrwxrwx 1 root root 6 Sep 15 23:03 5 -> ../md5

Auto-generated on Fri, 15 Sep 2017 23:24:11 +0200 by mdadm bugscript

-- System Information:
Debian Release: 9.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), 
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mdadm depends on:
ii  debconf [debconf-2.0]  1.5.61
ii  libc6                  2.24-11+deb9u1
ii  lsb-base               9.20161125
ii  udev                   232-25+deb9u1

Versions of packages mdadm recommends:
ii  kmod                            23-2
ii  postfix [mail-transport-agent]  3.1.4-7

mdadm suggests no packages.

-- debconf information:
* mdadm/initrdstart: none
  mdadm/initrdstart_notinconf: false
  mdadm/initrdstart_msg_errblock:
  mdadm/initrdstart_msg_errconf:
  mdadm/initrdstart_msg_errmd:
  mdadm/mail_to: root
  mdadm/initrdstart_msg_errexist:
  mdadm/start_daemon: true
  mdadm/autocheck: true
  mdadm/initrdstart_msg_intro:

Reply via email to