Blaze@lemmy.zip to Linux@programming.dev · 4 months agoLinux File Systemtelegra.phimagemessage-square17fedilinkarrow-up173arrow-down14
arrow-up169arrow-down1imageLinux File Systemtelegra.phBlaze@lemmy.zip to Linux@programming.dev · 4 months agomessage-square17fedilink
minus-squarewebghost0101@sopuli.xyzlinkfedilinkarrow-up7·4 months agoSo where am i supposed to mount my permanent other file systems? I used to mount them to home, after realizing how much headache that was causing i moved them to mnt. Surely that makes the most sense?
minus-squareGhoelian@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up6·edit-24 months agoI usually put them in /media, so my games drive for example lives in /media/games. Seems to mostly fit with the usual external media that gets mounted there.
minus-squareHubi@feddit.orglinkfedilinkarrow-up1·4 months agoYup, that’s what I do too. Mine are mounted to /media/user/ by default.
minus-squareastrsk@fedia.iolinkfedilinkarrow-up2·4 months ago/mnt is reasonable and normal. I have used /mnt, /data, /media for various hardware and software mounted storage. It really doesn’t matter unless you’re dealing with some specific software or organization with esoteric requirements.
minus-squareKaity@leminal.spacelinkfedilinkEnglisharrow-up2·4 months agoYou can just make a new folder, I put mine on /data
minus-squareEm Adespoton@lemmy.calinkfedilinkarrow-up2·4 months agoDoesn’t even have to be new; I’ve got one at ~/Downloads in my fstab.
minus-squareneidu2@feddit.nllinkfedilinkarrow-up1·4 months agoYou mount them to /proc for extra spiciness
So where am i supposed to mount my permanent other file systems?
I used to mount them to home, after realizing how much headache that was causing i moved them to mnt. Surely that makes the most sense?
I usually put them in /media, so my games drive for example lives in /media/games.
Seems to mostly fit with the usual external media that gets mounted there.
Yup, that’s what I do too. Mine are mounted to /media/user/ by default.
/mnt is reasonable and normal. I have used /mnt, /data, /media for various hardware and software mounted storage. It really doesn’t matter unless you’re dealing with some specific software or organization with esoteric requirements.
You can just make a new folder, I put mine on /data
Doesn’t even have to be new; I’ve got one at ~/Downloads in my fstab.
You mount them to /proc for extra spiciness