Search results

  1. E

    file restore test

    Hi, thanks. Just to be clear I am overwriting the standard files with this? Should I backup the old ones.
  2. E

    ZFS Online but unable to import

    Try : zpool import -f -FX bulk_storage -n was dry run
  3. E

    ZFS Online but unable to import

    lsblk -f ? zpool import -f -FXn bulk_storage ?
  4. E

    ZFS Online but unable to import

    zpool import -f bulk_storage ?
  5. E

    mounting 'drive-virtio1.img.fidx/part/2' failed: all mounts failed or no supported file system (400)

    Cannot do file level restore on one partition. I have a windows 2003 server C:\ D:\ Two partitions on 1 disk I cannot do file restore. root@pve-art2:/# mount /dev/loop0p2 /mnt/test mount: /mnt/test: wrong fs type, bad option, bad superblock on /dev/loop0p2, missing codepage or...
  6. E

    PBS file-restore error

    Bah, I am getting this too: (device loop0p2): ntfs_read_inode_mount(): Failed to lookup $MFT/$DATA attribute extent. $MFT is corrupt. Run chkdsk. [4434021.036282] ntfs: (device loop0p2): ntfs_read_inode_mount(): Failed. Marking inode as bad. [4434021.036572] ntfs: (device loop0p2)...
  7. E

    Proxmox dies when i try to install win11

    How much does server have? Did u try processor type change?
  8. E

    Proxmox dies when i try to install win11

    If proxmox is crashing its using too much memory. Reduce the memory perhaps. Also, try setting Processor type to x86-64-v2-AES on the windows 11 virtual machine.
  9. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    Thats good now you have to run the reszie command you did before
  10. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    Did that command work? It is to expand to the remaining free space
  11. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    you forgot this one first. lvextend -l +100%FREE /dev/pve/root
  12. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    If you are too scared, just back up all your virtual machines to your external disk, then re-install proxmox :)
  13. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    Try this command if it works or not: lvextend -l +100%FREE /dev/pve/root resize2fs /dev/mapper/pve-root if you get errors post output.. Also send output of command: lvs
  14. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    lets see output of #lvs your /dev/sda4 already looks to be 1TB so you may not need to use "pvresize /dev/sda4" #lvextend -l +100%FREE /dev/pve/root #resize2fs /dev/mapper/pve-root
  15. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    Which disk did you want to resize exactly? if its the pve it looks like its an LVM https://forum.proxmox.com/threads/increase-local-lvm-and-vm-disk-size.121257/
  16. E

    How to backup PVE itself ?

    It works: #!/bin/sh export PBS_PASSWORD=MYPASS export PBS_REPOSITORY=root@pam@MYIP:tank9 proxmox-backup-client backup pve2-etc.pxar:/etc --include-dev /etc/pve >/dev/null 2>&1 export PBS_PASSWORD= export PBS_REPOSITORY= i added this script file "pve-backup" in /etc/cron.daily works great why...
  17. E

    ProxMox booting in Emergency mode after Acronis TrueImage cloning on bigger SSD

    no use resize2fs please google these two tools and read up on them.