Bug 473761

Summary: File corruption
Product: [Applications] dolphin Reporter: Triango Nera <bericbonex>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: major CC: kfm-devel
Priority: NOR    
Version: 23.04.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Triango Nera 2023-08-25 21:10:30 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. make a soft symlink of a folder from NTFS (USB storage HDD in this scenario) on your home drive using /ln -s
2. move the symlinked folder to another location (don't know if necessary for the bug to occur) using dolphin.
3. open symlinked folder and rename file. in this case I renamed a 2.1 gb .safetensors file that I created on old windows 11 system.

OBSERVED RESULT

the folder will now disappear from being viewable in dolphin from both symlinked and original location. you can do ls -la to see that it still exists with it's new filename but without any user/group permissions or other metadata. attempting to copy, move, rename or delete the file with root permissions will give you I/O error.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: yes
(available in About System)
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Comment 1 Triango Nera 2023-08-25 21:15:39 UTC
Sorry I'm missing some crucial information from my bugreport. The file might have been loaded into my RAM/VRAM while I was renaming it, which could have been the course of the issue. I used to do that I lot on windows without issues but so I didn't consider it as an issue at the time.