0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agoSo this is why he doesn't do Linux... any moresh.itjust.worksexternal-linkmessage-square333fedilinkarrow-up1647arrow-down141
arrow-up1606arrow-down1external-linkSo this is why he doesn't do Linux... any moresh.itjust.works0x4E4F@sh.itjust.works to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square333fedilink
minus-squaremosiacmango@lemm.eelinkfedilinkarrow-up3·1 year agoEverything should be mounted in fstab. Post your cat /etc/fstab. I’m betting it’s pretty easy to read.
minus-squareProgrammer Belch@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up2·1 year agoDevices you mount after startup like external USB don’t show up in fstab do they?
minus-squareEddyBot@feddit.delinkfedilinkarrow-up4·1 year agoNo and since systemd you actually can have an empty fstab file too (booting via solely automounting is possible)
minus-square0x4E4F@sh.itjust.worksOPlinkfedilinkEnglisharrow-up2·edit-21 year 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-squareBuffalox@lemmy.worldlinkfedilinkarrow-up1·1 year 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.