So I was thinking of silly things I’ve done that pseudo-broke my system, or made me think I had a broken system. Like the time I put the cmd :
exit
in my ~/.bash_aliases file and I had to open a text editor to fix it because that broke all the terminals on my machine.
I’m curious what other silly things users have done to confuse themselves.
I wanted to reinstall my Gentoo system. A SUSE (back before OpenSUSE) disc was the newest distro I had lying around. I thought it shouldn’t matter from which system I do the install, Gentoo won’t care.
So I repartitioned
/dev/hda
, installed the base system and went to set up my mount points. Only to discover that my data drive was gone. Stupid SUSE labeled the drives differently./dev/hdb
was my old system drive and I had repartitioned my old data drive.Taught me to really check which drive was which. I wouldn’t touch SUSE again for decades because of this.