@[email protected] to [email protected]English • 10 months agoSo this is why he doesn't do Linux... any moresh.itjust.worksmessage-square322fedilinkarrow-up1645
arrow-up1645imageSo this is why he doesn't do Linux... any moresh.itjust.works@[email protected] to [email protected]English • 10 months agomessage-square322fedilink
minus-square@[email protected]linkfedilink2•10 months agoEverything should be mounted in fstab. Post your cat /etc/fstab. I’m betting it’s pretty easy to read.
minus-squareProgrammer BelchlinkfedilinkEnglish2•10 months agoDevices you mount after startup like external USB don’t show up in fstab do they?
minus-square@[email protected]linkfedilink4•10 months agoNo and since systemd you actually can have an empty fstab file too (booting via solely automounting is possible)
minus-square@[email protected]OPlinkfedilinkEnglish2•edit-210 months agoNo, their mount points are usually in /run/media/[username]/[partition_label]… or if it doesn’t have a label, the UUID of the partition.
minus-square@[email protected]linkfedilink1•10 months agoYes, I know, but that’s not automatic, and automatic mount-points vary for removable drives based on DE and distro.
Everything should be mounted in fstab. Post your cat /etc/fstab.
I’m betting it’s pretty easy to read.
Devices you mount after startup like external USB don’t show up in fstab do they?
No and since systemd you actually can have an empty fstab file too (booting via solely automounting is possible)
No, their mount points are usually in
/run/media/[username]/[partition_label]
… or if it doesn’t have a label, the UUID of the partition.Yes, I know, but that’s not automatic, and automatic mount-points vary for removable drives based on DE and distro.