Re: [sleuthkit-users] XFS image file analysis
Brought to you by:
carrier
From: RB <ao...@gm...> - 2012-12-07 13:41:27
|
On Tue, Dec 4, 2012 at 11:09 PM, Sagar Belure <sag...@gm...> wrote: > $ sudo mount -t xfs -o ro,loop,offset=$((16065*512)) > /home/forensic/forensic-images/xfs-1tb.img /mnt/temp/ > mount: wrong fs type, bad option, bad superblock on /dev/loop1, This is wrong, because you used his offset (16065) instead of your offset (63). |