Package: src:linux Version: 6.11.2-1 Severity: normal X-Debbugs-Cc: a...@transient.nz
Dear Maintainer, I have a custom udev rule that runs when my usb ssd connects, to set provisioning_mode to unmap to enable trim/discard. On linux-image-6.10.12-amd64 this works perfectly fine, but on linux- image-6.11.2-amd64 the rule has no effect despite the udev rule being run, as shown in "journalctl -f" after running "udevadm control --log-priority=debug". I recreated initrd for both kernels with the same packages. Attached logs show journalctl output with udev debug logging for both kernels. Both show the custom rule being run with identical parameters. The custom udev rule is the standard way of enabling trim. This rule configured for a specific model of usb ssd: # Transcend ESD230C Portable SSD ACTION=="add|change", ATTRS{idVendor}=="2174", ATTRS{idProduct}=="2000", SUBSYSTEM=="scsi_disk", ATTR{provisioning_mode}="unmap" Workaround is to attach the usb ssd and manually set provisioning mode: provisioning_mode="$(find /sys/devices -path "/sys/devices/pci*/usb*/scsi_disk/*/provisioning_mode")" echo "Initial $provisioning_mode = $(cat $provisioning_mode)" echo "unmap" > "$provisioning_mode" echo "Updated $provisioning_mode = $(cat $provisioning_mode)" Output (initial state still "full" despite the udev rule having run): Initial /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_disk/4:0:0:0/provisioning_mode = full Updated /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_disk/4:0:0:0/provisioning_mode = unmap After this manual update, fstrim work correctly once the partition on the ssd is mounted. Kind regards, Ash. -- Package-specific info: ** Version: Linux version 6.11.2-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-6) 14.2.0, GNU ld (GNU Binutils for Debian) 2.43.1) #1 SMP PREEMPT_DYNAMIC Debian 6.11.2-1 (2024-10-05) ** Command line: BOOT_IMAGE=/vmlinuz-6.11.2-amd64 root=/dev/mapper/vg-root ro quiet net.ifnames=0 ipv6.disable=1 apparmor=0 splash ** Not tainted ** Kernel log: [ 15.792883] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 15.792885] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0 [ 15.792886] snd_hda_codec_realtek hdaudioC0D0: inputs: [ 15.792888] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18 [ 15.796588] usbcore: registered new interface driver btusb [ 15.797256] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015 [ 15.798246] Bluetooth: hci0: Device revision is 2 [ 15.798250] Bluetooth: hci0: Secure boot is enabled [ 15.798251] Bluetooth: hci0: OTP lock is enabled [ 15.798252] Bluetooth: hci0: API lock is enabled [ 15.798253] Bluetooth: hci0: Debug lock is disabled [ 15.798254] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 15.803136] Bluetooth: hci0: Found device firmware: intel/ibt-18-16-1.sfi [ 15.803232] Bluetooth: hci0: Boot Address: 0x40800 [ 15.803234] Bluetooth: hci0: Firmware Version: 201-12.24 [ 15.813331] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19 [ 15.813368] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20 [ 15.813410] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21 [ 15.813444] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22 [ 15.813483] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23 [ 15.813515] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24 [ 15.934861] intel_rapl_common: Found RAPL domain package [ 15.934865] intel_rapl_common: Found RAPL domain core [ 15.934867] intel_rapl_common: Found RAPL domain uncore [ 15.934868] intel_rapl_common: Found RAPL domain dram [ 16.226219] EXT4-fs (sda2): mounted filesystem 3c69777f-7aef-4562-b88d-2c8ffb893008 r/w with ordered data mode. Quota mode: none. [ 16.227858] EXT4-fs (dm-2): mounted filesystem 39303d70-dd06-4356-b413-efcb35f8cd4c r/w with ordered data mode. Quota mode: none. [ 16.398009] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 16.398012] Bluetooth: BNEP filters: protocol multicast [ 16.398016] Bluetooth: BNEP socket layer initialized [ 16.532373] Generic FE-GE Realtek PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC) [ 16.551620] NET: Registered PF_QIPCRTR protocol family [ 16.737204] r8169 0000:04:00.0 eth0: Link is Down [ 16.816429] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002) [ 16.817124] iwlwifi 0000:01:00.0: Detected crf-id 0x2816, cnv-id 0x1000200 wfpm id 0x80000000 [ 16.817131] iwlwifi 0000:01:00.0: PCI dev 2526/0014, rev=0x321, rfid=0x105110 [ 16.817134] iwlwifi 0000:01:00.0: Detected Intel(R) Wireless-AC 9260 160MHz [ 16.827653] iwlwifi 0000:01:00.0: WRT: Overriding region id 0 [ 16.827656] iwlwifi 0000:01:00.0: WRT: Overriding region id 1 [ 16.827658] iwlwifi 0000:01:00.0: WRT: Overriding region id 2 [ 16.827659] iwlwifi 0000:01:00.0: WRT: Overriding region id 3 [ 16.827660] iwlwifi 0000:01:00.0: WRT: Overriding region id 4 [ 16.827661] iwlwifi 0000:01:00.0: WRT: Overriding region id 6 [ 16.827662] iwlwifi 0000:01:00.0: WRT: Overriding region id 8 [ 16.827663] iwlwifi 0000:01:00.0: WRT: Overriding region id 9 [ 16.827664] iwlwifi 0000:01:00.0: WRT: Overriding region id 10 [ 16.827665] iwlwifi 0000:01:00.0: WRT: Overriding region id 11 [ 16.827666] iwlwifi 0000:01:00.0: WRT: Overriding region id 15 [ 16.827667] iwlwifi 0000:01:00.0: WRT: Overriding region id 16 [ 16.827668] iwlwifi 0000:01:00.0: WRT: Overriding region id 18 [ 16.827669] iwlwifi 0000:01:00.0: WRT: Overriding region id 19 [ 16.827670] iwlwifi 0000:01:00.0: WRT: Overriding region id 20 [ 16.827671] iwlwifi 0000:01:00.0: WRT: Overriding region id 21 [ 16.827672] iwlwifi 0000:01:00.0: WRT: Overriding region id 28 [ 16.827937] iwlwifi 0000:01:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 16.827946] iwlwifi 0000:01:00.0: firmware: failed to load iwl-debug-yoyo.bin (-2) [ 16.827948] iwlwifi 0000:01:00.0: loaded firmware version 46.7e3e4b69.0 9260-th-b0-jf-b0-46.ucode op_mode iwlmvm [ 17.030257] iwlwifi 0000:01:00.0: base HW address: 0c:7a:15:ef:12:12, OTP minor version: 0x4 [ 17.116413] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' [ 17.261228] Bluetooth: hci0: Waiting for firmware download to complete [ 17.262221] Bluetooth: hci0: Firmware loaded in 1424878 usecs [ 17.262247] Bluetooth: hci0: Waiting for device to boot [ 17.276228] Bluetooth: hci0: Device booted in 13660 usecs [ 17.276521] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-18-16-1.ddc [ 17.278261] Bluetooth: hci0: Applying Intel DDC parameters completed [ 17.279266] Bluetooth: hci0: Firmware revision 0.1 build 201 week 12 2024 [ 17.281276] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported. [ 17.319240] iwlwifi 0000:01:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0 [ 17.347946] Bluetooth: MGMT ver 1.23 [ 17.361561] NET: Registered PF_ALG protocol family [ 17.413080] Bluetooth: RFCOMM TTY layer initialized [ 17.413088] Bluetooth: RFCOMM socket layer initialized [ 17.413093] Bluetooth: RFCOMM ver 1.11 [ 17.422106] Bluetooth: hci0: Invalid link address type 1 for 70:3a:51:8e:26:88 [ 20.789977] wlan0: authenticate with 1c:3b:f3:b3:ba:4b (local address=0c:7a:15:ef:12:12) [ 20.791166] wlan0: send auth to 1c:3b:f3:b3:ba:4b (try 1/3) [ 20.830969] wlan0: authenticated [ 20.832457] wlan0: associate with 1c:3b:f3:b3:ba:4b (try 1/3) [ 20.834838] wlan0: RX AssocResp from 1c:3b:f3:b3:ba:4b (capab=0x1411 status=0 aid=1) [ 20.838325] wlan0: associated [ 40.877316] logitech-hidpp-device 0003:046D:4091.0004: HID++ 4.5 device connected. [ 137.933123] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd [ 137.960472] usb 2-2: New USB device found, idVendor=2174, idProduct=2000, bcdDevice=80.00 [ 137.960486] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 137.960494] usb 2-2: Product: StoreJet Transcend [ 137.960500] usb 2-2: Manufacturer: Transcend [ 137.960505] usb 2-2: SerialNumber: EF26632BG10722460002 [ 137.981753] usbcore: registered new interface driver usb-storage [ 137.987434] scsi host4: uas [ 137.987495] usbcore: registered new interface driver uas [ 137.994277] scsi 4:0:0:0: Direct-Access StoreJet 0 PQ: 0 ANSI: 6 [ 137.996192] sd 4:0:0:0: Attached scsi generic sg1 type 0 [ 138.001492] sd 4:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/224 GiB) [ 138.001569] sd 4:0:0:0: [sdb] Write Protect is off [ 138.001571] sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00 [ 138.001729] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 138.057308] sd 4:0:0:0: [sdb] Preferred minimum I/O size 512 bytes [ 138.057322] sd 4:0:0:0: [sdb] Optimal transfer size 33553920 bytes [ 138.136631] sdb: sdb1 [ 138.136941] sd 4:0:0:0: [sdb] Attached SCSI disk ** Model information sys_vendor: System manufacturer product_name: System Product Name product_version: System Version chassis_vendor: Default string chassis_version: Default string bios_vendor: American Megatrends Inc. bios_version: 4212 board_vendor: ASUSTeK COMPUTER INC. board_name: H110I-PLUS board_version: Rev X.0x ** Loaded modules: uas usb_storage ccm snd_seq_dummy snd_hrtimer snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device rfcomm cmac algif_hash algif_skcipher af_alg iwlmvm mac80211 libarc4 ipt_REJECT nf_reject_ipv4 xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_filter qrtr bnep binfmt_misc nls_ascii nls_cp437 vfat fat intel_rapl_msr intel_rapl_common intel_uncore_frequency intel_uncore_frequency_common x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_hdmi coretemp snd_soc_avs snd_hda_codec_realtek kvm_intel snd_hda_codec_generic snd_soc_hda_codec snd_hda_ext_core snd_soc_core snd_hda_scodec_component kvm snd_compress snd_pcm_dmaengine snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi snd_hda_codec iwlwifi btusb snd_hda_core btrtl btintel snd_hwdep snd_pcm_oss btbcm btmtk rapl snd_mixer_oss mei_pxp mei_hdcp cfg80211 eeepc_wmi bluetooth iTCO_wdt snd_pcm asus_wmi intel_cstate intel_pmc_bxt sparse_keymap snd_timer platform_profile iTCO_vendor_support mei_me intel_uncore watchdog snd battery wmi_bmof ee1004 intel_pmc_core pcspkr mei soundcore rfkill intel_vsec joydev pmt_telemetry pmt_class acpi_pad evdev sg parport_pc ppdev lp parport configfs efi_pstore nfnetlink ip_tables x_tables autofs4 ext4 crc16 mbcache jbd2 btrfs blake2b_generic dm_crypt dm_mod efivarfs raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c crc32c_generic raid1 raid0 md_mod hid_logitech_hidpp hid_logitech_dj hid_generic usbhid hid sd_mod i915 drm_buddy i2c_algo_bit drm_display_helper crct10dif_pclmul cec crc32_pclmul crc32c_intel rc_core ttm xhci_pci drm_kms_helper ahci ghash_clmulni_intel libahci xhci_hcd sha512_ssse3 libata sha256_ssse3 r8169 scsi_mod drm usbcore realtek mdio_devres libphy mxm_wmi i2c_i801 i2c_smbus sha1_ssse3 scsi_common usb_common fan video wmi button aesni_intel gf128mul crypto_simd cryptd ** PCI devices: 00:00.0 Host bridge [0600]: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers [8086:591f] (rev 05) Subsystem: ASUSTeK Computer Inc. Device [1043:8694] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx- Latency: 0 Capabilities: <access denied> Kernel driver in use: skl_uncore 00:01.0 PCI bridge [0604]: Intel Corporation 6th-10th Gen Core Processor PCIe Controller (x16) [8086:1901] (rev 05) (prog-if 00 [Normal decode]) Subsystem: ASUSTeK Computer Inc. Device [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 120 Bus: primary=00, secondary=01, subordinate=01, sec-latency=0 I/O behind bridge: [disabled] [16-bit] Memory behind bridge: f7100000-f71fffff [size=1M] [32-bit] Prefetchable memory behind bridge: [disabled] [64-bit] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 630 [8086:5912] (rev 04) (prog-if 00 [VGA controller]) DeviceName: Onboard IGD Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 127 Region 0: Memory at f6000000 (64-bit, non-prefetchable) [size=16M] Region 2: Memory at e0000000 (64-bit, prefetchable) [size=256M] Region 4: I/O ports at f000 [size=64] Expansion ROM at 000c0000 [virtual] [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: i915 Kernel modules: i915 00:14.0 USB controller [0c03]: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller [8086:a12f] (rev 31) (prog-if 30 [XHCI]) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 125 Region 0: Memory at f7210000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: xhci_hcd Kernel modules: xhci_pci 00:16.0 Communication controller [0780]: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 [8086:a13a] (rev 31) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 128 Region 0: Memory at f722d000 (64-bit, non-prefetchable) [size=4K] Capabilities: <access denied> Kernel driver in use: mei_me Kernel modules: mei_me 00:17.0 SATA controller [0106]: Intel Corporation Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode] [8086:a102] (rev 31) (prog-if 01 [AHCI 1.0]) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ 124 Region 0: Memory at f7228000 (32-bit, non-prefetchable) [size=8K] Region 1: Memory at f722c000 (32-bit, non-prefetchable) [size=256] Region 2: I/O ports at f090 [size=8] Region 3: I/O ports at f080 [size=4] Region 4: I/O ports at f060 [size=32] Region 5: Memory at f722b000 (32-bit, non-prefetchable) [size=2K] Capabilities: <access denied> Kernel driver in use: ahci Kernel modules: ahci 00:1c.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #5 [8086:a114] (rev f1) (prog-if 00 [Normal decode]) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 121 Bus: primary=00, secondary=02, subordinate=02, sec-latency=0 I/O behind bridge: 2000-2fff [size=4K] [16-bit] Memory behind bridge: c8000000-c81fffff [size=2M] [32-bit] Prefetchable memory behind bridge: c8200000-c83fffff [size=2M] [32-bit] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1d.0 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #9 [8086:a118] (rev f1) (prog-if 00 [Normal decode]) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 122 Bus: primary=00, secondary=03, subordinate=03, sec-latency=0 I/O behind bridge: 3000-3fff [size=4K] [16-bit] Memory behind bridge: c8400000-c85fffff [size=2M] [32-bit] Prefetchable memory behind bridge: c8600000-c87fffff [size=2M] [32-bit] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1d.1 PCI bridge [0604]: Intel Corporation 100 Series/C230 Series Chipset Family PCI Express Root Port #10 [8086:a119] (rev f1) (prog-if 00 [Normal decode]) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin B routed to IRQ 123 Bus: primary=00, secondary=04, subordinate=04, sec-latency=0 I/O behind bridge: e000-efff [size=4K] [16-bit] Memory behind bridge: f7000000-f70fffff [size=1M] [32-bit] Prefetchable memory behind bridge: [disabled] [64-bit] Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport 00:1f.0 ISA bridge [0601]: Intel Corporation H110 Chipset LPC/eSPI Controller [8086:a143] (rev 31) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0 00:1f.2 Memory controller [0580]: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller [8086:a121] (rev 31) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Region 0: Memory at f7224000 (32-bit, non-prefetchable) [disabled] [size=16K] 00:1f.3 Audio device [0403]: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller [8086:a170] (rev 31) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:86c7] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 32, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 129 Region 0: Memory at f7220000 (64-bit, non-prefetchable) [size=16K] Region 4: Memory at f7200000 (64-bit, non-prefetchable) [size=64K] Capabilities: <access denied> Kernel driver in use: snd_hda_intel Kernel modules: snd_hda_intel, snd_soc_avs 00:1f.4 SMBus [0c05]: Intel Corporation 100 Series/C230 Series Chipset Family SMBus [8086:a123] (rev 31) Subsystem: ASUSTeK Computer Inc. H110I-PLUS Motherboard [1043:8694] Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Interrupt: pin A routed to IRQ 16 Region 0: Memory at f722a000 (64-bit, non-prefetchable) [size=256] Region 4: I/O ports at f040 [size=32] Kernel driver in use: i801_smbus Kernel modules: i2c_i801 01:00.0 Network controller [0280]: Intel Corporation Wi-Fi 5(802.11ac) Wireless-AC 9x6x [Thunder Peak] [8086:2526] (rev 29) Subsystem: Intel Corporation Dual Band Wi-Fi 5 Wireless-AC 9260 160MHz 2x2 [8086:0014] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 130 Region 0: Memory at f7100000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: iwlwifi Kernel modules: iwlwifi 04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15) Subsystem: ASUSTeK Computer Inc. Onboard RTL8111H Ethernet [1043:8677] Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 17 Region 0: I/O ports at e000 [size=256] Region 2: Memory at f7004000 (64-bit, non-prefetchable) [size=4K] Region 4: Memory at f7000000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied> Kernel driver in use: r8169 Kernel modules: r8169 ** USB devices: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 046d:c534 Logitech, Inc. Nano Receiver Bus 001 Device 003: ID 8087:0025 Intel Corp. Wireless-AC 9260 Bluetooth Adapter Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 002 Device 002: ID 2174:2000 Transcend StoreJet Transcend -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 6.11.2-amd64 (SMP w/8 CPU threads; PREEMPT) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) Versions of packages linux-image-6.11.2-amd64 depends on: ii initramfs-tools [linux-initramfs-tool] 0.145 ii kmod 33+20240816-2 ii linux-base 4.10.1 Versions of packages linux-image-6.11.2-amd64 recommends: ii apparmor 3.1.7-1+b1 Versions of packages linux-image-6.11.2-amd64 suggests: pn debian-kernel-handbook <none> ii extlinux 3:6.04~git20190206.bf6db5b4+dfsg1-3+b1 ii firmware-linux-free 20240610-1 ii grub-efi-amd64 2.12-5 pn linux-doc-6.11 <none> Versions of packages linux-image-6.11.2-amd64 is related to: ii firmware-amd-graphics 20240909-1 ii firmware-atheros 20240909-1 pn firmware-bnx2 <none> pn firmware-bnx2x <none> ii firmware-brcm80211 20240909-1 pn firmware-cavium <none> pn firmware-intel-sound <none> pn firmware-intelwimax <none> pn firmware-ipw2x00 <none> pn firmware-ivtv <none> ii firmware-iwlwifi 20240909-1 pn firmware-libertas <none> ii firmware-linux-nonfree 20240909-1 ii firmware-misc-nonfree 20240909-1 pn firmware-myricom <none> pn firmware-netxen <none> pn firmware-qlogic <none> ii firmware-realtek 20240909-1 pn firmware-samsung <none> pn firmware-siano <none> pn firmware-ti-connectivity <none> pn xen-hypervisor <none> -- no debconf information
# Transcend ESD230C Portable SSD ACTION=="add|change", ATTRS{idVendor}=="2174", ATTRS{idProduct}=="2000", SUBSYSTEM=="scsi_disk", ATTR{provisioning_mode}="unmap"
Oct 11 16:53:45 ripley kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd Oct 11 16:53:45 ripley kernel: usb 2-2: New USB device found, idVendor=2174, idProduct=2000, bcdDevice=80.00 Oct 11 16:53:45 ripley kernel: usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 Oct 11 16:53:45 ripley kernel: usb 2-2: Product: StoreJet Transcend Oct 11 16:53:45 ripley kernel: usb 2-2: Manufacturer: Transcend Oct 11 16:53:45 ripley kernel: usb 2-2: SerialNumber: EF26632BG10722460002 Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: Device is queued (SEQNUM=3666, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: Device ready for processing (SEQNUM=3666, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: Successfully forked off '(udev-worker)' as PID 1498. Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: Worker [1498] is forked for processing SEQNUM=3666. Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: Device is queued (SEQNUM=3667, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: SEQNUM=3667 blocked by SEQNUM=3666 Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: Device is queued (SEQNUM=3668, ACTION=bind) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: SEQNUM=3668 blocked by SEQNUM=3666 Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Processing device (SEQNUM=3666, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Removing watch handle -1. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664 Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/69-libmtp.rules:39 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2" Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2' Oct 11 16:53:45 ripley (udev-worker)[1498]: Successfully forked off '(spawn)' as PID 1499. Oct 11 16:53:45 ripley mtp-probe[1499]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2" Oct 11 16:53:45 ripley mtp-probe[1499]: bus: 2, device: 2 was not an MTP device Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2'(out) '0' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2' succeeded. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Setting permissions /dev/bus/usb/002/002, uid=0, gid=0, mode=0664 Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Successfully created symlink '/dev/char/189:129' to '/dev/bus/usb/002/002' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device: Created database file '/run/udev/data/c189:129' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device: Created database file '/run/udev/data/c189:129' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Device processed (SEQNUM=3666, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device-monitor(worker): Passed 1101 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: Device ready for processing (SEQNUM=3667, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: sd-device-monitor(manager): Passed 317 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: SEQNUM=3668 blocked by SEQNUM=3667 Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: Processing device (SEQNUM=3667, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000d8000dc00dsc00dp00ic08isc06ip50in00" Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Importing properties from results of builtin command 'usb_id' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: Failed to access usb_interface: No such file or directory Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Failed to run builtin 'usb_id': No such file or directory Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: Running built-in command "kmod load" Oct 11 16:53:45 ripley (udev-worker)[1498]: Loading module: usb:v2174p2000d8000dc00dsc00dp00ic08isc06ip50in00 Oct 11 16:53:45 ripley systemd-udevd[518]: usb-storage: Device is queued (SEQNUM=3669, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: usb-storage: Device ready for processing (SEQNUM=3669, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: Successfully forked off '(udev-worker)' as PID 1501. Oct 11 16:53:45 ripley systemd-udevd[518]: usb-storage: Worker [1501] is forked for processing SEQNUM=3669. Oct 11 16:53:45 ripley systemd-udevd[518]: usb_storage: Device is queued (SEQNUM=3670, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: usb_storage: Device ready for processing (SEQNUM=3670, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: usb-storage: Processing device (SEQNUM=3669, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: Successfully forked off '(udev-worker)' as PID 1502. Oct 11 16:53:45 ripley systemd-udevd[518]: usb_storage: Worker [1502] is forked for processing SEQNUM=3670. Oct 11 16:53:45 ripley (udev-worker)[1502]: usb_storage: Processing device (SEQNUM=3670, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: usb-storage: Device processed (SEQNUM=3669, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: usb-storage: sd-device-monitor(worker): Passed 168 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1502]: usb_storage: Device processed (SEQNUM=3670, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1502]: usb_storage: sd-device-monitor(worker): Passed 158 byte to netlink monitor. Oct 11 16:53:45 ripley kernel: usbcore: registered new interface driver usb-storage Oct 11 16:53:45 ripley systemd-udevd[518]: scsi_tmf_4: Device is queued (SEQNUM=3671, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: scsi_tmf_4: Device ready for processing (SEQNUM=3671, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: scsi_tmf_4: sd-device-monitor(manager): Passed 179 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1501]: scsi_tmf_4: Processing device (SEQNUM=3671, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: scsi_tmf_4: Device processed (SEQNUM=3671, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: scsi_tmf_4: sd-device-monitor(worker): Passed 179 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: host4: Device is queued (SEQNUM=3672, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: host4: SEQNUM=3672 blocked by SEQNUM=3667 Oct 11 16:53:45 ripley (udev-worker)[1498]: Inserted module 'uas' Oct 11 16:53:45 ripley systemd-udevd[518]: host4: Device is queued (SEQNUM=3673, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: host4: SEQNUM=3673 blocked by SEQNUM=3667 Oct 11 16:53:45 ripley (udev-worker)[1498]: Module 'usb_storage' is already loaded Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: Device is queued (SEQNUM=3674, ACTION=bind) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: SEQNUM=3674 blocked by SEQNUM=3667 Oct 11 16:53:45 ripley systemd-udevd[518]: uas: Device is queued (SEQNUM=3675, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: uas: Device ready for processing (SEQNUM=3675, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: uas: sd-device-monitor(manager): Passed 160 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: Device processed (SEQNUM=3667, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: uas: Device is queued (SEQNUM=3676, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: uas: Processing device (SEQNUM=3675, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: uas: Device ready for processing (SEQNUM=3676, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: uas: sd-device-monitor(manager): Passed 150 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2:1.0: sd-device-monitor(worker): Passed 452 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1502]: uas: Processing device (SEQNUM=3676, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: Device ready for processing (SEQNUM=3668, ACTION=bind) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2: sd-device-monitor(manager): Passed 313 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: host4: SEQNUM=3672 blocked by SEQNUM=3668 Oct 11 16:53:45 ripley systemd-udevd[518]: host4: SEQNUM=3673 blocked by SEQNUM=3668 Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: SEQNUM=3674 blocked by SEQNUM=3668 Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Processing device (SEQNUM=3668, ACTION=bind) Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Removing watch handle -1. Oct 11 16:53:45 ripley (udev-worker)[1502]: uas: Device processed (SEQNUM=3676, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1502]: uas: sd-device-monitor(worker): Passed 150 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device: Created database file '/run/udev/data/c189:129' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id' Oct 11 16:53:45 ripley (udev-worker)[1501]: uas: Device processed (SEQNUM=3675, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: uas: sd-device-monitor(worker): Passed 160 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: /usr/lib/udev/rules.d/69-libmtp.rules:39 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2" Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2' Oct 11 16:53:45 ripley (udev-worker)[1498]: Successfully forked off '(spawn)' as PID 1506. Oct 11 16:53:45 ripley mtp-probe[1506]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2" Oct 11 16:53:45 ripley mtp-probe[1506]: bus: 2, device: 2 was not an MTP device Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2'(out) '0' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 2' succeeded. Oct 11 16:53:45 ripley kernel: scsi host4: uas Oct 11 16:53:45 ripley kernel: usbcore: registered new interface driver uas Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Successfully created symlink '/dev/char/189:129' to '/dev/bus/usb/002/002' Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device: Created database file '/run/udev/data/c189:129' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device: Created database file '/run/udev/data/c189:129' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: Device processed (SEQNUM=3668, ACTION=bind) Oct 11 16:53:45 ripley (udev-worker)[1498]: 2-2: sd-device-monitor(worker): Passed 1102 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: host4: Device ready for processing (SEQNUM=3672, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: host4: sd-device-monitor(manager): Passed 210 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: host4: SEQNUM=3673 blocked by SEQNUM=3672 Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: SEQNUM=3674 blocked by SEQNUM=3672 Oct 11 16:53:45 ripley (udev-worker)[1501]: host4: Processing device (SEQNUM=3672, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: host4: Device processed (SEQNUM=3672, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: host4: sd-device-monitor(worker): Passed 210 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: host4: Device ready for processing (SEQNUM=3673, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: host4: sd-device-monitor(manager): Passed 213 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: SEQNUM=3674 blocked by SEQNUM=3673 Oct 11 16:53:45 ripley (udev-worker)[1501]: host4: Processing device (SEQNUM=3673, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: host4: Device processed (SEQNUM=3673, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: host4: sd-device-monitor(worker): Passed 213 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: Device ready for processing (SEQNUM=3674, ACTION=bind) Oct 11 16:53:45 ripley systemd-udevd[518]: 2-2:1.0: sd-device-monitor(manager): Passed 329 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: Processing device (SEQNUM=3674, ACTION=bind) Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000d8000dc00dsc00dp00ic08isc06ip62in00" Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Importing properties from results of builtin command 'usb_id' Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: Failed to access usb_interface: No such file or directory Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Failed to run builtin 'usb_id': No such file or directory Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: Device processed (SEQNUM=3674, ACTION=bind) Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: sd-device-monitor(worker): Passed 464 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: No events are queued, removing /run/udev/queue. Oct 11 16:53:45 ripley kernel: scsi 4:0:0:0: Direct-Access StoreJet 0 PQ: 0 ANSI: 6 Oct 11 16:53:45 ripley systemd-udevd[518]: target4:0:0: Device is queued (SEQNUM=3677, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: target4:0:0: Device ready for processing (SEQNUM=3677, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: target4:0:0: sd-device-monitor(manager): Passed 224 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device is queued (SEQNUM=3678, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: target4:0:0: Processing device (SEQNUM=3677, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3678 blocked by SEQNUM=3677 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device is queued (SEQNUM=3679, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3679 blocked by SEQNUM=3677 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device is queued (SEQNUM=3680, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3680 blocked by SEQNUM=3677 Oct 11 16:53:45 ripley systemd-udevd[518]: sg1: Device is queued (SEQNUM=3681, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: sg1: SEQNUM=3681 blocked by SEQNUM=3677 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device is queued (SEQNUM=3682, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3682 blocked by SEQNUM=3677 Oct 11 16:53:45 ripley (udev-worker)[1501]: target4:0:0: Device processed (SEQNUM=3677, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: target4:0:0: sd-device-monitor(worker): Passed 224 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device ready for processing (SEQNUM=3678, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: sd-device-monitor(manager): Passed 263 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3679 blocked by SEQNUM=3678 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3680 blocked by SEQNUM=3678 Oct 11 16:53:45 ripley systemd-udevd[518]: sg1: SEQNUM=3681 blocked by SEQNUM=3678 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3682 blocked by SEQNUM=3678 Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Processing device (SEQNUM=3678, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi' Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: hwdb modalias key: "scsi:t-0x00" Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available Oct 11 16:53:45 ripley (udev-worker)[1501]: path '[module/sg]' is '/sys/module/sg' Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load' Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Running built-in command "kmod load" Oct 11 16:53:45 ripley (udev-worker)[1501]: Loading module: scsi:t-0x00 Oct 11 16:53:45 ripley (udev-worker)[1501]: Module 'sd_mod' is already loaded Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Device processed (SEQNUM=3678, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: sd-device-monitor(worker): Passed 263 byte to netlink monitor. Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: Attached scsi generic sg1 type 0 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device ready for processing (SEQNUM=3679, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: sd-device-monitor(manager): Passed 239 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device ready for processing (SEQNUM=3680, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: sd-device-monitor(manager): Passed 235 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: sg1: Device ready for processing (SEQNUM=3681, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: sg1: sd-device-monitor(manager): Passed 271 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device ready for processing (SEQNUM=3682, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Processing device (SEQNUM=3679, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1498]: 4:0:0:0: Processing device (SEQNUM=3680, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: Processing device (SEQNUM=3681, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: Removing watch handle -1. Oct 11 16:53:45 ripley systemd-udevd[518]: Successfully forked off '(udev-worker)' as PID 1510. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Worker [1510] is forked for processing SEQNUM=3682. Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: Processing device (SEQNUM=3682, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: Removing watch handle -1. Oct 11 16:53:45 ripley (udev-worker)[1498]: 4:0:0:0: /etc/udev/rules.d/70-usb-ssd-trim.rules:2 Writing ATTR{'/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_disk/4:0:0:0/provisioning_mode'}="unmap". Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: /usr/lib/udev/rules.d/50-udev-default.rules:96 GROUP 6 Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Device processed (SEQNUM=3679, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: sd-device-monitor(worker): Passed 239 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1498]: 4:0:0:0: Device processed (SEQNUM=3680, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1498]: 4:0:0:0: sd-device-monitor(worker): Passed 235 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: Setting permissions /dev/sg1, uid=0, gid=6, mode=0660 Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: Successfully created symlink '/dev/char/21:1' to '/dev/sg1' Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: sd-device: Created database file '/run/udev/data/c21:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_generic/sg1'. Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: sd-device: Created database file '/run/udev/data/c21:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_generic/sg1'. Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: Device processed (SEQNUM=3681, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1502]: sg1: sd-device-monitor(worker): Passed 271 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: Preserve permissions of /dev/bsg/4:0:0:0, uid=0, gid=0, mode=0600 Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: Successfully created symlink '/dev/char/247:1' to '/dev/bsg/4:0:0:0' Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: sd-device: Created database file '/run/udev/data/c247:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0'. Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: sd-device: Created database file '/run/udev/data/c247:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0'. Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: Device processed (SEQNUM=3682, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1510]: 4:0:0:0: sd-device-monitor(worker): Passed 266 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: No events are queued, removing /run/udev/queue. Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/224 GiB) Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] Write Protect is off Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00 Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 11 16:53:45 ripley systemd-udevd[518]: 8:16: Device is queued (SEQNUM=3683, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 8:16: Device ready for processing (SEQNUM=3683, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: 8:16: sd-device-monitor(manager): Passed 161 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1501]: 8:16: Processing device (SEQNUM=3683, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: 8:16: Device processed (SEQNUM=3683, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: 8:16: sd-device-monitor(worker): Passed 161 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: No events are queued, removing /run/udev/queue. Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] Preferred minimum I/O size 512 bytes Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] Optimal transfer size 33553920 bytes Oct 11 16:53:45 ripley systemd-udevd[518]: sdb: Device is queued (SEQNUM=3684, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: sdb: Device ready for processing (SEQNUM=3684, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: sdb: sd-device-monitor(manager): Passed 280 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Processing device (SEQNUM=3684, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: sdb1: Device is queued (SEQNUM=3685, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Removing watch handle -1. Oct 11 16:53:45 ripley systemd-udevd[518]: sdb1: SEQNUM=3685 blocked by SEQNUM=3684 Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device is queued (SEQNUM=3686, ACTION=bind) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3686 blocked by SEQNUM=3684 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 6 Oct 11 16:53:45 ripley kernel: sdb: sdb1 Oct 11 16:53:45 ripley kernel: sd 4:0:0:0: [sdb] Attached SCSI disk Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:69 Importing properties from results of 'ata_id --export /dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Starting 'ata_id --export /dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: Successfully forked off '(spawn)' as PID 1520. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_TYPE=disk' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_BUS=ata' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_MODEL=TS240GESD230C' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_MODEL_ENC=TS240GESD230C\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_REVISION=S0226A3S' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_SERIAL=TS240GESD230C_EF26632BG10722460002' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_SERIAL_SHORT=EF26632BG10722460002' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_WRITE_CACHE=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_WRITE_CACHE_ENABLED=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_HPA=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_HPA_ENABLED=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_PM=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_PM_ENABLED=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENABLED=0' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=2' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=2' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SMART=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SMART_ENABLED=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_APM=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_APM_ENABLED=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_DOWNLOAD_MICROCODE=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_SATA=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN2=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN1=1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_ROTATION_RATE_RPM=0' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_PERIPHERAL_DEVICE_TYPE=0' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Process 'ata_id --export /dev/sdb' succeeded. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:72 Importing properties from results of builtin command 'usb_id' Oct 11 16:53:45 ripley (udev-worker)[1501]: 2-2:1.0: if_class:8 protocol:6 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: ID_BUS property is already set, setting only properties prefixed with "ID_USB_". Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-TS240GESD230C_EF26632BG10722460002' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:83 Added SYMLINK 'disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:110 Importing properties from results of builtin command 'path_id' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Probe /dev/sdb with raid and offset=0 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/5' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/85-hdparm.rules:1 RUN '/usr/lib/udev/hdparm' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/90-iocost.rules:18 Importing properties from results of builtin command 'hwdb 'block::name:TS240GESD230C:fwrev:S0226A3S:'' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: /usr/lib/udev/rules.d/90-iocost.rules:18 Failed to run builtin 'hwdb 'block::name:TS240GESD230C:fwrev:S0226A3S:'': No data available Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Setting permissions /dev/sdb, uid=0, gid=6, mode=0660 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0' to '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Successfully created symlink '/dev/disk/by-diskseq/5' to '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Successfully created symlink '/dev/disk/by-id/ata-TS240GESD230C_EF26632BG10722460002' to '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Successfully created symlink '/dev/disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0' to '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0' to '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Successfully created symlink '/dev/block/8:16' to '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb'. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Running command "/usr/lib/udev/hdparm" Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Starting '/usr/lib/udev/hdparm' Oct 11 16:53:45 ripley (udev-worker)[1501]: Successfully forked off '(spawn)' as PID 1521. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Process '/usr/lib/udev/hdparm' succeeded. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Adding watch on '/dev/sdb' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb'. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: Device processed (SEQNUM=3684, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb: sd-device-monitor(worker): Passed 2226 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: sdb1: Device ready for processing (SEQNUM=3685, ACTION=add) Oct 11 16:53:45 ripley systemd-udevd[518]: sdb1: sd-device-monitor(manager): Passed 325 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: SEQNUM=3686 blocked by SEQNUM=3685 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Processing device (SEQNUM=3685, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Removing watch handle -1. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 6 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-TS240GESD230C_EF26632BG10722460002-part1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:83 Added SYMLINK 'disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0-part1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0-part1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Probe /dev/sdb1 with raid and offset=0 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:139 Added SYMLINK 'disk/by-label/Backup' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:146 Added SYMLINK 'disk/by-partlabel/Linux\x20filesystem' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partnum/1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:154 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partlabel/Linux\x20filesystem' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:157 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-label/Backup' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/5-part1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Setting permissions /dev/sdb1, uid=0, gid=6, mode=0660 Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-id/ata-TS240GESD230C_EF26632BG10722460002-part1' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0-part1' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-diskseq/5-part1' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-label/Backup' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-partlabel/Linux\x20filesystem' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-label/Backup' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partnum/1' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partlabel/Linux\x20filesystem' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0-part1' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Successfully created symlink '/dev/block/8:17' to '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: sd-device: Created database file '/run/udev/data/b8:17' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb/sdb1'. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Adding watch on '/dev/sdb1' Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: sd-device: Created database file '/run/udev/data/b8:17' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb/sdb1'. Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: Device processed (SEQNUM=3685, ACTION=add) Oct 11 16:53:45 ripley (udev-worker)[1501]: sdb1: sd-device-monitor(worker): Passed 3525 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: Device ready for processing (SEQNUM=3686, ACTION=bind) Oct 11 16:53:45 ripley systemd-udevd[518]: 4:0:0:0: sd-device-monitor(manager): Passed 264 byte to netlink monitor. Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Processing device (SEQNUM=3686, ACTION=bind) Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi' Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: hwdb modalias key: "scsi:t-0x00" Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: No entry found from hwdb. Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available Oct 11 16:53:45 ripley (udev-worker)[1501]: path '[module/sg]' is '/sys/module/sg' Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: Device processed (SEQNUM=3686, ACTION=bind) Oct 11 16:53:45 ripley (udev-worker)[1501]: 4:0:0:0: sd-device-monitor(worker): Passed 264 byte to netlink monitor. Oct 11 16:53:45 ripley systemd-udevd[518]: No events are queued, removing /run/udev/queue. Oct 11 16:53:49 ripley systemd-udevd[518]: Cleanup idle workers Oct 11 16:53:49 ripley systemd-udevd[518]: Worker [1502] exited. Oct 11 16:53:49 ripley systemd-udevd[518]: Worker [1498] exited. Oct 11 16:53:49 ripley systemd-udevd[518]: Worker [1510] exited. Oct 11 16:53:49 ripley systemd-udevd[518]: Worker [1501] exited. Oct 11 16:53:53 ripley systemd-udevd[518]: Cleanup idle workers
Oct 11 16:50:00 ripley kernel: usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd Oct 11 16:50:00 ripley kernel: usb 2-2: New USB device found, idVendor=2174, idProduct=2000, bcdDevice=80.00 Oct 11 16:50:00 ripley kernel: usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1 Oct 11 16:50:00 ripley kernel: usb 2-2: Product: StoreJet Transcend Oct 11 16:50:00 ripley kernel: usb 2-2: Manufacturer: Transcend Oct 11 16:50:00 ripley kernel: usb 2-2: SerialNumber: EF26632BG10722460002 Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: Device is queued (SEQNUM=3787, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: Device ready for processing (SEQNUM=3787, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: Successfully forked off '(udev-worker)' as PID 2054. Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: Worker [2054] is forked for processing SEQNUM=3787. Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: Device is queued (SEQNUM=3788, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: SEQNUM=3788 blocked by SEQNUM=3787 Oct 11 16:50:00 ripley systemd-udevd[526]: scsi_tmf_4: Device is queued (SEQNUM=3789, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: scsi_tmf_4: Device ready for processing (SEQNUM=3789, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Processing device (SEQNUM=3787, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Removing watch handle -1. Oct 11 16:50:00 ripley systemd-udevd[526]: Successfully forked off '(udev-worker)' as PID 2055. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id' Oct 11 16:50:00 ripley systemd-udevd[526]: scsi_tmf_4: Worker [2055] is forked for processing SEQNUM=3789. Oct 11 16:50:00 ripley systemd-udevd[526]: host4: Device is queued (SEQNUM=3790, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: host4: SEQNUM=3790 blocked by SEQNUM=3787 Oct 11 16:50:00 ripley systemd-udevd[526]: host4: Device is queued (SEQNUM=3791, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: host4: SEQNUM=3791 blocked by SEQNUM=3787 Oct 11 16:50:00 ripley (udev-worker)[2055]: scsi_tmf_4: Processing device (SEQNUM=3789, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: Device is queued (SEQNUM=3792, ACTION=bind) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: SEQNUM=3792 blocked by SEQNUM=3787 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: Device is queued (SEQNUM=3793, ACTION=bind) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: SEQNUM=3793 blocked by SEQNUM=3787 Oct 11 16:50:00 ripley kernel: scsi host4: uas Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: No entry found from hwdb. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:69 MODE 0664 Oct 11 16:50:00 ripley (udev-worker)[2055]: scsi_tmf_4: Device processed (SEQNUM=3789, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2055]: scsi_tmf_4: sd-device-monitor(worker): Passed 180 byte to netlink monitor. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/69-libmtp.rules:39 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3' Oct 11 16:50:00 ripley (udev-worker)[2054]: Successfully forked off '(spawn)' as PID 2056. Oct 11 16:50:00 ripley mtp-probe[2056]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2" Oct 11 16:50:00 ripley mtp-probe[2056]: bus: 2, device: 3 was not an MTP device Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3'(out) '0' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3' succeeded. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Setting permissions /dev/bus/usb/002/003, uid=0, gid=0, mode=0664 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Successfully created symlink '/dev/char/189:130' to '/dev/bus/usb/002/003' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device: Created database file '/run/udev/data/c189:130' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device: Created database file '/run/udev/data/c189:130' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Device processed (SEQNUM=3787, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device-monitor(worker): Passed 1102 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: Device ready for processing (SEQNUM=3788, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: sd-device-monitor(manager): Passed 329 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: host4: SEQNUM=3790 blocked by SEQNUM=3788 Oct 11 16:50:00 ripley systemd-udevd[526]: host4: SEQNUM=3791 blocked by SEQNUM=3788 Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: SEQNUM=3792 blocked by SEQNUM=3788 Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: SEQNUM=3793 blocked by SEQNUM=3788 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Processing device (SEQNUM=3788, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000d8000dc00dsc00dp00ic08isc06ip50in00" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: No entry found from hwdb. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Importing properties from results of builtin command 'usb_id' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Failed to access usb_interface: No such file or directory Oct 11 16:50:00 ripley kernel: scsi 4:0:0:0: Direct-Access StoreJet 0 PQ: 0 ANSI: 6 Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: Attached scsi generic sg1 type 0 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Failed to run builtin 'usb_id': No such file or directory Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Running built-in command "kmod load" Oct 11 16:50:00 ripley (udev-worker)[2054]: Loading module: usb:v2174p2000d8000dc00dsc00dp00ic08isc06ip50in00 Oct 11 16:50:00 ripley (udev-worker)[2054]: Module 'uas' is already loaded Oct 11 16:50:00 ripley (udev-worker)[2054]: Module 'usb_storage' is already loaded Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Device processed (SEQNUM=3788, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device-monitor(worker): Passed 463 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: host4: Device ready for processing (SEQNUM=3790, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: host4: sd-device-monitor(manager): Passed 211 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: host4: SEQNUM=3791 blocked by SEQNUM=3790 Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: SEQNUM=3792 blocked by SEQNUM=3790 Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: SEQNUM=3793 blocked by SEQNUM=3790 Oct 11 16:50:00 ripley (udev-worker)[2054]: host4: Processing device (SEQNUM=3790, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: host4: Device processed (SEQNUM=3790, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: host4: sd-device-monitor(worker): Passed 211 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: host4: Device ready for processing (SEQNUM=3791, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: host4: sd-device-monitor(manager): Passed 214 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: SEQNUM=3792 blocked by SEQNUM=3791 Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: SEQNUM=3793 blocked by SEQNUM=3791 Oct 11 16:50:00 ripley (udev-worker)[2054]: host4: Processing device (SEQNUM=3791, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: host4: Device processed (SEQNUM=3791, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: host4: sd-device-monitor(worker): Passed 214 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: Device ready for processing (SEQNUM=3792, ACTION=bind) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2:1.0: sd-device-monitor(manager): Passed 330 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: SEQNUM=3793 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Processing device (SEQNUM=3792, ACTION=bind) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000d8000dc00dsc00dp00ic08isc06ip62in00" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: No entry found from hwdb. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:50:00 ripley systemd-udevd[526]: target4:0:0: Device is queued (SEQNUM=3794, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: target4:0:0: SEQNUM=3794 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device is queued (SEQNUM=3795, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3795 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device is queued (SEQNUM=3796, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3796 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: Device is queued (SEQNUM=3797, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: SEQNUM=3797 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device is queued (SEQNUM=3798, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3798 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Importing properties from results of builtin command 'usb_id' Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device is queued (SEQNUM=3799, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Failed to access usb_interface: No such file or directory Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: /usr/lib/udev/rules.d/60-libgphoto2-6t64.rules:9 Failed to run builtin 'usb_id': No such file or directory Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3799 blocked by SEQNUM=3792 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device: Created database file '/run/udev/data/+usb:2-2:1.0' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: Device processed (SEQNUM=3792, ACTION=bind) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2:1.0: sd-device-monitor(worker): Passed 464 byte to netlink monitor. Oct 11 16:50:00 ripley mtp-probe[2058]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2" Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: Device ready for processing (SEQNUM=3793, ACTION=bind) Oct 11 16:50:00 ripley systemd-udevd[526]: 2-2: sd-device-monitor(manager): Passed 314 byte to netlink monitor. Oct 11 16:50:00 ripley mtp-probe[2058]: bus: 2, device: 3 was not an MTP device Oct 11 16:50:00 ripley systemd-udevd[526]: target4:0:0: SEQNUM=3794 blocked by SEQNUM=3793 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3795 blocked by SEQNUM=3793 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3796 blocked by SEQNUM=3793 Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: SEQNUM=3797 blocked by SEQNUM=3793 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3798 blocked by SEQNUM=3793 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3799 blocked by SEQNUM=3793 Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Processing device (SEQNUM=3793, ACTION=bind) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Removing watch handle -1. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device: Created database file '/run/udev/data/c189:130' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'usb_id' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Importing properties from results of builtin command 'hwdb --subsystem=usb' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: hwdb modalias key: "usb:v2174p2000:StoreJet Transcend" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: No entry found from hwdb. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:19 Failed to run builtin 'hwdb --subsystem=usb': No data available Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/50-udev-default.rules:29 Importing properties from results of builtin command 'path_id' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: /usr/lib/udev/rules.d/69-libmtp.rules:39 Running PROGRAM="/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3" Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Starting '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3' Oct 11 16:50:00 ripley (udev-worker)[2054]: Successfully forked off '(spawn)' as PID 2058. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3'(out) '0' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Process '/usr/lib/udev/mtp-probe /sys/devices/pci0000:00/0000:00:14.0/usb2/2-2 2 3' succeeded. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Successfully created symlink '/dev/char/189:130' to '/dev/bus/usb/002/003' Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device: Created database file '/run/udev/data/c189:130' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device: Created database file '/run/udev/data/c189:130' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: Device processed (SEQNUM=3793, ACTION=bind) Oct 11 16:50:00 ripley (udev-worker)[2054]: 2-2: sd-device-monitor(worker): Passed 1103 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: target4:0:0: Device ready for processing (SEQNUM=3794, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: target4:0:0: sd-device-monitor(manager): Passed 225 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3795 blocked by SEQNUM=3794 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3796 blocked by SEQNUM=3794 Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: SEQNUM=3797 blocked by SEQNUM=3794 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3798 blocked by SEQNUM=3794 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3799 blocked by SEQNUM=3794 Oct 11 16:50:00 ripley (udev-worker)[2054]: target4:0:0: Processing device (SEQNUM=3794, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: target4:0:0: Device processed (SEQNUM=3794, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: target4:0:0: sd-device-monitor(worker): Passed 225 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device ready for processing (SEQNUM=3795, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: sd-device-monitor(manager): Passed 264 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3796 blocked by SEQNUM=3795 Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: SEQNUM=3797 blocked by SEQNUM=3795 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3798 blocked by SEQNUM=3795 Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3799 blocked by SEQNUM=3795 Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: Processing device (SEQNUM=3795, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi' Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: hwdb modalias key: "scsi:t-0x00" Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: No entry found from hwdb. Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available Oct 11 16:50:00 ripley (udev-worker)[2054]: path '[module/sg]' is '/sys/module/sg' Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: /usr/lib/udev/rules.d/80-drivers.rules:5 RUN 'kmod load' Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: Running built-in command "kmod load" Oct 11 16:50:00 ripley (udev-worker)[2054]: Loading module: scsi:t-0x00 Oct 11 16:50:00 ripley (udev-worker)[2054]: Module 'sd_mod' is already loaded Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: Device processed (SEQNUM=3795, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: sd-device-monitor(worker): Passed 264 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device ready for processing (SEQNUM=3796, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: sd-device-monitor(manager): Passed 240 byte to netlink monitor. Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] 468862128 512-byte logical blocks: (240 GB/224 GiB) Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] Write Protect is off Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] Mode Sense: 43 00 00 00 Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: Device ready for processing (SEQNUM=3797, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: sg1: sd-device-monitor(manager): Passed 272 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device ready for processing (SEQNUM=3798, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: Processing device (SEQNUM=3796, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: Processing device (SEQNUM=3797, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: Removing watch handle -1. Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: sd-device: Created database file '/run/udev/data/c21:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_generic/sg1'. Oct 11 16:50:00 ripley systemd-udevd[526]: Successfully forked off '(udev-worker)' as PID 2059. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Worker [2059] is forked for processing SEQNUM=3798. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device ready for processing (SEQNUM=3799, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2059]: 4:0:0:0: Processing device (SEQNUM=3798, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: Successfully forked off '(udev-worker)' as PID 2060. Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Worker [2060] is forked for processing SEQNUM=3799. Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: Processing device (SEQNUM=3799, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: Removing watch handle -1. Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: /usr/lib/udev/rules.d/50-udev-default.rules:96 GROUP 6 Oct 11 16:50:00 ripley (udev-worker)[2059]: 4:0:0:0: /etc/udev/rules.d/70-usb-ssd-trim.rules:2 Writing ATTR{'/sys/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_disk/4:0:0:0/provisioning_mode'}="unmap". Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: sd-device: Created database file '/run/udev/data/c246:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0'. Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: Device processed (SEQNUM=3796, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2054]: 4:0:0:0: sd-device-monitor(worker): Passed 240 byte to netlink monitor. Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: Setting permissions /dev/sg1, uid=0, gid=6, mode=0660 Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: Successfully created symlink '/dev/char/21:1' to '/dev/sg1' Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: sd-device: Created database file '/run/udev/data/c21:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_generic/sg1'. Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: sd-device: Created database file '/run/udev/data/c21:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/scsi_generic/sg1'. Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: Device processed (SEQNUM=3797, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2055]: sg1: sd-device-monitor(worker): Passed 272 byte to netlink monitor. Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: Preserve permissions of /dev/bsg/4:0:0:0, uid=0, gid=0, mode=0600 Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: Successfully created symlink '/dev/char/246:1' to '/dev/bsg/4:0:0:0' Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: sd-device: Created database file '/run/udev/data/c246:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0'. Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: sd-device: Created database file '/run/udev/data/c246:1' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/bsg/4:0:0:0'. Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: Device processed (SEQNUM=3799, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2060]: 4:0:0:0: sd-device-monitor(worker): Passed 267 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: 8:16: Device is queued (SEQNUM=3800, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 8:16: Device ready for processing (SEQNUM=3800, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: 8:16: sd-device-monitor(manager): Passed 162 byte to netlink monitor. Oct 11 16:50:00 ripley (udev-worker)[2060]: 8:16: Processing device (SEQNUM=3800, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2059]: 4:0:0:0: Device processed (SEQNUM=3798, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2059]: 4:0:0:0: sd-device-monitor(worker): Passed 236 byte to netlink monitor. Oct 11 16:50:00 ripley (udev-worker)[2060]: 8:16: Device processed (SEQNUM=3800, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2060]: 8:16: sd-device-monitor(worker): Passed 162 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: No events are queued, removing /run/udev/queue. Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] Preferred minimum I/O size 512 bytes Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] Optimal transfer size 33553920 bytes Oct 11 16:50:00 ripley systemd-udevd[526]: sdb: Device is queued (SEQNUM=3801, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: sdb: Device ready for processing (SEQNUM=3801, ACTION=add) Oct 11 16:50:00 ripley systemd-udevd[526]: sdb: sd-device-monitor(manager): Passed 281 byte to netlink monitor. Oct 11 16:50:00 ripley systemd-udevd[526]: sdb1: Device is queued (SEQNUM=3802, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: Processing device (SEQNUM=3801, ACTION=add) Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: Removing watch handle -1. Oct 11 16:50:00 ripley systemd-udevd[526]: sdb1: SEQNUM=3802 blocked by SEQNUM=3801 Oct 11 16:50:00 ripley kernel: sdb: sdb1 Oct 11 16:50:00 ripley kernel: sd 4:0:0:0: [sdb] Attached SCSI disk Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: Device is queued (SEQNUM=3803, ACTION=bind) Oct 11 16:50:00 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3803 blocked by SEQNUM=3801 Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb'. Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 6 Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:69 Importing properties from results of 'ata_id --export /dev/sdb' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: Starting 'ata_id --export /dev/sdb' Oct 11 16:50:00 ripley (udev-worker)[2059]: Successfully forked off '(spawn)' as PID 2073. Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_TYPE=disk' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_BUS=ata' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_MODEL=TS240GESD230C' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_MODEL_ENC=TS240GESD230C\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_REVISION=S0226A3S' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_SERIAL=TS240GESD230C_EF26632BG10722460002' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_SERIAL_SHORT=EF26632BG10722460002' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_WRITE_CACHE=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_WRITE_CACHE_ENABLED=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_HPA=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_HPA_ENABLED=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_PM=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_PM_ENABLED=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENABLED=0' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY_ERASE_UNIT_MIN=2' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SECURITY_ENHANCED_ERASE_UNIT_MIN=2' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SMART=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_SMART_ENABLED=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_APM=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_APM_ENABLED=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_FEATURE_SET_APM_CURRENT_VALUE=128' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_DOWNLOAD_MICROCODE=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_SATA=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN2=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_SATA_SIGNAL_RATE_GEN1=1' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_ROTATION_RATE_RPM=0' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: 'ata_id --export /dev/sdb'(out) 'ID_ATA_PERIPHERAL_DEVICE_TYPE=0' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: Process 'ata_id --export /dev/sdb' succeeded. Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:72 Importing properties from results of builtin command 'usb_id' Oct 11 16:50:00 ripley (udev-worker)[2059]: 2-2:1.0: if_class:8 protocol:6 Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: ID_BUS property is already set, setting only properties prefixed with "ID_USB_". Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-TS240GESD230C_EF26632BG10722460002' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:83 Added SYMLINK 'disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:110 Importing properties from results of builtin command 'path_id' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid' Oct 11 16:50:00 ripley (udev-worker)[2059]: sdb: Probe /dev/sdb with raid and offset=0 Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/6' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/85-hdparm.rules:1 RUN '/usr/lib/udev/hdparm' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/90-iocost.rules:18 Importing properties from results of builtin command 'hwdb 'block::name:TS240GESD230C:fwrev:S0226A3S:'' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: No entry found from hwdb. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: /usr/lib/udev/rules.d/90-iocost.rules:18 Failed to run builtin 'hwdb 'block::name:TS240GESD230C:fwrev:S0226A3S:'': No data available Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Setting permissions /dev/sdb, uid=0, gid=6, mode=0660 Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Removing/updating old device symlink '/dev/disk/by-diskseq/5', which is no longer belonging to this device. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0' to '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Successfully created symlink '/dev/disk/by-diskseq/6' to '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0' to '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Successfully created symlink '/dev/disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0' to '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Successfully created symlink '/dev/disk/by-id/ata-TS240GESD230C_EF26632BG10722460002' to '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Successfully created symlink '/dev/block/8:16' to '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb'. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Running command "/usr/lib/udev/hdparm" Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Starting '/usr/lib/udev/hdparm' Oct 11 16:50:01 ripley (udev-worker)[2059]: Successfully forked off '(spawn)' as PID 2074. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Process '/usr/lib/udev/hdparm' succeeded. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Adding watch on '/dev/sdb' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: sd-device: Created database file '/run/udev/data/b8:16' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb'. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: Device processed (SEQNUM=3801, ACTION=add) Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb: sd-device-monitor(worker): Passed 2226 byte to netlink monitor. Oct 11 16:50:01 ripley systemd-udevd[526]: sdb1: Device ready for processing (SEQNUM=3802, ACTION=add) Oct 11 16:50:01 ripley systemd-udevd[526]: sdb1: sd-device-monitor(manager): Passed 326 byte to netlink monitor. Oct 11 16:50:01 ripley systemd-udevd[526]: 4:0:0:0: SEQNUM=3803 blocked by SEQNUM=3802 Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Processing device (SEQNUM=3802, ACTION=add) Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Removing watch handle -1. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: sd-device: Created database file '/run/udev/data/b8:17' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb/sdb1'. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/50-udev-default.rules:88 GROUP 6 Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:78 Added SYMLINK 'disk/by-id/ata-TS240GESD230C_EF26632BG10722460002-part1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:83 Added SYMLINK 'disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0-part1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:114 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:116 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0-part1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:133 Importing properties from results of builtin command 'blkid' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Probe /dev/sdb1 with raid and offset=0 Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:138 Added SYMLINK 'disk/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:139 Added SYMLINK 'disk/by-label/Backup' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:145 Added SYMLINK 'disk/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:146 Added SYMLINK 'disk/by-partlabel/Linux\x20filesystem' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:152 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partnum/1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:153 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:154 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partlabel/Linux\x20filesystem' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:156 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:157 Added SYMLINK 'disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-label/Backup' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: /usr/lib/udev/rules.d/60-persistent-storage.rules:164 Added SYMLINK 'disk/by-diskseq/6-part1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Setting permissions /dev/sdb1, uid=0, gid=6, mode=0660 Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Removing/updating old device symlink '/dev/disk/by-diskseq/5-part1', which is no longer belonging to this device. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-diskseq/6-part1' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part1' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-label/Backup' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partlabel/Linux\x20filesystem' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-partlabel/Linux\x20filesystem' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-partuuid/ec09baaa-35bf-4760-9852-bb3075961f3d' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-uuid/3b630d63-429b-458a-9658-baf23b4f092c' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usbv3-0:2:1.0-scsi-0:0:0:0-part1' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-label/Backup' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-path/pci-0000:00:14.0-usb-0:2:1.0-scsi-0:0:0:0-part/by-partnum/1' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-id/ata-TS240GESD230C_EF26632BG10722460002-part1' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/disk/by-id/usb-StoreJet_StoreJet_Transcend_EF26632BG10722460002-0:0-part1' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Successfully created symlink '/dev/block/8:17' to '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: sd-device: Created database file '/run/udev/data/b8:17' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb/sdb1'. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Adding watch on '/dev/sdb1' Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: sd-device: Created database file '/run/udev/data/b8:17' for '/devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/host4/target4:0:0/4:0:0:0/block/sdb/sdb1'. Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: Device processed (SEQNUM=3802, ACTION=add) Oct 11 16:50:01 ripley (udev-worker)[2059]: sdb1: sd-device-monitor(worker): Passed 3525 byte to netlink monitor. Oct 11 16:50:01 ripley systemd-udevd[526]: 4:0:0:0: Device ready for processing (SEQNUM=3803, ACTION=bind) Oct 11 16:50:01 ripley systemd-udevd[526]: 4:0:0:0: sd-device-monitor(manager): Passed 265 byte to netlink monitor. Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: Processing device (SEQNUM=3803, ACTION=bind) Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Importing properties from results of builtin command 'hwdb --subsystem=scsi' Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: hwdb modalias key: "scsi:t-0x00" Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: No entry found from hwdb. Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: /usr/lib/udev/rules.d/50-udev-default.rules:20 Failed to run builtin 'hwdb --subsystem=scsi': No data available Oct 11 16:50:01 ripley (udev-worker)[2059]: path '[module/sg]' is '/sys/module/sg' Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: Device processed (SEQNUM=3803, ACTION=bind) Oct 11 16:50:01 ripley (udev-worker)[2059]: 4:0:0:0: sd-device-monitor(worker): Passed 265 byte to netlink monitor. Oct 11 16:50:01 ripley systemd-udevd[526]: No events are queued, removing /run/udev/queue. Oct 11 16:50:04 ripley systemd-udevd[526]: Cleanup idle workers Oct 11 16:50:04 ripley systemd-udevd[526]: Worker [2060] exited. Oct 11 16:50:04 ripley systemd-udevd[526]: Worker [2054] exited. Oct 11 16:50:04 ripley systemd-udevd[526]: Worker [2055] exited. Oct 11 16:50:04 ripley systemd-udevd[526]: Worker [2059] exited.