DaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 month agoWho is using my file?lemmy.mlimagemessage-square48linkfedilinkarrow-up1398arrow-down112
arrow-up1386arrow-down1imageWho is using my file?lemmy.mlDaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square48linkfedilink
minus-squareoats@piefed.ziplinkfedilinkEnglisharrow-up18·1 month agoYou can lazy umount, which blocks new accesses and actually unmounts when it can
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up6·1 month 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.