Saat mencoba memasang gambar disk dalam format Raw (dd) menggunakan perintah berikut
mount nps-2010-emails.dd /media/manu/
Saya mendapatkan pesan kesalahan berikut
mount: you must specify the filesystem type
Saya tahu bahwa dengan menggunakan -t
kita dapat menentukan sistem file tetapi apa terminologi untuk file RAW (dd), yang dapat diteruskan sebagai argumen ke perintah mount. Jika metode saya untuk memasang sistem file ini salah, tolong bantu saya dalam melakukan hal yang sama.
$ file -s nps-2010-emails.dd
nps-2010-emails.dd: x86 boot sector;
partition 1: ID=0xb, starthead 254, startsector 1, 20479 sectors, extended partition table (last)\011, code offset 0x0
$ fdisk -l nps-2010-emails.dd
Disk nps-2010-emails.dd: 10 MB, 10485760 bytes
255 heads, 63 sectors/track, 1 cylinders, total 20480 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
nps-2010-emails.dd1 1 20479 10239+ b W95 FAT32
file -s nps-2010-emails.dd
ke posting Anda?