DaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 個月前Who is using my file?lemmy.mlimagemessage-square48fedilinkarrow-up1398arrow-down112
arrow-up1386arrow-down1imageWho is using my file?lemmy.mlDaGammla@lemmy.ml to linuxmemes@lemmy.worldEnglish · 1 個月前message-square48fedilink
minus-squareSkaveRat@discuss.tchncs.delinkfedilinkarrow-up22·1 個月前meanwhile, 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 個月前You can lazy umount, which blocks new accesses and actually unmounts when it can
minus-squareKairos@lemmy.todaylinkfedilinkarrow-up6·1 個月前Yep. 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.