Kullandığım dd
yedekleme a 80GB sürücüye
dd if=/dev/sdb of=~/sdb.img
Şimdi bu sürücüdeki bazı dosyalara erişmem gerekiyor, ancak ".img" dosyasını sürücünün üzerine kopyalamak istemiyorum.
mount ~/sdb.img /mnt/sdb
çalışmıyor. Döndürür:
mount: you must specify the filesystem type
İle dosya sistemi türünü bulmaya çalıştım 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
Takmak mümkün mü sdb.img
yoksa dd
sürücüyü geri yüklemek için mi kullanmalıyım ?
file -l sdb.img
: unix.stackexchange.com/questions/2668/…