V
V
viktorsmerdin2021-01-16 21:50:29
linux
viktorsmerdin, 2021-01-16 21:50:29

How to remove snapshots?

Can't login to Mint due to lack of disk space. Logged in via bootable flash drive. almost all the memory was taken by snapshots. Can't remove them, tried sudo rm -rf/ with no success. How can I delete?
Just getting started with Linux

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Karasik, 2021-01-17
@viktorsmerdin

/dev/sdb2. 94G. 100%

run
du -kx /mnt/sdb2 | sort-rn | head -20
/mnt/sdb2 is where /dev/sdb2 is mounted, yours may be different.
This will give a list of the largest directories

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question