hat schon mal wer das Problem gehabt das beim LoxBerry Backup der Befehl gparted fehlschlägt?
Mache das Backup auf ein SMB Laufwerk in meinem Netzwerk - und an der Freigabe kanns nicht liegen denn in der Konsole kann ich mit touch eine Datei anlegen und diese auch editieren was funktioniert wie es soll. Also an der Freigabe liegt es mal nicht...
Aber das LoxBerry Backup legt die Image Datei an und dann schlägt aber gparted fehl mit Exitcode 1 - siehe hier:
Hat da vielleicht jemand eine Idee?
Danke & MfG
INFO: LoxBerry Version 3.0.1.2 ( is_hwmodel_raspberry_pi_3_3+_zero_2.cfg is_arch_aarch64.cfg is_raspberry.cfg ) INFO: Loglevel: 6 INFO: Version of this script: 3.0.0.3 INFO: Parameters: /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry path 7z INFO: Executing user is root INFO: Executing command 'lsblk -b -O -J'... OK: Command executed successfully. - Exitcode 0 INFO: Executing command 'findmnt / -b -J'... OK: Command executed successfully. - Exitcode 0 INFO: Executing command 'findmnt /boot -b -J'... OK: Command executed successfully. - Exitcode 0 INFO: / is on partition /dev/mmcblk0p2 INFO: /boot is on partition /dev/mmcblk0p1 INFO: Boot device is mmcblk0 INFO: Your boot device (SOURCE of clone): INFO: -> Partition mmcblk0p1 Size 128.0MB VFAT INFO: -> Partition mmcblk0p2 Size 29.6GB EXT4 INFO: Destination device is freenas::Daten (2187 GB) (/opt/loxberry/system/storage/smb/freenas/Daten) available space 1.8TB INFO: Waiting 15s in case you changed your mind... INFO: Too late - let the game begin! INFO: Wating for Destination /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry... (in case a netshare must be woken up) INFO: Creating destination image file, size 3.7GB INFO: Executing command 'sudo -u loxberry dd if=/dev/zero of=/opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry/loxberry_image_20241028_210351.img bs=1 count=0 seek=3946513408'... OK: Command executed successfully. - Exitcode 0 INFO: Creating partiton table ***** Hier gehts dann schief..... ****** INFO: Executing command 'parted -s /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry/loxberry_image_20241028_210351.img mklabel msdos'... ERROR: ERROR executing command - Exitcode 1 INFO: Creating new boot partition INFO: Executing command 'parted -s /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry/loxberry_image_20241028_210351.img mkpart primary fat32 4MiB 256MiB'... ERROR: ERROR executing command - Exitcode 1 INFO: Creating new root partition INFO: Executing command 'parted -s /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry/loxberry_image_20241028_210351.img mkpart primary ext4 256MiB 100%'... ERROR: ERROR executing command - Exitcode 1 INFO: Create loop devices for all partitions in image file /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry/loxberry_image_20241028_210351.img INFO: Executing command 'losetup -f --show -P /opt/loxberry/system/storage/smb/freenas/Daten/Diverse_Backups/_Backup_LoxBerry/loxberry_image_20241028_210351.img'... OK: Command executed successfully. - Exitcode 0 INFO: Formatting fat32 boot partition (takes a second) INFO: Executing command 'mkfs.vfat -F 32 /dev/loop0p1'... ERROR: ERROR executing command - Exitcode 1 INFO: Formatting ext4 data partition (takes a minute or two) INFO: Executing command 'mkfs.ext4 /dev/loop0p2'... ERROR: ERROR executing command - Exitcode 1 INFO: Creating temporary mounts for copying the data INFO: Checking mounts (try 1) INFO: Mounting /media/src2 to /dev/mmcblk0p2 INFO: Executing command 'mount /dev/mmcblk0p2 /media/src2'... OK: Command executed successfully. - Exitcode 0 INFO: Executing command 'findmnt /media/src2 -b -J'... OK: Command executed successfully. - Exitcode 0 INFO: Mounting /media/dst1 to /dev/loop0p1 INFO: Executing command 'mount /dev/loop0p1 /media/dst1'... ERROR: ERROR executing command - Exitcode 32 INFO: Executing command 'findmnt /media/dst1 -b -J'... ERROR: ERROR executing command - Exitcode 1 INFO: Could not read mountlist (findmnt /media/dst1)