I did a BTRFS send to my drive, but it stalled out. It was doing a xattr write for several hours on a 20GB .mp4 file.
I figured that something went wrong and tried to CTRL + C it, but it didn't work and continued to try to continue. So I searched for the process using ps aux | grep send, but nothing came up, it was like the process died, ditto for searching for receive grep returned nothing.
These aren't the real problems though. My disk usage is at 100% (Using only half the disk). I have full disk encryption on, and for some reason the snapshot I took earlier seems to be taking up the rest of the space.
I deleted the snapshots, but the non-comit version of delete was used.
There are no more subvolumes on the disk (Using
), but usage is still at 100%
How can I fix this 100% disk issue? There appear to be no more subvolumes to delete.
I figured that something went wrong and tried to CTRL + C it, but it didn't work and continued to try to continue. So I searched for the process using ps aux | grep send, but nothing came up, it was like the process died, ditto for searching for receive grep returned nothing.
These aren't the real problems though. My disk usage is at 100% (Using only half the disk). I have full disk encryption on, and for some reason the snapshot I took earlier seems to be taking up the rest of the space.
I deleted the snapshots, but the non-comit version of delete was used.
There are no more subvolumes on the disk (Using
Code:
sudo btrfs subvolume list /
How can I fix this 100% disk issue? There appear to be no more subvolumes to delete.
Comment