DaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 7 days agoWho is using my file?lemmy.mlimagemessage-square48fedilinkarrow-up1393arrow-down112
arrow-up1381arrow-down1imageWho is using my file?lemmy.mlDaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 7 days agomessage-square48fedilink
minus-squareoats@piefed.ziplinkfedilinkEnglisharrow-up17·6 days agoYou can lazy umount, which blocks new accesses and actually unmounts when it can
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up6·6 days 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.