cman6@lemmy.worldtoTechnology@lemmy.world•Reddit’s IPO Filing Shows Lots Of Losses After Nearly 20 YearsEnglish
1·
9 months agoOhh, I see! Thanks for replying. I often forget about ChatGPT as an alternative
Ohh, I see! Thanks for replying. I often forget about ChatGPT as an alternative
Honest question: what happened to Stack Overflow? I still get answers from it. Have I missed some incident??
So just to help a little bit without getting too technical…
df -h
is your friend to find out which physical drive or partition relates to which directory (called the “mount point”)If you want, you can set up each drive/partition to be mounted a bit Windows-esque.
For example:
/
/mnt/d/
/mnt/e/
And so on.
You’ll need to look up
fstab
to understand how to do that.I understand it’s tricky to get your head around initially as I felt exactly the same coming from Windows to Linux.
Once you get your head around partitions being able to be mounted anywhere, it actually becomes really handy