Opened 3 months ago
Last modified 4 weeks ago
#19248 new bug
KDL (SMAP violation) copying files from Ext4 USB pendrive
Reported by: | roiredxsoto | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | File Systems/ext2 | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Good day:
- running hrev58325
- Ryzen 4600G
Process:
- Plug an USB 3.0 pendrive formated as Ext4
- Tell Haiku to mount read only
- Copy files from the pendrive onto the internal drive
- KDL appears
Repeatable: Yes. I have experienced the same issue on the laptop. Always with the Ext4 pendrive. It does not matter the files. Sometimes I can copy a bunch of files, and then the next file causes KDL, sometimes the first file tried to be copied causes KDL.
Attached is the KDL pic
KDL is recoverable. I mean, I can type, and can reboot or call the KDL commands
Regards, RR
Attachments (1)
Change History (3)
by , 3 months ago
Attachment: | IMG_20241113_174249_7582.jpg added |
---|
comment:1 by , 3 months ago
Component: | Drivers/USB → File Systems/ext2 |
---|---|
Keywords: | pendrive ext4 removed |
Owner: | changed from | to
Summary: | KDL on copying files from Ext4 USB pendrive → KDL (SMAP violation) copying files from Ext4 USB pendrive |
comment:2 by , 4 weeks ago
Good day,
Using hrev58572 now,
mounting a Single EXT4 partition (GUID partition map) from the Right button menu results in this Syslog data:
KERN: usb hub 2: port 2: new device connected KERN: usb_disk: device reports a lun count of 1 KERN: usb_disk: vendor_identification "SanDisk" KERN: usb_disk: product_identification "Ultra" KERN: usb_disk: product_revision_level "1.00" KERN: publish device: node 0xffffffffe2732148, path disk/usb/0/0/raw, module drivers/disk/usb_disk/device_v1 KERN: DMAResource@0xffffffffe1d69960: low/high 0/ffffffffffffffff, max segment count 16, align 1, boundary 0, max transfer 65536, max segment size 18446744073709551615 KERN: usb_disk: got device name "SanDisk Ultra 1.00": No error KERN: intel: Found GPT signature, ignoring. KERN: EFI header: EFI PART KERN: EFI revision: 10000 KERN: header size: 92 KERN: header CRC: 961cc0f6 KERN: absolute block: 1 KERN: alternate block: 120176639 KERN: first usable block: 34 KERN: last usable block: 120176606 KERN: disk GUID: c9c148b2-72ab-4109-8aca-ca31170ee909 KERN: entries block: 2 KERN: entry size: 128 KERN: entry count: 128 KERN: entries CRC: d7c489e4 KERN: EFI header: EFI PART KERN: EFI revision: 10000 KERN: header size: 92 KERN: header CRC: 3cd6e823 KERN: absolute block: 120176639 KERN: alternate block: 1 KERN: first usable block: 34 KERN: last usable block: 120176606 KERN: disk GUID: c9c148b2-72ab-4109-8aca-ca31170ee909 KERN: entries block: 120176607 KERN: entry size: 128 KERN: entry count: 128 KERN: entries CRC: d7c489e4 KERN: [ 0] partition type: 0fc63daf-8483-4772-8e79-3d69d8477de4 KERN: unique id: 0ef58457-41f8-4637-88ab-a49b25c3ef8c KERN: start block: 2048 KERN: end block: 120174591 KERN: size: 58677.999 MB KERN: attributes: 0 KERN: name: Vesta64Ext4 KERN: identify(66, 0xffffffffe276e210) KERN: usb_disk: unhandled ioctl 10102 KERN: efi_gpt_scan_partition(cookie = 0xfffffffff282b8c8) KERN: identify(66, 0xffffffffe276e2d0) KERN: [34mext2:[0m ext2: incompatible features not supported: 2000 (extents 40) KERN: usb_disk: unhandled ioctl 10102
But now I can't mount the disk not in read only mode nor in read-write.
Regards, RR
KDL picture