this post was submitted on 08 Mar 2024
1374 points (98.6% liked)

Memes

45130 readers
1650 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] adamantris@lemmy.dbzer0.com 7 points 6 months ago (4 children)

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)

[–] captain_aggravated@sh.itjust.works 11 points 6 months ago

Devices are in /dev. Bulk storage devices can be mounted anywhere on the file system, but by convention you can look up where permanently mounted drives get mounted by looking in /etc/fstab. Automatically mounted drives are usually put in /media and manually mounted devices should go in /mnt.

[–] Asudox@lemmy.world 3 points 6 months ago

The devices should be in the /dev directory

[–] DragonOracleIX@lemmy.ml 2 points 6 months ago

Not sure what folders they are usually in by default, but I set my mounted drives to be inside of the /mnt folder because I didn't like wherever they were originally mounted to.

[–] greyfox@lemmy.world 2 points 6 months ago

Assuming you mean hot plugged devices (thumb drives and external drives) KDE mounts them under /media

If you are expecting them to auto mount, KDE distros often don't have that enabled by default. Though I think Kubuntu has that enabled by default now so maybe that has changed. Go to System Settings -> Hardware -> Removable Devices to adjust the automount settings defaults and per drive settings.

If you don't have automount enabled you probably will need to browse to them in Dolphin once to get KDE to mount the drive first.