DaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 2 months agoWho is using my file?lemmy.mlimagemessage-square48linkfedilinkarrow-up1396arrow-down112
arrow-up1384arrow-down1imageWho is using my file?lemmy.mlDaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square48linkfedilink
minus-squareoats@piefed.ziplinkfedilinkEnglisharrow-up18·2 months agoYou can lazy umount, which blocks new accesses and actually unmounts when it can
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up6·2 months agoYep. The lock comes from files being opened on the mounted path. Remove those and you should be fine.
You can lazy umount, which blocks new accesses and actually unmounts when it can
Yep. The lock comes from files being opened on the mounted path. Remove those and you should be fine.