Bugs item #2954703, was opened at 2010-02-18 22:08
Message generated for change (Comment added) made by carrier
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2954703&group_id=55685
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: File System Tools
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Brian Carrier (carrier)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing ISO9660 file
Initial Comment:
Suhanov Maxim reported:
I have tested TSK 3.1.0 with SMART-Ubuntu-2010-01-20.iso
(http://asrdata2.com/) image and found that "fls" does not list all
files listed by "ls" after mounting. Here is an output from both
tools:
$ fls -a /mnt/sda6/ISO/SMART-Ubuntu-2010-01-20.iso 1
d/d 1: .
d/d 0: ..
r/r 14: base_installable
r/r 16: cd_type
r/r 17: info
r/r 18: release_notes_url
$ ls -la
итого 6
dr-xr-xr-x 2 root root 2048 2009-10-29 00:14 ./
dr-xr-xr-x 10 root root 2048 2010-01-20 01:52 ../
-r--r--r-- 1 root root 0 2009-10-29 00:14 base_installable
-r--r--r-- 1 root root 37 2009-10-29 00:14 casper-uuid-generic
-r--r--r-- 1 root root 15 2009-10-29 00:14 cd_type
-r--r--r-- 1 root root 54 2009-10-29 00:14 info
-r--r--r-- 1 root root 77 2009-10-29 00:14 release_notes_url
"casper-uuid-generic" is missing in "fls" output.
----------------------------------------------------------------------
>Comment By: Brian Carrier (carrier)
Date: 2010-02-18 22:14
Message:
Issue was because the previous file in the directory has zero size, but it
claims to start at the same block as the missing file. Because of the
lookup code, they was a conflict and it was lost. Fixed in both 3.1 branch
and the trunk.
Sending branches/sleuthkit-3.1/NEWS.txt
Sending branches/sleuthkit-3.1/tsk3/fs/fs_dir.c
Sending branches/sleuthkit-3.1/tsk3/fs/iso9660.c
Sending branches/sleuthkit-3.1/tsk3/fs/iso9660_dent.c
Sending branches/sleuthkit-3.1/tsk3/fs/tsk_iso9660.h
Sending trunk/NEWS.txt
Sending trunk/tsk3/fs/fs_dir.c
Sending trunk/tsk3/fs/iso9660.c
Sending trunk/tsk3/fs/iso9660_dent.c
Sending trunk/tsk3/fs/tsk_iso9660.h
Transmitting file data ..........
Committed revision 173.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=477889&aid=2954703&group_id=55685
|