2yrs ago I bought an cheap Windows laptop to install Ubuntu on. I installed Ubuntu and formatted/removed Windows completely. The install went great and the laptop worked great. Last year I decided to upgrade that laptop: I installed an M2 drive (and some more ram).
When I upgraded I decided to make the M2 my boot drive. I installed Ubuntu on the new drive and acted as if the old one was never there. The install went great, and Ubuntu has been running great on the M2 (currently running 20.04 LTS).
The laptop still has the orignal 1TB HDD in it (with Ubuntu?) and I never interact with because everything I do is on the M2. I mounted it in /Media today and when viewing in the Terminal I found the whole old stack (/bin, /boot, /lib, /sys, /home, etc...) all still there. It is an awful amount of space to never use.
How can/Should I delete all this stuff so I can use that drive as a basic 2nd HDD? (Should I install "wipe"? Are there terrible ways I could screw this up, rendering the 1TB drive unusable? I don't even care if Ubuntu boot-style stuff stays on the drive in some other partition (as I think it is now), I just want to be able to use the drive, and not get confused by huge old jungle of mirror-image folders).
rm
whatever you don't want below the /media or directory you mounted it in. You don't need additional software to do it in my opinion. – guiverc Jul 21 '20 at 00:02