Search results

  1. T

    Mount NTFS Disk in LXC

    I just did it with adding "none bind,create=dir 0 0" on the end in LXC config. Seems it is working mp1: /dev/nvme1n1,mp=/mnt/mediatb1 none bind,create=dir 0 0 Many thanks!
  2. T

    Mount NTFS Disk in LXC

    Thank you @leesteken ! I finally solved the issue when unmounted the disk from PVE. I am trying now change the owner of the folder to plex inside mounted mp= /mnt/mediatb1 but it is still remaining as root. Even if I am logged in as plex user and create a folder then it is going to be created...
  3. T

    Mount NTFS Disk in LXC

    Dear All, I am trying to mount NTFS disk in LXC on PVE 7.4-17 without success. When mount disk with FAT fs it is possible and works fine. I am mounting it thru fstab in PVE: /dev/nvme1n1 /mnt/pve/tb1 ntfs-3g auto,nofail,rw,default,x-systemd.device-timeout=400 0 0 and it has properly mounted...
  4. T

    845 Failed to run lxc.hook.pre-start for container

    I found the root cause namely I restored the LXC on different machine on which the attached disk has not been mounted mp0: /mnt/pve/smb/share,mp=/mnt/share that cause the issue. When femoved it then it works fine.
  5. T

    845 Failed to run lxc.hook.pre-start for container

    Dear All, I have upgraded proxmox from 7.4 to 8.1.10 and trying to restore LXC from backup. Unfortunately I am getting error below: run_buffer: 571 Script exited with status 2 lxc_init: 845 Failed to run lxc.hook.pre-start for container "100" __lxc_start: 2034 Failed to initialize container...
  6. T

    Issue with restore LXC including mounted additional disk

    Thank you for your help! Unfortunately this option of reassign volume is not available in my version of proxmox 7.1..
  7. T

    Issue with restore LXC including mounted additional disk

    But when I want to attach the disk after restored LXC to different ID it ask me to assign for disk size and even If i will allocate full disk then the disk is empty without the data I had previously.
  8. T

    Issue with restore LXC including mounted additional disk

    Dear All, I am facing just another issue. Namely I have the same container as above mentioned with additional disk attached : mp0: nvme:vm-103-disk-2,mp=/mnt/media,size=3970G and with this additional disk I am getting issues with low PVE space. How attached disk can have impact on this PVE...
  9. T

    Issue with restore LXC including mounted additional disk

    Thank you for the explanation. So to avoid it in the future I need to incude additional disk also in the backup ? Or there is other possibility to not backup second huge disk and not to wipe it during restore ? I am using PVE 7.1-7
  10. T

    Issue with restore LXC including mounted additional disk

    Hi Chris, Thank you for the quick response. BElow you can find the configuration: root@pve:~# pct config 103 arch: amd64 cores: 2 description: <div align='center'><a href='https://helper-scripts.com'><img...
  11. T

    Issue with restore LXC including mounted additional disk

    Dear All, I am having issues with restore the LXC container including mounted additional disk. To be clear I have restored container properly and it started and accesible but Ian't see any data in the mount point where additional disk was added. In my restored LXC I can see the disk as it was...
  12. T

    Resize pve-root

    It works, many thanks Stefan! ;-) There is also the CloudInit Drive and it is not possible to move. I guest it should stay as it is (It contain only 4MB).
  13. T

    Resize pve-root

    I am just back sorry for the delay.. Below is the output: root@pve:~# cat /etc/pve/storage.cfg cifs: Multimedia path /mnt/pve/Multimedia server 192.168.1.xxx share Multimedia content images,snippets,backup,rootdir,vztmpl,iso prune-backups keep-all=1...
  14. T

    Resize pve-root

    Thank you Stefan I will try to resize it. Maybe I do not undersand the whole concept of the incredible Proxmox solution. I would like to use the other remining space on NVME if possible also for VM's. For the moment I am storing the disks and VM's on PVE (/dev/sda) but I can't see the...
  15. T

    Resize pve-root

    Hello Stefan, Many thanks for the quick replay! ;-) So I can add the remining 17GB space from the below pve VG and add it to pve-root. How can i reassing it ? I am wondering why I have so many free space on the NVME disk. Did I misconfigured something during the installation ? Maybe I should...
  16. T

    Resize pve-root

    Hello All, I have installed proxmox o.s. on /dev/sda >> Samsung SSD_870_EVO_500 GB Disk and additional /dev/nvme0n1 >> 2TB NVME Sabrent Rocket 4.0 Plus on Intel NUC RNUC11PAHI70000 Core i7 Panther Canyon as below. I would like to extend the pve-root on /dev/sda/ decrising the size from nvme...