ฉันเคยdd
สำรองไดรฟ์80GB
dd if=/dev/sdb of=~/sdb.img
ตอนนี้ฉันต้องเข้าถึงไฟล์บางไฟล์ในไดรฟ์นั้น แต่ฉันไม่ต้องการคัดลอก ".img" กลับไปที่ไดรฟ์
mount ~/sdb.img /mnt/sdb
ไม่ทำงานเช่นกัน มันกลับมา:
mount: you must specify the filesystem type
ฉันพยายามค้นหาประเภทของระบบไฟล์ด้วย 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
เป็นไปได้sdb.img
หรือไม่ที่ฉันจะต้องใช้dd
เพื่อกู้คืนไดรฟ์
file -l sdb.img
เป็นโพสต์ในคำตอบของคำถามของคุณ: unix.stackexchange.com/questions/2668/…