• SkaveRat@discuss.tchncs.de
    link
    fedilink
    arrow-up
    22
    ·
    6 days 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
      17
      ·
      6 days ago

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

      • Kairos@lemmy.today
        link
        fedilink
        arrow-up
        6
        ·
        6 days ago

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