Notifications
Clear all
Topic starter
12/09/2007 11:52 pm
Hey Guys,
I need to mount two drives from aSCO Unix system. Helix says the partition is (sysv). I believe that was Unix system 5. Anyway I was sent clone copies of the drives. Encase and FTK didnt recognize the volumes.
I have made my working copies of both drives. Getting ready to try to boot the working copies.
All the client wants is a file list and a datamap (file list broke out to file types, count, and size)
Any suggestions email me nathan@digital-works.net
thanks
13/09/2007 12:43 am
Nate
have you tried using SleuthKit & Autopsy ? Also Helix itself, if it sees the FS type it 'should' be able to mount it too
paul
13/09/2007 4:39 am
Good afternoon,
If you're running Linux, try
insmod sysv
mount -t sysv /dev/<foo> /mnt
-David