this post was submitted on 08 Mar 2024
1378 points (98.5% liked)
Memes
52216 readers
670 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm no programmer either, but switched to the penguin out of necessity, since my PC completely lost the ability to run Windows for no reason. But I vibe with KDE Plasma now, so it's not half bad.
(Someone tell me where I find my mounted devices as a folder pls, thanks)
Type
mount
in console and it will show all mount points. Ordf
and it will show mount points for file systems and their utilization.df -h
will show usage in normal size instead of blocks,df -i
will show i-node usage. If file system mounted in multiple placesmount
will show it serval times, whiledf
only once.For more info on df use
man df
.the description of both commands was actually really helpful, thank you!