DaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 month 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 · 1 month agomessage-square48linkfedilink
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up22·1 month agomeanwhile, me getting annoyed that a network mount whose endpoint is not available anymore just completely refuses to unmount, no matter what I do
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.
meanwhile, me getting annoyed that a network mount whose endpoint is not available anymore just completely refuses to unmount, no matter what I do
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.