Recent content by PeterMarcusH.

  1. P

    Merge two ubuntu partitions

    ubuntuserver@ubuntuserver:~$ df -h Filesystem Size Used Avail Use% Mounted on udev 35G 0 35G 0% /dev tmpfs 6.9G 4.4M 6.9G 1% /run /dev/mapper/ubuntu--vg-ubuntu--lv 147G 36G 104G 26% / tmpfs...
  2. P

    Merge two ubuntu partitions

    Hmm im getting the following error ubuntuserver@ubuntuserver:~$ sudo mount /dev/vda3 /mnt/newdisk/ mount: /mnt/newdisk: unknown filesystem type 'LVM2_member'.
  3. P

    Merge two ubuntu partitions

    How would i got about doing that?
  4. P

    Merge two ubuntu partitions

    Hey all. I tried to extend my ubuntu vm, but cant seem to get it to work :/. My "root" folder is /dev/mapper/ubuntu--vg-ubuntu--lv, where as i can see Disk /dev/vda: has all the disk space. How can i merge these two?
  5. P

    [SOLVED] LXC mountpoint breaks container

    Thank you for helping me debug :)
  6. P

    [SOLVED] LXC mountpoint breaks container

    Found the error. This command pct set 114 -mp0 mp=/mnt/sdb,/root/mnt Takes as the first mp /mnt/sdb the lxc file placement, and the second /mnt/sdb the host folder. These where switched. The original posted, which is wrong: pct set 114 -mp0 mp=/mnt/sdb,/root/mnt The new, which works: pct set...
  7. P

    [SOLVED] LXC mountpoint breaks container

    Something just seems off. When the folder is mounted i cant mount the container with pct mount 114. When then deleteing the original mount and then mounting via. pct mount 114 i cant run mkdir /var/lib/lxc/114/rootfs/root/mnt since the folder already exists. :confused:
  8. P

    [SOLVED] LXC mountpoint breaks container

    Ah sorry, first need to mount. Mb
  9. P

    [SOLVED] LXC mountpoint breaks container

    For the following line mkdir /var/lib/lxc/114/rootfs/root/mnt, i dont have the folder root, should i just create one?
  10. P

    [SOLVED] LXC mountpoint breaks container

    I did didnt i? lxc-start: 114: lxccontainer.c: wait_on_daemonized_start: 843 No such file or directory - Failed to receive the container state lxc-start: 114: tools/lxc_start.c: main: 308 The container failed to start lxc-start: 114: tools/lxc_start.c: main: 311 To get more details, run the...
  11. P

    [SOLVED] LXC mountpoint breaks container

    Running: lxc-start -n 114 -l DEBUG -o /tmp/lxc.log root@SERVER:~# lxc-start -n 114 -l DEBUG -o /tmp/lxc.log lxc-start: 114: lxccontainer.c: wait_on_daemonized_start: 843 No such file or directory - Failed to receive the container state lxc-start: 114: tools/lxc_start.c: main: 308 The container...
  12. P

    [SOLVED] LXC mountpoint breaks container

    LXC container instantly shutsdown when mount point is created. I have a folder i'd like to share to a privaliged container from the host. Folder placement on lxc container id like files to be placed: /root/mnt Folder placement on host to mount: /mnt/sdb command used: pct set 114 -mp0...
  13. P

    Kernel errors from passthrough

    I tried your kernel command line and tried with three other GPUs still the same errors. Any other suggestions?
  14. P

    Kernel errors from passthrough

    Thank you for the quck reply! i have tried different ports, but with same results. I'll try disabling AER and report back.