Search results

  1. A

    File restore (NTFS) - all mount failed or no supported file system

    Latest packages: proxmox-ve: 8.2.0 (running kernel: 6.8.8-2-pve) pve-manager: 8.2.4 (running version: 8.2.4/faa83925c9641325) proxmox-kernel-helper: 8.1.0 pve-kernel-6.2: 8.0.5 pve-kernel-5.15: 7.4-9 proxmox-kernel-6.8: 6.8.8-2 proxmox-kernel-6.8.8-2-pve-signed: 6.8.8-2...
  2. A

    File restore (NTFS) - all mount failed or no supported file system

    Like i said, just update your PVE node and problem will be solve.
  3. A

    File restore (NTFS) - all mount failed or no supported file system

    Problem was solved on latest version. Just upgrade your nodes.
  4. A

    File restore (NTFS) - all mount failed or no supported file system

    Well, problem still not solved, even after update proxmox to latest version(((
  5. A

    File restore (NTFS) - all mount failed or no supported file system

    well, like i said, mount works only with utf8 (((
  6. A

    File restore (NTFS) - all mount failed or no supported file system

    But problem in web-gui in proxmox. I can't restore files from web-gui.
  7. A

    File restore (NTFS) - all mount failed or no supported file system

    Yes, i'm sure) root@hp1:~# apt install ntfs-3g Reading package lists... Done Building dependency tree... Done Reading state information... Done ntfs-3g is already the newest version (1:2022.10.3-1+b1). 0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded. root@hp1:~# mount -t ntfs...
  8. A

    File restore (NTFS) - all mount failed or no supported file system

    Working only utf8. Another iocharset give me same error
  9. A

    File restore (NTFS) - all mount failed or no supported file system

    root@hp1:~# mount -t ntfs3 /dev/loop0p2 test -o iocharset=ASCII mount: /root/test: wrong fs type, bad option, bad superblock on /dev/loop0p2, missing codepage or helper program, or other error. dmesg(1) may have more information after failed mount system call. [448476.650324]...
  10. A

    File restore (NTFS) - all mount failed or no supported file system

    1. proxmox-backup-client map ... ok 2. mkdir test 3. mount -t ntfs3 /dev/loop0p2 test 4. cd test 5. ls All ok, and i can see files and folders with Cyrillic names. how can i mount without utf8? Utf8 enabled by default: /dev/loop0p2 on /root/test type ntfs3 (ro,relatime,uid=0,gid=0,iocharset=utf8)
  11. A

    File restore (NTFS) - all mount failed or no supported file system

    [2024-04-04T15:12:14+07:00] PBS file restore VM log Spectre V2 : Kernel not compiled with retpoline; no mitigation available! [init-shim] beginning user space setup, version 1.0.0 [init-shim] booted Linux version 6.5.11-pbs-restore (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU...
  12. A

    File restore (NTFS) - all mount failed or no supported file system

    you mean, what will, if i'll install package proxmox-backup-restore-image_0.6.1~test1_amd64.deb ? I tried. NTFS mount ok(very slowly), but i can't see files and folders with Cyrillic names.
  13. A

    File restore (NTFS) - all mount failed or no supported file system

    [2024-04-02T22:11:37+07:00] PBS file restore VM log Spectre V2 : Kernel not compiled with retpoline; no mitigation available! [init-shim] beginning user space setup, version 1.0.0 [init-shim] booted Linux version 6.5.11-pbs-restore (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU...
  14. A

    Can't access webgui

    well, by default, this file doesn't exist))) You are welcome)
  15. A

    Can't access webgui

    And after what this happens? Did you add some IP addresses or what?
  16. A

    Can't access webgui

    Very strange error start failed - Invalid prefix 01000010101110110100011110100001/29 Your node is not in Cluster? If not, Try this: 1. Create file /etc/default/pveproxy for example via nano, like this nano /etc/default/pveproxy 2. Insert this LISTEN_IP="YOUR_LOCAL_IP" for example...
  17. A

    Can't access webgui

    /usr/bin/pveproxy stop /usr/bin/pveproxy start -debug
  18. A

    File restore (NTFS) - all mount failed or no supported file system

    I have same problem, like in this topic (German) https://forum.proxmox.com/threads/file-restore-aus-proxmox-backup-server.133168/ Member fabian build proxmox-backup-restore-image_0.6.1~test1_amd64.deb for test, and it works not as well After upgrading to...
  19. A

    Can't access webgui

    Did you try to run this command manually - pvecm updatecerts ?