DaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 2 days agoWho is using my file?lemmy.mlimagemessage-square41linkfedilinkarrow-up1356arrow-down112
arrow-up1344arrow-down1imageWho is using my file?lemmy.mlDaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 2 days agomessage-square41linkfedilink
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up21·1 day 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-up16·1 day agoYou can lazy umount, which blocks new accesses and actually unmounts when it can
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up5·1 day 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.