Recent content by UTxCipo

  1. U

    HDD never spin down

    Sorry for about the necroposting ^^" but is now this requested function implemented?
  2. U

    [SOLVED] Container and NOT always-on USB Disk

    Finally, I've foud a solution, I'll try to make some order in what I've found: the container don't boot if: the command pct start $id is given by the udev script AND within the config file there is a mount point like this: mp0: /dev/disk/by-label/$label,mp=/path/to/mount,backup=0 I thought...
  3. U

    [SOLVED] Container and NOT always-on USB Disk

    So, I almost found a solution, using udev, triggered by the HDD insertion... It runs a script do this: pct start 103 The problem now is this way the container doesn't boot up correctly, it hangs for a minute and then fails. The same command done by hand in the terminal starts the container...
  4. U

    [SOLVED] Container and NOT always-on USB Disk

    I've found a clue, the usb passthrough, but I'm not sure how to adapt it to my usecase... Is it possible to passthrough an USB HDD?
  5. U

    [SOLVED] Container and NOT always-on USB Disk

    Hi folks, I'm quite new to proxmox but I've done some good work on it, now my home server runs: a VM for pfsense a CT (Ubuntu) for Plex server for music streaming only (with a dedicated USB pendrive) a CT (Alpine) for Samba, with a dedicated 3TB USB drive, but I don't need to keep it on 24/7...