Hi everyone, I have read that to locally unmount and delete an ext4 disk or other filesystem in a node that is part of a cluster, as usual, umount the disk and then access the contents. Then open a shell and navigate to etc / systemd-d / system / mountpoint.mount. And delete the link. I noticed that this kind of procedure in my opinion could be incorrect as the disk seems to be managed by systemd and therefore I don't see why to manually delete the link instead of issuing the command from the node where the disk resides locally: "systemctl disable mnt -pve-volumexxx.mount and then systemctl remove mnt-pve-volumexxx.mount. I was asking the more experts if what I just wrote is correct or if the manual removal should be done. Thanks to all.