File System Types and Timestamps
Identify/Mount Filesystem Type
#Identify filesystem type
disktype /DISK_IMAGE_NAME
#Mount ext3 with ro - read only, no execution, no load.
mount -t ext3 -o ro,noexec,noload,offset=123456 /forensic_image /mount
#ext4
mount -t ext4 -o ro,noexec,offset=123456 /forensic_image /mount
#xfs
mount -t xfs -o ro,noexec,norecovery,offset=123456 /forensic_image /mountFilesystem Table Configuration Location
Common filesystem types and their Timestamps
Last updated