Search results

  1. B

    use all available space from local-lvm

    Done! o_O I manually removed the "local-lvm" storage using the gui. Then I used these commands: lvremove /dev/pve/data lvresize -l +100%FREE /dev/pve/root resize2fs /dev/mapper/pve-root In fact it doesn't seem to have any impact on files stored in "local". Honestly, I do not 100% understand...
  2. B

    use all available space from local-lvm

    Understood. Main idea was to store backups on ExtremeSSDDrive. All VMs/LXCs are then running on local. I now achieved to delete everything on "local-lvm". how do I delete "local-lvm" now without removing files on "local" once again I don't think that those commands will do the job because...
  3. B

    use all available space from local-lvm

    Hi Dunuin, Yes I did check /media/ExtremeSSDDrive before mounting. For your reference, I listed all the large files once. Seems like *.raw files on local are taking up the space. root@pve:~# du -a / | sort -n -r | head -n 100 du: cannot access '/proc/580678/task/580678/fd/3': No such file or...
  4. B

    use all available space from local-lvm

    Thanks for the advise. I've succesfully mounted the ExtremeSSDDrive now and added an appropriate fstab line /etc/fstab UUID=80ca7f07-634d-e74f-a5fd-31b4b48fbe8d /media/ExtremeSSDDrive ext4 defaults 0 1 Having done that thanks to your advise. I am now asking my self if hitting the "move...
  5. B

    use all available space from local-lvm

    So much of what you are saying I can agree on. In fact I created local-edomi only because I was trying to free space on local :-) Hence, I messed up---- And when I check out the file system all files remain in "/media/ExtremeSSDDrive" even if the drive is physically removed from the system...
  6. B

    use all available space from local-lvm

    Hi, thanks for your attention to this. lsblk root@pve:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 465.8G 0 disk └─sda1 8:1 0 465.8G 0...
  7. B

    use all available space from local-lvm

    I would love to do that. But as far as I can see all disks (ExtremeSSDDrive,local,local-edomi) seems to be the same storage as they are exactly the same size. (pictures attached) So 103-edomi and 102-loxberry2 are using this space, right? When I plug the external ExtremeSSDDrive into another...
  8. B

    use all available space from local-lvm

    I wish I would have done that..... It looks like a WIN10-VM is using this local-lvm as seen in the picture. So in this case it seems that I have to shrink local-lvm a little bit and then allocate (lvresize) this free space to local-root. But searching for shrinking options gives results like...
  9. B

    use all available space from local-lvm

    Well, thank you! that seems far to eays to be true :-D Any chance of messing up already existing containers and vm when performing these steps? Any experience on that?
  10. B

    use all available space from local-lvm

    Hi everyone, I am quite new to Proxmox but made great experience so far. There is only one thing that is driving me a little crazy. And that is about storage use. As you can see "local (pve)" and "local-edomi (pve) need a little more space from/of local-lvm. But I have no clue how to allocate...