chiark / gitweb /
udev: try first re-reading the partition table
authorKay Sievers <kay@vrfy.org>
Wed, 4 Jun 2014 11:30:24 +0000 (13:30 +0200)
committerKay Sievers <kay@vrfy.org>
Wed, 4 Jun 2014 11:35:02 +0000 (13:35 +0200)
commitede344452a54e1c53f541cad12a06269a4fe96a9
tree478aa88c80e4cd7bc889a4ed5f056a8c0e7816b1
parentbd1fe7c79de3d81325afecb7ded46c1627f6c1df
udev: try first re-reading the partition table

mounted partitions:
  # dd if=/dev/zero of=/dev/sda bs=1 count=1
  UDEV  [4157.369250] change   .../0:0:0:0/block/sda (block)
  UDEV  [4157.375059] change   .../0:0:0:0/block/sda/sda1 (block)
  UDEV  [4157.397088] change   .../0:0:0:0/block/sda/sda2 (block)
  UDEV  [4157.404842] change   .../0:0:0:0/block/sda/sda4 (block)

unmounted partitions:
  # dd if=/dev/zero of=/dev/sdb bs=1 count=1
  UDEV  [4163.450217] remove   .../target6:0:0/6:0:0:0/block/sdb/sdb1 (block)
  UDEV  [4163.593167] change   .../target6:0:0/6:0:0:0/block/sdb (block)
  UDEV  [4163.713982] add      .../target6:0:0/6:0:0:0/block/sdb/sdb1 (block)
src/udev/udevd.c