Bug 473761 - File corruption
Summary: File corruption
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.04.3
Platform: Arch Linux Linux
: NOR major
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 21:10 UTC by Triango Nera
Modified: 2023-08-25 21:15 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.