Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3333664
By: j0nek
I have an old image of an NTFS Partition I once made with dd. Now ich want to
loop mount it which fails :(.
I use this command
# mount -t ntfs -o loop,nls=utf8 hda3.img /mnt
resulting in the error
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
looking up as suggested
# dmesg |tail
gives:
[...]
NTFS-fs error (device loop0): load_system_files(): Failed to load $Bitmap.
NTFS-fs error (device loop0): ntfs_fill_super(): Failed to load system files.
What can I do to fix this problem?
Thanks, Jonek.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|