Ubuntu Support Template
Ubuntu Version: 24.04.4
Desktop Environment (if applicable):
KDE Plasma
Problem Description:
- Using Dolphin, trying to move multiple large directories, 100+ Gig, from my external SSD to trash.
Previously, this operation was almost instantaneous. Now it takes quite a bit longer, maybe half a minute. My previous experience with this was with 24.04.3.
- Also, an application I am using reports the following:
I have seen this message twice, once before rebooting, once after.
This information is false. The drive being written to is an external SSD, dev/sda1.
$ df /dev/sda1
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 3906966528 2338753536 1568212992 60% /media/scohen/Extreme Pro
There is plenty of room to write this much data.
The creator of this application says the problem lies with my OS. I believe him, especially in light of #1 above. I further think the problem lies with the external SSD.
I’ve Googled for Info on fixing issues with external SSDs on Linux . But they seem to assume the SSD is using the ext4 file system. Mine isn’t:
sudo fdisk -l /dev/sda1
Disk /dev/sda1: 3.64 TiB, 4000751370752 bytes, 7813967521 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 2097152 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sda1p1 4294967295 8589934589 4294967295 2T ff BBT
/dev/sda1p2 4294967295 8589934589 4294967295 2T ff BBT
/dev/sda1p3 4294967295 8589934589 4294967295 2T ff BBT
/dev/sda1p4 4294967295 6854241533 2559274239 1.2T ff BBT
Note that Disklabel type: dos. And this list of partitions looks really weird. It says the partitions occupy a total of 7.2 T when the drive is only 4T.
I suppose I could reformat the disk but I do not want to lose the data on it and I don’t have that much room available elsewhere.
What tools are available to analyze this and fix this problem with my external SSD given its current formatting and without reformatting the disk?
Relevant System Information:It’s a SanDisk 4TB external SSD
Screenshots or Error Messages:
see above
What I’ve Tried:
Rebooting the machine did not help.
Before Posting:

