Saya dulu dd
membuat cadangan drive 80GB
dd if=/dev/sdb of=~/sdb.img
Sekarang saya perlu mengakses beberapa file di drive itu, tetapi saya tidak ingin menyalin ".img" kembali ke drive.
mount ~/sdb.img /mnt/sdb
juga tidak bekerja. Ia mengembalikan:
mount: you must specify the filesystem type
Saya mencoba mencari tipe sistem berkas file -s
fox@shoebox $ file -s sdb.img
sdb.img: x86 boot sector; partition 1: ID=0x12, starthead 1, startsector 63, 10233342 sectors; partition 2: ID=0xc, active, starthead 0, startsector 10233405, 72517410 sectors; partition 3: ID=0xc, starthead 0, startsector 82750815, 73545570 sectors, code offset 0xc0
Apakah mungkin untuk memasang sdb.img
, atau haruskah saya gunakan dd
untuk memulihkan drive?
file -l sdb.img
seperti yang diposting di jawaban pertanyaan Anda: unix.stackexchange.com/questions/2668/…