Welcome, Guest. Please login or register.
Did you miss your activation email?
June 19, 2013, 08:22:13 AM
Home Help Search Login Register
News: When requesting a refund, do NOT post order ID in forum!

+  DIY DataRecovery.nl Support forum
|-+  Support
| |-+  DiskPatch (Moderators: Tom, Joep)
| | |-+  New user of DiskPatch
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: New user of DiskPatch  (Read 1472 times)
Neill_R
member

Posts: 5


« on: March 12, 2012, 12:16:44 PM »

Hi can anyone tell me what the follow error log is saying What is AdmiSector? 


005 | ...NTFS | ..49142898 | ..16900317 | ..66043214 | LOG | ..A | ..X
128/005:28/SST> SaveState requested for disk 0 (128)
128/005:28/SST> AdmiSector not in use for disk 0 (128), SaveState aborted
128/005:46/EXE> Analysis complete
128/005:55/LOG> RunTime: 005:55
128/005:55/LOG> ### CLOSE LOG ###
[/FONT]
Logged
Neill_R
member

Posts: 5


« Reply #1 on: March 12, 2012, 12:45:57 PM »

Further

I am trying to clollect drive information from all my machines So that I will have partition mapping information should I ever need it. Sadly on one machine this is a case of shutting the stable door AFTER the hourse has bolted.

I boot from a CDROM and have a USB stick which has a fat (32)  partition

It appears t me that once run a folder called DPFILES is created and this prevents further logs being taken. I havewritten a script to rename this folder.





 
Logged
Joep
Developer and Support Tech
Administrator
member
*****
Posts: 1169


WWW
« Reply #2 on: March 12, 2012, 01:56:24 PM »

Hello,

Admi sector is a sector on your harddisk we use to store some info unless you're in forensic mode. See http://www.diydatarecovery.nl/FAQ_diskpatch.htm#F12.

Quote
Further

I am trying to clollect drive information from all my machines So that I will have partition mapping information should I ever need it. Sadly on one machine this is a case of shutting the stable door AFTER the hourse has bolted.

I boot from a CDROM and have a USB stick which has a fat (32)  partition

It appears t me that once run a folder called DPFILES is created and this prevents further logs being taken. I havewritten a script to rename this folder.

I have no idea what you mean, sorry.
Logged

--
Kind regards,
Joep
Neill_R
member

Posts: 5


« Reply #3 on: March 12, 2012, 06:32:14 PM »

I am trying to write a Dos script that will be installed on the USB HDD and will rename the DPFILES folder to another name based on DATE and TIME.

This way I can build up a set of log files in separate folders on for each disk I examine with DiskPatch.

However while I can do this in DOS (windows DOS) I can not get it to work in FREEDOS (GRRRR)

make directory /Arch/DpFyyyymmddhrmiss
move  /dfiles/*.* to /Arch/DpFyyyyymmddhrmiss
delete folder /dpfiles

then DiskPatch can be run again for a second HDD

Googling FREEDOS and SUBstring to extract the parts from date and time

DATE /D
TIME /T

any ideas?

 
Logged
Tom
Developer and Support Tech
Administrator
member
*****
Posts: 1158


WWW
« Reply #4 on: March 12, 2012, 09:41:16 PM »

As a former systems admin, here's how I would do it:
Let the script ask for input and base a folder structure on that. You can't connect a date and time to a specific machine, so if I'd be building this type of database I'd use a machine ID and put that in the script. I know how to get this stuff going in real DOS but have no idea about FreeDOS; frankly, we only use it to run DiskPatch and that's it.

Which could be a solution; you could build your own bootable CD or USB key and use a DOS version that is more familiar.
Logged

Neill_R
member

Posts: 5


« Reply #5 on: March 13, 2012, 01:51:39 PM »

I agree
and i have changed my method I now allow the user to input a name rather than a date

Turning your reply on its head can I ask why you are using freedos for your product when you use other dos for you own delevolpent and usage?


may be you could offer alternate versions and provide an easier solution


here is my script

once I have run Diskpatch to produce the log file i run

C:
A PCName_Disk_number


@echo off
if "%1"=="" GOTO Usage
set bfile=%1
mkdir \arch\dpf%bfile%
if  ERRORLEVEL 1 GOTO ItExists
copy \DPFILES\*.* \arch\dpf%bfile%
echo %ERRORLEVEL%
if  ERRORLEVEL 1 GOTO ItDoesnotExist
erase \DPFILES\*.*
echo %ERRORLEVEL%
if ERRORLEVEL 1 GOTO ItDoesnotExist
rmdir \DPFILES
echo %ERRORLEVEL%
GOTO theend
:ItDoesnotExist
RMDIR \arch\dpf%bfile%
GOTO theend
:ItExists
Echo Folder \arch\%Bfile% already exists
GOTO theend
:Usage
Echo Usage A foldername
:theend
Logged
Tom
Developer and Support Tech
Administrator
member
*****
Posts: 1158


WWW
« Reply #6 on: March 13, 2012, 02:20:14 PM »

It's simple really. We can legally include FreeDOS with our tools to allow a customer to start his or her computer. We are not allowed to distribute other versions. I personally use the DOS included in Windows 98 for my DOS development and VM needs (I own all Windows versions legally) and use FreeDOS only for test purposes.
Logged

Neill_R
member

Posts: 5


« Reply #7 on: March 13, 2012, 05:46:26 PM »

Here is the first disk i have looked at attached

I am assuming that based on the information in this file the MBR and partition tables could be recovered should the disk become corrupt.

Logged
Tom
Developer and Support Tech
Administrator
member
*****
Posts: 1158


WWW
« Reply #8 on: March 13, 2012, 08:37:39 PM »

If the disk's status currently is "good", then yes.
Logged

Pages: [1] Go Up Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!