Search results

  1. M

    Any chance to slash "local" storage?

    Originally proxmox started with local storage. Now that I have my space1 storage (MD-Device) finally set up and running, I would like to get rid of local as it is only in the way. I removed any traces of it from /etc/pve/storage.cfg, grepped in /etc for any mentions, and it is mentioned in...
  2. M

    "unable to get device for partition 1"

    Funny, I used that formulation in the 90ies. Which is the era some of the Proxmox Perl code seems to be from. Any chance to make anonymous contributions? edit: To make it clear - the Perl code may not be very shiny, but it gets the job done obviously. I do like Proxmox a lot. Unfortunately the...
  3. M

    "unable to get device for partition 1"

    Good News Everyone! I managed to install Proxmox on top of a Debian 9.8 on this machine, so all is well. Well, ... except for the weird position of the proxmox team to software Raid "https://pve.proxmox.com/wiki/Software_RAID" - which is the exact opposite of currently (like 5 years ago)...
  4. M

    "unable to get device for partition 1"

    And by "enhancement" you certainly mean another mud puddle in get_partition_dev? (a pitty this forum doesn't allow for Perl syntax hilit) sub get_partition_dev { my ($dev, $partnum) = @_; if ($dev =~ m|^/dev/sd([a-h]?[a-z]\|i[a-v])$|) { return "${dev}$partnum"; } elsif ($dev...
  5. M

    "unable to get device for partition 1"

    LOL - so after almost one year, I retried with PVE 5.3 2nd release Same problem so I search da internetz and behold: I find my unanswered writeup here. :thumbsup: Maybe next year then.
  6. M

    "unable to get device for partition 1"

    Hi. After h t t p s: // www .youtube.com/watch?v=z-q1WhZUICQ suggested pve 5.0 works out of the box on a C3000 based Atom system (they used a Supermicro platform) with eMMC, I tried my luck with the Gigabyte MA10-ST0 mainboard (h t t p s ...