• SkaveRat@discuss.tchncs.de
    link
    fedilink
    arrow-up
    21
    ·
    1 day ago

    meanwhile, me getting annoyed that a network mount whose endpoint is not available anymore just completely refuses to unmount, no matter what I do

    • oats@piefed.zip
      link
      fedilink
      English
      arrow-up
      16
      ·
      1 day ago

      You can lazy umount, which blocks new accesses and actually unmounts when it can

      • Kairos@lemmy.today
        link
        fedilink
        arrow-up
        5
        ·
        1 day ago

        Yep. The lock comes from files being opened on the mounted path. Remove those and you should be fine.