Search results

  1. M

    Server stuck at "/sbin/fsck.xfs: XFS file system" after a power failure

    So I eventually got it fixed. With the help of a professional, we changed all /bin/sbin folder and played with files in etc/pve. Nothing worked, the system was hanging on: /sbin/fsck.xfs: XFS file system Defeated, I installed the new Proxmox on a new drive with all previous drives connected...
  2. M

    Server stuck at "/sbin/fsck.xfs: XFS file system" after a power failure

    So I booted the debian live and found some interesting stuff. LVSCAN gives expected: user@debian:~$ sudo lvscan ACTIVE '/dev/pve/data' [140.45 GiB] inherit ACTIVE '/dev/pve/swap' [8.00 GiB] inherit ACTIVE '/dev/pve/root' [55.75 GiB] inherit But xfs_repair...
  3. M

    Passing zfs pool to VM or CT

    Thanks for the advice. I had to go with ZFS directly managed by the guest.
  4. M

    Server stuck at "/sbin/fsck.xfs: XFS file system" after a power failure

    I had a power failure and lost my server. Now on boot, my proxmox machine is stuck at: /sbin/fsck.xfs: XFS file system Tried to manually scan the disk in recovery mode using root@pve:~#xfs_repair -n /dev/mapper/pve-root Unfortunately, can't unmount the active device, and thus can't perform the...
  5. M

    Passing zfs pool to VM or CT

    Hi, Did some digging but have not been able to find the solution to my issue. I know that you can easily pass disks via the PCIe passthrough. I know that you can pass on HBA controller via the PCIe passthrough exposing all disks connected. But what to do when I want to pass on zfs pool created...