Apologies for the delay in replying. Last night was the first decent night’s sleep I’ve had since an eye surgery ten days ago. Got in a solid 12 hours! Not for the squeamish: Vitrectomy - Wikipedia Had the “pars plana” variety.
Performed daily update on the unstable-branch laptop. Booted to 6.19 and performed test. It went so fast with the 131.5 MiB file I had been using, I couldn’t get Dolphin’s notification window open fast enough. Switched to a Manjaro ISO as the test file. Resulting screenshot:
Rebooted to 7.0, now RC7:
Note too that I’ve pinned open the notification from Disks & Devices to show current capacity of the flash drive.
While still under RC7:
dd if=/dev/urandom of="/run/media/brucew/Ventoy-C/testfile" bs=1M count=50 oflag=append,direct conv=notrunc ✔
50+0 records in
50+0 records out
52428800 bytes (52 MB, 50 MiB) copied, 0.951596 s, 55.1 MB/s
I’m with @linux-aarhus thinking it’s a kernel thing. A change I noticed while writing this is that nomacs (image viewer) no longer launches. (It was fine under RC6 and before any other updates this AM.) Had to use gwenview instead. Have yet to look into that.
HTH! (And thank you for your work on this!)
Added, from inxi:
Partition:
ID-1: / raw-size: 128 GiB size: 125.43 GiB (97.99%) used: 65.23 GiB (52.0%)
fs: ext4 dev: /dev/dm-0 maj-min: 253:0 mapped: root label: N/A uuid: N/A
ID-2: /Data raw-size: 3.6 TiB size: 3.54 TiB (98.40%)
used: 602.3 GiB (16.6%) fs: ext4 dev: /dev/dm-1 maj-min: 253:1
mapped: luks-4f550296-12f7-40e2-a231-7b5f0aa9b7ea label: Data
uuid: ac8d2e7b-87bd-40da-9feb-a11e79f0ca86
ID-3: /boot/efi raw-size: 2 GiB size: 2 GiB (99.80%) used: 85.9 MiB (4.2%)
fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: UEFI uuid: AAC3-479E
ID-4: /run/media/brucew/Ventoy-C raw-size: 119.48 GiB
size: 119.47 GiB (100.00%) used: 39.16 GiB (32.8%) fs: exfat dev: /dev/sda1
maj-min: 8:1 label: Ventoy-C uuid: B038-B41F
Swap:
Alert: No swap data was found.
Unmounted:
ID-1: /dev/sda2 maj-min: 8:2 size: 32 MiB fs: vfat label: VTOYEFI
uuid: 626B-4255
USB:
Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 1 rev: 2.0
speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
class-ID: 0900
Hub-2: 2-0:1 info: super-speed hub ports: 2 rev: 3.1
speed: 20 Gb/s (2.33 GiB/s) lanes: 2 mode: 3.2 gen-2x2 chip-ID: 1d6b:0003
class-ID: 0900
Device-1: 2-2:2 info: Silicon Motion - Taiwan (formerly Feiya ) Flash
Drive type: mass storage driver: usb-storage interfaces: 1 rev: 3.1
speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 power: 304mA
chip-ID: 090c:1000 class-ID: 0806 serial: <filter>
Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 12 rev: 2.0
speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
class-ID: 0900
Hub-4: 3-1:2 info: Realtek RTS5411 Hub ports: 5 rev: 2.1
speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 0bda:5411
class-ID: 0900
Device-1: 3-6:3 info: Microdia Integrated_Webcam_HD type: video
driver: uvcvideo interfaces: 2 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s)
lanes: 1 mode: 2.0 power: 500mA chip-ID: 0c45:6d1d class-ID: 0e02
Device-2: 3-10:4 info: Intel BE200 Bluetooth type: bluetooth driver: btusb
interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
power: 100mA chip-ID: 8087:0036 class-ID: e001
Hub-5: 4-0:1 info: super-speed hub ports: 4 rev: 3.1
speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
class-ID: 0900
I believe we’re looking at Partition ID4, USB Hub-2 and USB Device-1.
Also:
sudo smartctl -i /dev/sda1 ✔
[sudo] password for brucew:
smartctl 7.5 2025-04-30 r5714 [x86_64-linux-7.0.0-rc7-1-MANJARO] (local build)
Copyright (C) 2002-25, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Samsung
Product: Type-C
Revision: 1100
Compliance: SPC-4
User Capacity: 128,320,801,792 bytes [128 GB]
Logical block size: 512 bytes
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
Logical Unit id: 0x534d490033323830
Serial number: AA00000000000489
Device type: disk
scsiModePageOffset: response length too short, resp_len=4 offset=4 bd_len=0
Local Time is: Mon Apr 6 12:10:17 2026 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Disabled or Not Supported
HTH!