Bazı eski Masaüstü PC'lerde NTFS bölümü olan sabit disk sürücüsünün yedeğini oluşturmak için DriveImage XML [1] kullandım. Sıkıştırma kullanmamı (Yok), Raw, Split Files'ı etkinleştirdim (bunu kontrol etmemeliyim) ve yedek imajını oluşturdum.
Sonra tüm dosyaları Linux'ta büyük bir görüntü dosyasına şöyle ekledim:
cat disk_C.dat disk_C.001 disk_C.002 ... > diskC.img
İmg dosyasına bakarken 512 ofsette bayt var.
Hex : EB 52 90 4E 54 46 53 20 ASCII: __ R __ N T F S
Monte etmeye çalışıyorum:
sudo mount -o loop,ro,offset=512 drive.img /mnt/diskC
Aşağıdaki hatayı verir
Failed to read last sector (80276741): Invalid argument HINTS: Either the volume is a RAID/LDM but it wasn't setup yet, or it was not setup correctly (e.g. by not using mdadm --build ...), or a wrong device is tried to be mounted, or the partition table is corrupt (partition is smaller than NTFS), or the NTFS boot sector is corrupt (NTFS size is not valid). Failed to mount '/dev/loop0': Invalid argument The device '/dev/loop0' doesn't seem to have a valid NTFS. Maybe the wrong device is used? Or the whole disk instead of a partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
DriveImage XML tarafından oluşturulan resmi eklemek gerçekten mümkün mü?
bu çok bölmeli bir sürücü mü?
—
Journeyman Geek
hayır, sadece bir bölüm
—
LukasT