Link: Proxmox Forum
Automatically
- Go to your server
- Expand the disk section
- Click on Directory
- Find the directory you want to remove
- Click on the obscure more button in your top right corner
- Select Destroy
Manually
- Login to your Proxmox Server Web GUI
- Remove the Storage from the Server
- Go to your Data Center and Select Storage
- If the same storage name is being used elsewhere,
- Click on the storage name and edit.
- Remove the server name you want to disassociate the storage from
- If it's only used on one server,
- Click on the storage name and remove
- Find the mounting service from your terminal and disable it.
systemctl list-units "*.mount"
- Remove the mount file
- Look for the mount you're looking for in /etc/systemd/system. It'll look like this mnt-pve-[mount name].mount
- Delete that directory
- Unmount the directory from the server
umount /mnt/pve/[folder name]
- Remove the directory from the server
rm /mnt/pve/[folder name]