home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / dfsee510.zip / dfsunfd.txt < prev    next >
Text File  |  2003-01-14  |  42KB  |  885 lines

  1.   Display File Systems; version 5.08 01-01-2003  (c) 1994-2003; Jan van Wijk
  2.  ----------------------------[ www.dfsee.com ]-------------------------------
  3.  
  4.  
  5. C O N T E N T S:
  6. ================
  7.  
  8.   DFSUNFD introduction
  9.   Examples of DFSUNFD usage
  10.  
  11.  
  12.  
  13. D F S U N F D   I N T R O D U C T I O N
  14. =======================================
  15.  
  16. DFSUNFD is the name of a DFSee method to UNDO damage done to partition
  17. table information by FDISK, Partition-Magic, VCU.EXE, viruses and most
  18. important by mistakes you make in using these or similar tools.
  19.  
  20. It is NOT a fully automated procedure where you can just call a magic
  21. program and all will be well (or not). Instead, the DFSUNFD script is
  22. an information collecting procedure that creates a large logfile that
  23. can be analysed to find the missing partition(s) and if possible
  24. define some DFSee commands to recover them.
  25.  
  26. Recovery usually involves a few CREATE commands, and sometimes a NEWMBR,
  27. SETBOOT, LVMSET or FIXBOOT as well ...
  28.  
  29.  
  30. All of this means it is not very usefull unless you have the knowledge
  31. to make that analysis, know someone who does, or are able to learn ...
  32.  
  33.  
  34. Knowledgable people including myself are to be found on the DFSee support
  35. group at Yahoo:
  36.  
  37.         http://groups.yahoo.com/group/dfsee-support/
  38.  
  39.  
  40. and of course you can always call in my help directly using:
  41.  
  42.         support@dfsee.com
  43.  
  44. DFSUNFD analysis/recovery has a hight priority in my support, but I am
  45. a one-man company and might be on a holliday when disaster strucks ...
  46.  
  47.  
  48.  
  49. This document is aimed at those people that would like to learn how to
  50. use the DFSUNFD script to perform these recoveries.
  51.  
  52.  
  53. D F S U N F D   E X A M P L E S:
  54. ================================
  55.  
  56. Some real-life scenarios are shown in the items below.
  57. Each is described with some text, and the relevant parts of
  58. the DFSUNFD?.LOG file are included.
  59.  
  60. The DFSee scenario to recover one or more partitions is given,
  61. and in some cases the resulting logfile from the recovery too.
  62.  
  63. The first item, (00) serves as a template and a short description
  64. of the analysis considerations and techniques.
  65.  
  66.  
  67. 00) Template for examples, and outline for the analysis procedure
  68.  
  69.     Description:
  70.     ------------
  71.  
  72.  
  73.     DFSUNFDI.SK? logfile extract:
  74.     -----------------------------
  75.  
  76.     Most important info here: the output from the bsfind / list +s
  77.  
  78.     The stuff below that is for double checking and further identification.
  79.  
  80.     <insert DFSUNFDI.SK? parts here>
  81.  
  82.  
  83.     ========= End     output (edited logfile) for this DFSUNFD? =============
  84.  
  85.  
  86.     Analysis:
  87.     ---------
  88.  
  89.     Based on knowledge about what the disk used to contain, and what must
  90.     be recovered, carefully study the lists resulting from the 'bsfind'
  91.     and the related 'list +s' and 'list +b'.
  92.  
  93.     If the 'bsfind' has failed to find anything, there is still some detailed
  94.     info for some 'well-known' sectors which could be enough for recovery.
  95.     If not, you might need to run DFSUNFD script again with the 'ALL' option
  96.     to perform a more thorough but time-consuming search.
  97.  
  98.     After a brief look at the displayed partitions in the table (if any :-)
  99.     the next step is a close examination of the bsfind output.
  100.     From the 'list +s' I usually go back and forth between that list and
  101.     the corresponding detailed information below it in the logfile.
  102.     It is very helpfull if you can use a good editor with search-facilities
  103.     like 'search word under cursor'. Use that to find unique sectornumbers.
  104.  
  105.     When the partitiong for a disk is very 'clean' and no other older
  106.     partitions exist on the disk, the bsfind / list +s will be a good
  107.     representation for the partitions that sre present, including the right
  108.     sizes as displayed on the left side.
  109.  
  110.     In real-life, there are often remains of previous or moved partitions,
  111.     so the size info is less usefull without doing some calculations too.
  112.  
  113.     A good strategy is looking for combinations of a few sector-hits that
  114.     are on the same cylinder, like EBR, LVM-info and Bootsector.
  115.  
  116.     On LVM systems, the LVM-info is often the best lead, because that
  117.     contains usefull names, starting positions and size information.
  118.  
  119.     The list is likely to contain confusing information besides the stuff
  120.     you are looking for, due to old partition sectors still being around.
  121.     Use the displayed sector-numbers to find the detailed information further
  122.     below in the 'list +b' to identify the things you are looking for.
  123.  
  124.     Also look closely at the reported sizes, not only for identification,
  125.     but also to check if partitions do not overlap.
  126.  
  127.  
  128.     Recovery scenario:
  129.     ------------------
  130.  
  131.     One point to consider here is that while using a CREATE command and
  132.     specifying the size in megabytes, this values might be rounded UP
  133.     slightly by DFSee to align on cylinder boundaries.
  134.     To compensate for that it is wise to subtract 1 Mb from the sizes
  135.     reported because those might have been rounded up already.
  136.  
  137.     DFSOS2.EXE -log:recover
  138.       newmbr 1
  139.       cr  pri  bmgr  1
  140.       cr  pri  fat   1000
  141.       cr  log  hpfs  600
  142.       cr  log  hpfs  2400
  143.       q
  144.  
  145.  
  146.     Recovery log extract:
  147.     ---------------------
  148.  
  149.  
  150.     <insert RECOVER.LOG parts here>
  151.  
  152.  
  153.     ========= End     output (edited logfile) for this scenario =============
  154.  
  155.  
  156.  
  157.  
  158.  1) First example
  159.  
  160.     Description:
  161.     ------------
  162.  
  163.     This is a Thinkpad that contained a small primary HPFS for booting, and
  164.     a larger HPFS on the rest of the disk for programs and data. Booting that
  165.     using one of the eComStation installation CD's with old disk-drivers on
  166.     them caused the VCU utility to run and damage the partition.
  167.     The logical partition was gone after a reboot ...
  168.  
  169.  
  170.     DFSUNFDI.SK? logfile extract:
  171.     -----------------------------
  172.  
  173. Number of disks   : 1
  174. LogGeo Disk 1 Cyl :   789 H:255 S:63 = 7.84 Mb DiskSize : 00C168D5 = 6189 Mb
  175. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  176. |id|PD|Vol|Type, description|Format  |Creator |VolumeLabel|LVM Volume| Size Mb|
  177. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  178. |01| 1|>C:|Prim 07 Inst-FSys|HPFS    |IBM 4.50|OS2        |eCS, eCS  |   509.8|
  179. |02| 1|   |Pri/Log FreeSpace|-- -- --|-- -- --|- - - - - -|          |  5679.2|
  180. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  181.  
  182. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK 060802-160711
  183. RC:0      <Enter> : 00000000 u=00000000 x=00C168D4 this=00000000 Base=00000000
  184. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  185. |id|PD|Vol|Type, description|  Begin |End sect| Cylinders | Sectors  | Size Mb|
  186. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  187. |01| 1|   |Track-0 Area +Mbr|       0|      3e|   0 -    0|        3f|   0.031|
  188. |01| 1|>C:|Prim 07 Inst-FSys|      3f|   fef00|   0 -   64|     feec2|   509.8|
  189. |02| 1|   |Pri/Log FreeSpace|   fef01|  c168d4|  65 -  788|    b179d4|  5679.2|
  190. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  191.  
  192. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK 060802-160711
  193. RC:0      <Enter> : 00000000 u=00000000 x=00C168D4 this=00000000 Base=00000000
  194. LogGeo Disk 1 Cyl :   789 H:255 S:63 = 7.84 Mb DiskSize : 00C168D5 = 6189 Mb
  195. Search sect types : MBR, EBR, boot and LVM on cylinder boundaries only (fast)
  196. Fast search-mode! : progress not shown; press <Esc> to abort ...
  197. .00000 (inserted) : 00000000 = Master   Boot Rec Cyl:   0 H:  0 S: 1 = 00000000
  198. .00001            : 0000003E = LVM disk/vol info Cyl:   0 H:  0 S:63 = 0000003E
  199. .00002            : 0000003F = Fsys boot sector  Cyl:   0 H:  1 S: 1 = 0000003F
  200. .00003   509.9 Mb : 000FEF3F = LVM disk/vol info Cyl:  65 H:  0 S:63 = 000FEF3F
  201. .00004            : 000FEF40 = Fsys boot sector  Cyl:  65 H:  1 S: 1 = 000FEF40
  202. .00005  2996.5 Mb : 006D92FF = Extended Boot Rec Cyl: 447 H:  0 S: 1 = 006D92FF
  203.  
  204. 6 matching sector(s) found
  205.  
  206. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK 060802-160726
  207. RC:0      <Enter> : 00C168D5 u=00000000 x=006D92FF this=00000000 Base=00000000
  208.  
  209. .00000            : 00000000 = Master   Boot Rec Cyl:   0 H:  0 S: 1 = 00000000
  210. .00001            : 0000003E = LVM disk/vol info Cyl:   0 H:  0 S:63 = 0000003E
  211. .00002            : 0000003F = Fsys boot sector  Cyl:   0 H:  1 S: 1 = 0000003F
  212. .00003   509.9 Mb : 000FEF3F = LVM disk/vol info Cyl:  65 H:  0 S:63 = 000FEF3F
  213. .00004            : 000FEF40 = Fsys boot sector  Cyl:  65 H:  1 S: 1 = 000FEF40
  214. .00005  2996.5 Mb : 006D92FF = Extended Boot Rec Cyl: 447 H:  0 S: 1 = 006D92FF
  215. to-End  2682.7 Mb : 00C168D4 = <Past part/disk!> Cyl: 788 H:254 S:63 = 00C168D4
  216.  
  217. SN table +s holds 6 sector(s)
  218.  
  219. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK 060802-160727
  220. RC:0      <Enter> : 00C168D5 u=00000000 x=006D92FF this=00000000 Base=00000000
  221.  
  222.  
  223. Shown sector  LSN : 00000000 = Master   Boot Rec Cyl:   0 H:  0 S: 1 = 00000000
  224. Position    Fl|BeginCHS|Tp| EndCHS | BR-offset  |sectors [Partition Table ]
  225.            +==+--------+==+--------+------------+-----------+
  226. -001BE- 00  80 01 01 00 07 fe 3f 40  3f 00 00 00 c2 ee 0f 00 [C...?@?...+o.]
  227. -001CE- 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  228. -001DE- 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  229. -001EE- 00  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  230.            +==+--------+==+--------+------------+-----------+
  231. Partition index 0 : Type 07  = Inst-FSys <-------------------- Active/Bootable
  232.  Begin sector PSN : 0000003F = Cyl:    0 H:  1 S: 1
  233.  End sector   PSN : 000FEF00 = Cyl:   64 H:254 S:63
  234.  Bootsect. offset : 0000003F   Sectors : 000FEEC2 =     510 Mb
  235.  
  236.  
  237. Shown sector  LSN : 0000003E = LVM disk/vol info Cyl:   0 H:  0 S:63 =
  238. 0000003E
  239. Disk geometry Cyl :   788 H:255 S:63 = 7.84 Mb Disksize : 00C12A14 =
  240.   6181 Mb
  241.     Phys disk  Id : 22b526ec    Name : [ D1 ]
  242.     Boot disk  Id : 22b526ec
  243.     Install Flags : 00000000
  244.     LVM sectorCRC : d5c831e6    checked, OK
  245.  
  246. Partition 1st PSN : 0000003F    size : 000FEEC2 =     510 Mb
  247.     Volume letter : C:          bmgr : YES, on menu (Installable)
  248.     Volume ser Id : 32c36dc4    Name : eCS
  249.     Partition  Id : 10fd9c82    Name : eCS
  250.  
  251.  
  252. Shown sector  LSN : 0000003F = Fsys boot sector  Cyl:   0 H:  1 S: 1 = 0000003F
  253. -00000- 00  eb 4e 90 49 42 4d 20 34  2e 35 30 00 02 00 00 00 [lNEIBM 4.50....]
  254. -00010- 00  00 00 02 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00 [....o..?. .?...]
  255. -00020- 00  c2 ee 0f 00 80 80 28 14  14 7e a8 4f 53 32 00 00 [+o.CC(~?OS2..]
  256. -00030- 00  00 00 00 00 00 00 48 50  46 53 20 20 20 20 00 00 [......HPFS    ..]
  257.  
  258. Bootsector format : HPFS
  259. Part. creator     : IBM 4.50
  260. Partition label   : OS2
  261. Bytes per sector  : Hex  200 =  512          0 sectors per cluster
  262. Media type        :     0xF8 = harddisk
  263. Logical geometry  :  ff / 3f =  255 Heads,  63 Sectors
  264. Hidden sectors    : 0000003F =      32 Kb              Cyl size: 3EC1
  265. =    8 Mb
  266. Big nr of sectors : 000FEEC2 =     510 Mb =     64.996 cylinders
  267. Physical disk nr  :     0x80 =     128      (Usualy 0x80)
  268. Ext-BPB signature :     0x28 =      40      (Usualy 0x28, 0x29 or 0x80)
  269. Boot drive-letter :     0x80 = C:  bootable
  270. Volume-serial nr  : A87E1414
  271.  
  272.  
  273. Shown sector  LSN : 000FEF3F = LVM disk/vol info Cyl:  65 H:  0 S:63 = 000FEF3F
  274. Disk geometry Cyl :   788 H:255 S:63 = 7.84 Mb Disksize : 00C12A14 = 6181 Mb
  275.     Phys disk  Id : 22b526ec    Name : [ D1 ]
  276.     Boot disk  Id : 22b526ec
  277.     Install Flags : 00000000
  278.     LVM sectorCRC : fd5440b5    checked, OK
  279.  
  280.  
  281.  
  282. Shown sector  LSN : 000FEF40 = Fsys boot sector  Cyl:  65 H:  1 S: 1 = 000FEF40
  283. -00000- 00  eb 4d 90 4f 53 32 20 32  30 2e 30 00 02 01 01 00 [lMEOS2 20.0..]
  284. -00010- 00  00 00 00 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00 [.....o..?. .?...]
  285. -00020- 00  95 79 b1 00 80 00 28 02  e4 5e df 57 4f 52 4b 20 [oy=.C.(e^=WORK ]
  286. -00030- 00  20 20 20 20 20 20 48 50  46 53 20 20 20 20 00 00 [ HPFS    ..]
  287.  
  288. Bootsector format : HPFS
  289. Part. creator     : OS2 20.0
  290. Partition label   : WORK
  291. Bytes per sector  : Hex  200 =  512          1 sectors per cluster
  292. Media type        :     0xF8 = harddisk
  293. Logical geometry  :  ff / 3f =  255 Heads,  63 Sectors
  294. Hidden sectors    : 0000003F =      32 Kb              Cyl size: 3EC1
  295. =    8 Mb
  296. Big nr of sectors : 00B17995 =    5679 Mb =    723.996 cylinders
  297. Physical disk nr  :     0x80 =     128      (Usualy 0x80)
  298. Ext-BPB signature :     0x28 =      40      (Usualy 0x28, 0x29 or 0x80)
  299. Boot drive-letter :     0x00 = Not bootable, data partition
  300. Volume-serial nr  : DF5EE402
  301.  
  302.  
  303.     ========= End     output (edited logfile) for this DFSUNFD? =============
  304.  
  305.  
  306.     Analysis:
  307.     ---------
  308.  
  309.     This is one of the simplest recoveries you are likely to encounter.
  310.     From the description and the currently displayed partition-table,
  311.     you could already guess that a simple:
  312.  
  313.         CR  log  hpfs
  314.  
  315.     will most likely bring back the missing logical HPFS.
  316.  
  317.     However, to make sure we don't make a mistake, double check the logfile!
  318.  
  319.     From the 'list +s' output we see that the first partition ends after 509
  320.     megabyte, and that there is LVM-info and a bootsector there but NO MBR!
  321.  
  322.     Checking on the LVM-info we see it is incomplete (lists no partition).
  323.     I assume this is the point where VCU.EXE failed after creating this.
  324.  
  325.     The bootsector looks good, it is for a 5679 HPFS partition.
  326.  
  327.     The EBR sector listed at cylinder 447 must be an old one, it is in the
  328.     middle of our HPFS partition. Also the two sizes listed in the left-hand
  329.     column of 'list +s' nicely add up to our 5679 Mb
  330.  
  331.  
  332.     Recovery scenario:
  333.     ------------------
  334.  
  335.     Specifying all parameters to 'CR' just makes it a bit safer, just the
  336.     'cr log hpfs' would be enough here but I tend to include the disk-number
  337.     and starting cylinder because on more complex recoveries that will
  338.     cause typing-erros and other mistakes to be caught ...
  339.  
  340.  
  341.     DFSOS2.EXE  -log:wayne02
  342.       cr  log  hpfs  5679  -disk:1  -at:65,c
  343.       q
  344.  
  345.  
  346.     This does not complete the recovery yet, because the LVM-info for this
  347.     partition was trashed by VCU. To recover from that we need to use the
  348.     standard LVM program and create the volume again:
  349.  
  350.  
  351.     Define a volume (name and drive-letter) for this partition, so the LVM-
  352.     enabled eCS will see it too. To do that, start LVM.EXE, and create a new
  353.     volume. The trick here is to select "use an existing partition" in the
  354.     procedure, not "from freespace". The partition will probably have an
  355.     artificial name like [A1] or so, but it can easily be recognized since
  356.     it is the only "available" one and has the right size.
  357.  
  358.  
  359.  
  360.     Recovery log extract:
  361.     ---------------------
  362.  
  363. DFSee OS2 version : 4.28 executing: fdisk -r-
  364. Execute timestamp : Tuesday 06-08-2002 20:57:09
  365. ┌──┬──┬───┬─────────────────┬────────┬────────┬───────────┬───────────┬────────┐
  366. │id│PD│Vol│Type, description│Format  │Creator │VolumeLabel│LVM Volume,│ Size Mb│
  367. ├──┼──┼───┼─────────────────┼────────┼────────┼───────────┼───────────┼────────┤
  368. │01│ 1│>C:│Prim 07 Inst-FSys│HPFS    │IBM 4.50│OS2        │eCS, eCS   │   509.8│
  369. │02│ 1│   │Pri/Log FreeSpace│-- -- --│-- -- --│- - - - - -│           │  5679.2│
  370. └──┴──┴───┴─────────────────┴────────┴────────┴───────────┴───────────┴────────┘
  371.  
  372. ReadWrite Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     060802-205710
  373. RC:0      <Enter> : 00000000 u=00000000 x=00C168D4 this=00000000  Base=00000000
  374.  
  375.  
  376. DFSee OS2 version : 4.28 executing: cr log hpfs 5679 -disk:1 -at:65,c
  377. Execute timestamp : Tuesday 06-08-2002 20:58:50
  378. Specified    size : 00b17800 =  5679.0 Mb
  379. Found fsp-area  2 : 00b179d4 =  5679.2 Mb      type: Pri/Log FreeSpace
  380. Aligned PART size : 00b179d4 =  5679.2 Mb
  381. New part position : 00000000 =     0.0 Mb      from Begin-freespace
  382.                     000fef01 =   509.9 Mb      from start of disk
  383. Calc.  NETT  size : 00b17995 =  5679.2 Mb
  384.  
  385. In freespace area : 02  at rel pos: 0000003F
  386. Part-table in EBR : 000fef01 = i13: 00 01 41 =  Cyl:   65 H:  0 S: 1 = 000fef01
  387. First part sector : 000fef40 = i13: 01 01 41 =  Cyl:   65 H:  1 S: 1 = 000fef40
  388. Last  part sector : 00c168d4 = i13: fe ff 14 =  Cyl:  788 H:254 S:63 = 00c168d4
  389.  
  390. CREATE log hpfs 5679 1 @65,c
  391.  
  392. Freespace  ID  02 :  5679.2 Mb disk 1
  393. Type Inst-FSys 07 :  5679.2 Mb Logical
  394.  
  395. Create the partition as shown ? [Y/N] : y
  396. Update Ptable  at : 000FEF01  Using entry 0 for a type 07 partition
  397. Update Ptable  at : 00000000  Using entry 1 for a type 05 partition
  398.  
  399. Create partition  : successfull
  400. New selectable as : 02 and set as default for 'part auto'
  401.  
  402. Execute autoshow  : 'part -r -d:1 -Create!'
  403. ┌──┬──┬───┬─────────────────┬────────┬────────┬───────────┬───────────┬────────┐
  404. │id│PD│Vol│Type, description│Format  │Creator │VolumeLabel│LVM Volume,│ Size Mb│
  405. ├──┼──┼───┼─────────────────┼────────┼────────┼───────────┼───────────┼────────┤
  406. │01│ 1│>C:│Prim 07 Inst-FSys│HPFS    │IBM 4.50│OS2        │eCS, eCS   │   509.8│
  407. │02│ 1│ --│Log  07 Inst-FSys│HPFS    │OS2 20.0│WORK       │           │  5679.2│
  408. └──┴──┴───┴─────────────────┴────────┴────────┴───────────┴───────────┴────────┘
  409.  
  410. ReadWrite Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     060802-205910
  411. RC:0      <Enter> : 000FEF01 u=00000000 x=000FEF01 this=00000000  Base=00000000
  412.  
  413.  
  414.     ========= End     output (edited logfile) for this scenario =============
  415.  
  416.  
  417.  2) ECS system trashed by Windows-98 FDISK while removing a partition
  418.  
  419.     Description:
  420.     ------------
  421.  
  422.     This was a functioning eComStation system that had multiple partitions
  423.     and also a bootable Win-98. On trying to create a 10Gb FAT32 partition
  424.     at some stage the Win-98 FDISK was used that eventually wiped out all
  425.     the logical partitions.  Most important things missing are a 10 Gb JFS
  426.     and two 5 Gb HPFS partitions.
  427.  
  428.  
  429.     DFSUNFDI.SK? logfile extract:
  430.     -----------------------------
  431.  
  432.     Most important info here: the output from the bsfind / list +s
  433.  
  434.     All the stuff below that (even more than included here) is just for
  435.     double checking and further identification.
  436.  
  437.  
  438. DFSee OS2 version : 4.28 executing: fdisk
  439. Execute timestamp : Tuesday 30-07-2002 13:38:44
  440. Number of disks   : 1
  441. LogGeo Disk 1 Cyl :  4865 H:255 S:63 = 7.84 Mb DiskSize : 04A891C1 =   38162 Mb
  442. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  443. |id|PD|Vol|Type, description|Format  |Creator |VolumeLabel|LVM Volume| Size Mb|
  444. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  445. |01| 1|>  |Prim 0a Boot-Mgr |BMGR    |fdisk   |<eCS      >|, [ BOOT M|     7.8|
  446. |02| 1|*W:|Hide 16 FAT16    |FAT16   |MSWIN4.1|WIN        |Win, FAT  |  1027.6|
  447. |03| 1|*C:|Prim 07 Inst-FSys|HPFS    |IBM 4.50|ESC        |eCS, HPFS |  1027.6|
  448. |04| 1|   |Pri/Log FreeSpace|-- -- --|-- -- --|- - - - - -|          | 36099.2|
  449. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  450.  
  451. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     300702-133844
  452. RC:0      <Enter> : 00000000 u=00000000 x=04A891C0 this=00000000  Base=00000000
  453.  
  454. DFSee OS2 version : 4.28 executing: part $*
  455. Execute timestamp : Tuesday 30-07-2002 13:38:44
  456. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  457. |id|PD|Vol|Type, description|  Begin |End sect| Cylinders | Sectors  | Size Mb|
  458. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  459. |01| 1|   |Track-0 Area +Mbr|       0|      3e|   0 -    0|        3f|   0.031|
  460. |01| 1|>  |Prim 0a Boot-Mgr |      3f|    3ec0|   0 -    0|      3e82|     7.8|
  461. |02| 1|*W:|Hide 16 FAT16    |    3ec1|  205b83|   1 -  131|    201cc3|  1027.6|
  462. |03| 1|*C:|Prim 07 Inst-FSys|  205b84|  407846| 132 -  262|    201cc3|  1027.6|
  463. |04| 1|   |Pri/Log FreeSpace|  407847| 4a891c0| 263 - 4864|   468197a| 36099.2|
  464. +--+--+---+-----------------+--------+--------+-----------+----------+--------+
  465.  
  466. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     300702-133844
  467. RC:0      <Enter> : 00000000 u=00000000 x=04A891C0 this=00000000  Base=00000000
  468.  
  469. DFSee OS2 version : 4.28 executing: bsfind
  470. Execute timestamp : Tuesday 30-07-2002 13:38:44
  471. LogGeo Disk 1 Cyl :  4865 H:255 S:63 = 7.84 Mb DiskSize : 04A891C1 =   38162 Mb
  472. Search sect types : MBR, EBR, boot and LVM on cylinder boundaries only (fast)
  473. Fast search-mode! : progress not shown; press <Esc> to abort ...
  474. .00000 (inserted) : 00000000 = Master   Boot Rec Cyl:   0 H:  0 S: 1 = 00000000
  475. .00001            : 0000003E = LVM disk/vol info Cyl:   0 H:  0 S:63 = 0000003E
  476. .00002            : 0000003F = Fsys boot sector  Cyl:   0 H:  1 S: 1 = 0000003F
  477. .00003     7.8 Mb : 00003EC1 = Fsys boot sector  Cyl:   1 H:  0 S: 1 = 00003EC1
  478. .00004  1027.6 Mb : 00205B84 = Fsys boot sector  Cyl: 132 H:  0 S: 1 = 00205B84
  479. .00005  1027.6 Mb : 00407885 = LVM disk/vol info Cyl: 263 H:  0 S:63 = 00407885
  480. .00006            : 00407886 = Fsys boot sector  Cyl: 263 H:  1 S: 1 = 00407886
  481. .00007  6000.8 Mb : 00FBFF04 = Extended Boot Rec Cyl:1028 H:  0 S: 1 = 00FBFF04
  482. .00008  1945.4 Mb : 0138C9FC = Extended Boot Rec Cyl:1276 H:  0 S: 1 = 0138C9FC
  483. .00009  2055.2 Mb : 01790382 = Extended Boot Rec Cyl:1538 H:  0 S: 1 = 01790382
  484. .00010            : 017903C0 = LVM disk/vol info Cyl:1538 H:  0 S:63 = 017903C0
  485. .00011            : 017903C1 = Fsys boot sector  Cyl:1538 H:  1 S: 1 = 017903C1
  486. .00012 10001.4 Mb : 02B18EBC = LVM signature sec Cyl:2812 H:254 S:63 = 02B18EBC
  487. .00013            : 02B18EBD = Extended Boot Rec Cyl:2813 H:  0 S: 1 = 02B18EBD
  488. .00014            : 02B18EFB = LVM disk/vol info Cyl:2813 H:  0 S:63 = 02B18EFB
  489. .00015     0.0 Mb : 02B18EFC = Fsys boot sector  Cyl:2813 H:  1 S: 1 = 02B18EFC
  490. .00016  4996.7 Mb : 034DB4FA = Extended Boot Rec Cyl:3450 H:  0 S: 1 = 034DB4FA
  491. .00017            : 034DB538 = LVM disk/vol info Cyl:3450 H:  0 S:63 = 034DB538
  492. .00018            : 034DB539 = Fsys boot sector  Cyl:3450 H:  1 S: 1 = 034DB539
  493.  
  494. 19 matching sector(s) found
  495.  
  496. Read-Only Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     300702-133925
  497. RC:0      <Enter> : 04A891C1 u=00000000 x=034DB539 this=00000000  Base=00000000
  498.  
  499. DFSee OS2 version : 4.28 executing: list +s
  500. Execute timestamp : Tuesday 30-07-2002 13:39:25
  501.  
  502. .00000            : 00000000 = Master   Boot Rec Cyl:   0 H:  0 S: 1 = 00000000
  503. .00001            : 0000003E = LVM disk/vol info Cyl:   0 H:  0 S:63 = 0000003E
  504. .00002            : 0000003F = Fsys boot sector  Cyl:   0 H:  1 S: 1 = 0000003F
  505. .00003     7.8 Mb : 00003EC1 = Fsys boot sector  Cyl:   1 H:  0 S: 1 = 00003EC1
  506. .00004  1027.6 Mb : 00205B84 = Fsys boot sector  Cyl: 132 H:  0 S: 1 = 00205B84
  507. .00005  1027.6 Mb : 00407885 = LVM disk/vol info Cyl: 263 H:  0 S:63 = 00407885
  508. .00006            : 00407886 = Fsys boot sector  Cyl: 263 H:  1 S: 1 = 00407886
  509. .00007  6000.8 Mb : 00FBFF04 = Extended Boot Rec Cyl:1028 H:  0 S: 1 = 00FBFF04
  510. .00008  1945.4 Mb : 0138C9FC = Extended Boot Rec Cyl:1276 H:  0 S: 1 = 0138C9FC
  511. .00009  2055.2 Mb : 01790382 = Extended Boot Rec Cyl:1538 H:  0 S: 1 = 01790382
  512. .00010            : 017903C0 = LVM disk/vol info Cyl:1538 H:  0 S:63 = 017903C0
  513. .00011            : 017903C1 = Fsys boot sector  Cyl:1538 H:  1 S: 1 = 017903C1
  514. .00012 10001.4 Mb : 02B18EBC = LVM signature sec Cyl:2812 H:254 S:63 = 02B18EBC
  515. .00013            : 02B18EBD = Extended Boot Rec Cyl:2813 H:  0 S: 1 = 02B18EBD
  516. .00014            : 02B18EFB = LVM disk/vol info Cyl:2813 H:  0 S:63 = 02B18EFB
  517. .00015     0.0 Mb : 02B18EFC = Fsys boot sector  Cyl:2813 H:  1 S: 1 = 02B18EFC
  518. .00016  4996.7 Mb : 034DB4FA = Extended Boot Rec Cyl:3450 H:  0 S: 1 = 034DB4FA
  519. .00017            : 034DB538 = LVM disk/vol info Cyl:3450 H:  0 S:63 = 034DB538
  520. .00018            : 034DB539 = Fsys boot sector  Cyl:3450 H:  1 S: 1 = 034DB539
  521. to-End 11099.6 Mb : 04A891C0 = <Past part/disk!> Cyl:4864 H:254 S:63 = 04A891C0
  522.  
  523. SN table +s holds 19 sector(s)
  524.  
  525. DFSee OS2 version : 4.28 executing: list +b
  526. Execute timestamp : Tuesday 30-07-2002 13:39:26
  527.  
  528. ...
  529.  
  530. Shown sector  LSN : 01790382 = Extended Boot Rec Cyl:1538 H:  0 S: 1 = 01790382
  531. Position    Fl|BeginCHS|Tp| EndCHS | BR-offset  |sectors     [Partition Table ]
  532.            +==+--------+==+--------+------------+-----------+
  533. -001BE- 01  80 fe ff ff 35 fe ff ff  3f 00 00 00 fc 8a 38 01 [C.  5.  ?...ne8]
  534. -001CE- 01  00 fe ff ff 05 fe ff ff  76 16 71 02 3d 26 9c 00 [..  .  vq=&L.]
  535. -001DE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  536. -001EE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  537.            +==+--------+==+--------+------------+-----------+
  538. Partition index 0 : Type 35  = Warp-LVM  <-------------------- Active/Bootable
  539.  Begin sector PSN : 017903C1 = Cyl: 1538 H:  1 S: 1    CHS Cyl: 1023 H:254 S:63
  540.  End sector   PSN : 02B18EBC = Cyl: 2812 H:254 S:63    CHS Cyl: 1023 H:254 S:63
  541.  Bootsect. offset : 0000003F   Sectors : 01388AFC =   10001 Mb
  542. Partition index 1 : Type 05  = Extended
  543.  Begin sector PSN : 02711676 = Cyl: 2550 H:  0 S: 1    CHS Cyl: 1023 H:254 S:63
  544.  End sector   PSN : 030D3CB2 = Cyl: 3186 H:254 S:63    CHS Cyl: 1023 H:254 S:63
  545.  Bootsect. offset : 02711676   Sectors : 009C263D =    4997 Mb
  546.  
  547.  
  548. Shown sector  LSN : 017903C0 = LVM disk/vol info Cyl:1538 H:  0 S:63 = 017903C0
  549. Disk geometry Cyl :  4865 H:255 S:63 = 7.84 Mb Disksize : 04A891C1 =   38162 Mb
  550.     Phys disk  Id : 75cbe407    Name : [ D1 ]
  551.     Boot disk  Id : 75cbe407
  552.     Install Flags : 00000000
  553.     LVM sectorCRC : 970d275a    checked, OK
  554.  
  555. Partition 1st PSN : 017903C1    size : 01388AFC =   10001 Mb
  556.     Volume letter : D:          bmgr : not selectable
  557.     Volume ser Id : c62f3f2f    Name : eCSData
  558.     Partition  Id : 4185e04a    Name : Violet_JFS
  559.  
  560. Shown sector  LSN : 017903C1 = Fsys boot sector  Cyl:1538 H:  1 S: 1 = 017903C1
  561. -00000- 01  ac 1f 00 49 42 4d 20 34  2e 35 30 00 02 40 01 00 [4.IBM 4.50.@.]
  562. -00010- 01  02 00 02 00 00 f8 e3 04  3f 00 ff 00 3f 00 00 00 [...od?. .?...]
  563. -00020- 01  3b 4c 38 01 80 01 29 c0  75 c0 18 65 43 53 44 61 [;L8C)+u+eCSDa]
  564. -00030- 01  74 61 00 00 00 00 4a 46  53 20 20 20 20 20 e0 78 [ta....JFS     ax]
  565.  
  566. Bootsector format : JFS
  567. Part. creator     : IBM 4.50
  568. Partition label   : eCSData
  569. Bytes per sector  : Hex  200 =  512         64 sectors per cluster
  570. Media type        :     0xF8 = harddisk
  571. Logical geometry  :  ff / 3f =  255 Heads,  63 Sectors
  572. Hidden sectors    : 0000003F =      32 Kb              Cyl size: 3EC1 =    8 Mb
  573. Big nr of sectors : 01384C3B =    9994 Mb =   1273.996 cylinders
  574. Physical disk nr  :     0x80 =     128      (Usualy 0x80)
  575. Ext-BPB signature :     0x29 =      41      (Usualy 0x28, 0x29 or 0x80)
  576. Volume-serial nr  : 18C075C0
  577.  
  578.  
  579. Shown sector  LSN : 02B18EBC = LVM signature sec Cyl:2812 H:254 S:63 = 02B18EBC
  580. LVM Partition  Id : 4185e04a    Name : Violet_JFS
  581.     Volume     Id : c62f3f2f    Name : eCSData
  582.     Boot disk  Id : 75cbe407    Disk : [ D1 ]
  583.     Volume letter : D:
  584.     Part  1st PSN : 017903c1 = i13: 01 81 02 =  Cyl: 1538 H:  1 S: 1 = 017903c1
  585.     Part last PSN : 02b18ebc = i13: fe bf fc =  Cyl: 2812 H:254 S:63 = 02b18ebc
  586.     Part     size : 01388AFC =   10001 Mb
  587.     Reserved area : 000010D0 =    2152 Kb
  588.     Reported size : 01387A2C =    9999 Mb
  589.     LVM   version : 1.0
  590.     fake EBR  PSN : 02b18e7d
  591.     Sequence   nr : 00000000    Next : 00000000
  592.     LVM   comment :
  593.     LVM sectorCRC : cc256fa7    checked, OK
  594.  
  595. Feature prim. PSN : 02B17E39   Feature-id : 101      = Bad block relocation
  596.     Secondary PSN : 02B17DF5   alloc size : 00000044 =      34 Kb
  597.     Version    nr : 1.0        status-ind : active
  598. Feature prim. PSN : 02B17DF1   Feature-id : 100      = Drive Linking
  599.     Secondary PSN : 02B17DED   alloc size : 00000004 =    2048 b
  600.     Version    nr : 1.0        status-ind : active
  601.  
  602. ...
  603.  
  604. Shown sector  LSN : 02B18EBD = Extended Boot Rec Cyl:2813 H:  0 S: 1 = 02B18EBD
  605. Position    Fl|BeginCHS|Tp| EndCHS | BR-offset  |sectors     [Partition Table ]
  606.            +==+--------+==+--------+------------+-----------+
  607. -001BE- 01  00 fe ff ff 07 fe ff ff  3f 00 00 00 fe 25 9c 00 [..  ..  ?....%L.]
  608. -001CE- 01  00 fe ff ff 05 fe ff ff  b3 3c 0d 03 3d 26 9c 00 [..  .  |<.=&L.]
  609. -001DE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  610. -001EE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  611.            +==+--------+==+--------+------------+-----------+
  612. Partition index 0 : Type 07  = Inst-FSys
  613.  Begin sector PSN : 02B18EFC = Cyl: 2813 H:  1 S: 1    CHS Cyl: 1023 H:254 S:63
  614.  End sector   PSN : 034DB4F9 = Cyl: 3449 H:254 S:63    CHS Cyl: 1023 H:254 S:63
  615.  Bootsect. offset : 0000003F   Sectors : 009C25FE =    4997 Mb
  616. Partition index 1 : Type 05  = Extended
  617.  Begin sector PSN : 030D3CB3 = Cyl: 3187 H:  0 S: 1    CHS Cyl: 1023 H:254 S:63
  618.  End sector   PSN : 03A962EF = Cyl: 3823 H:254 S:63    CHS Cyl: 1023 H:254 S:63
  619.  Bootsect. offset : 030D3CB3   Sectors : 009C263D =    4997 Mb
  620.  
  621.  
  622. Shown sector  LSN : 02B18EFB = LVM disk/vol info Cyl:2813 H:  0 S:63 = 02B18EFB
  623. Disk geometry Cyl :  4865 H:255 S:63 = 7.84 Mb Disksize : 04A891C1 =   38162 Mb
  624.     Phys disk  Id : 75cbe407    Name : [ D1 ]
  625.     Boot disk  Id : 75cbe407
  626.     Install Flags : 00000000
  627.     LVM sectorCRC : 23e9eb01    checked, OK
  628.  
  629. Partition 1st PSN : 02B18EFC    size : 009C25FE =    4997 Mb
  630.     Volume letter : F:          bmgr : not selectable
  631.     Volume ser Id : 939099e3    Name : Progs
  632.     Partition  Id : d946265b    Name : Progs
  633.  
  634.  
  635. Shown sector  LSN : 02B18EFC = Fsys boot sector  Cyl:2813 H:  1 S: 1 = 02B18EFC
  636. -00000- 01  eb 4d 90 4f 53 32 20 32  30 2e 30 00 02 08 01 00 [lMEOS2 20.0...]
  637. -00010- 01  00 00 02 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00 [....o..?. .?...]
  638. -00020- 01  fe 25 9c 00 80 00 28 f4  3b 00 ea 50 52 4f 47 53 [.%L.C.([;.kPROGS]
  639. -00030- 01  00 20 20 20 20 20 48 50  46 53 20 20 20 20 00 00 [.     HPFS    ..]
  640.  
  641. Bootsector format : HPFS
  642. Part. creator     : OS2 20.0
  643. Partition label   : PROGS
  644. Bytes per sector  : Hex  200 =  512          8 sectors per cluster
  645. Media type        :     0xF8 = harddisk
  646. Logical geometry  :  ff / 3f =  255 Heads,  63 Sectors
  647. Hidden sectors    : 0000003F =      32 Kb              Cyl size: 3EC1 =    8 Mb
  648. Big nr of sectors : 009C25FE =    4997 Mb =    636.996 cylinders
  649. Physical disk nr  :     0x80 =     128      (Usualy 0x80)
  650. Ext-BPB signature :     0x28 =      40      (Usualy 0x28, 0x29 or 0x80)
  651. Boot drive-letter :     0x00 = Not bootable, data partition
  652. Volume-serial nr  : EA003BF4
  653.  
  654. ...
  655.  
  656. Shown sector  LSN : 034DB4FA = Extended Boot Rec Cyl:3450 H:  0 S: 1 = 034DB4FA
  657. Position    Fl|BeginCHS|Tp| EndCHS | BR-offset  |sectors     [Partition Table ]
  658.            +==+--------+==+--------+------------+-----------+
  659. -001BE- 01  00 fe ff ff 07 fe ff ff  3f 00 00 00 fe 25 9c 00 [..  ..  ?....%L.]
  660. -001CE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  661. -001DE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  662. -001EE- 01  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 [................]
  663.            +==+--------+==+--------+------------+-----------+
  664. Partition index 0 : Type 07  = Inst-FSys
  665.  Begin sector PSN : 034DB539 = Cyl: 3450 H:  1 S: 1    CHS Cyl: 1023 H:254 S:63
  666.  End sector   PSN : 03E9DB36 = Cyl: 4086 H:254 S:63    CHS Cyl: 1023 H:254 S:63
  667.  Bootsect. offset : 0000003F   Sectors : 009C25FE =    4997 Mb
  668.  
  669.  
  670. Shown sector  LSN : 034DB538 = LVM disk/vol info Cyl:3450 H:  0 S:63 = 034DB538
  671. Disk geometry Cyl :  4865 H:255 S:63 = 7.84 Mb Disksize : 04A891C1 =   38162 Mb
  672.     Phys disk  Id : 75cbe407    Name : [ D1 ]
  673.     Boot disk  Id : 75cbe407
  674.     Install Flags : 00000000
  675.     LVM sectorCRC : 6399cecf    checked, OK
  676.  
  677. Partition 1st PSN : 034DB539    size : 009C25FE =    4997 Mb
  678.     Volume letter : G:          bmgr : not selectable
  679.     Volume ser Id : 2b2cfe86    Name : Data
  680.     Partition  Id : 61fa413e    Name : Data
  681.  
  682.  
  683. Shown sector  LSN : 034DB539 = Fsys boot sector  Cyl:3450 H:  1 S: 1 = 034DB539
  684. -00000- 01  eb 4d 90 4f 53 32 20 32  30 2e 30 00 02 08 01 00 [lMEOS2 20.0...]
  685. -00010- 01  00 00 02 00 00 f8 00 00  3f 00 ff 00 3f 00 00 00 [....o..?. .?...]
  686. -00020- 01  fe 25 9c 00 80 00 28 8b  56 80 24 44 41 54 41 00 [.%L.C.(iVC$DATA.]
  687. -00030- 01  20 20 20 20 20 20 48 50  46 53 20 20 20 20 00 00 [      HPFS    ..]
  688.  
  689. Bootsector format : HPFS
  690. Part. creator     : OS2 20.0
  691. Partition label   : DATA
  692. Bytes per sector  : Hex  200 =  512          8 sectors per cluster
  693. Media type        :     0xF8 = harddisk
  694. Logical geometry  :  ff / 3f =  255 Heads,  63 Sectors
  695. Hidden sectors    : 0000003F =      32 Kb              Cyl size: 3EC1 =    8 Mb
  696. Big nr of sectors : 009C25FE =    4997 Mb =    636.996 cylinders
  697. Physical disk nr  :     0x80 =     128      (Usualy 0x80)
  698. Ext-BPB signature :     0x28 =      40      (Usualy 0x28, 0x29 or 0x80)
  699. Boot drive-letter :     0x00 = Not bootable, data partition
  700. Volume-serial nr  : 2480568B
  701.  
  702.  
  703.     ========= End     output (edited logfile) for this DFSUNFD? =============
  704.  
  705.  
  706.     Analysis:
  707.     ---------
  708.  
  709.     Knowing that we are looking for a 10Gb JFS and two 5Gb HPFS, the size info
  710.     and the LVM-info that is listed in the bsfind output quickly leads to the
  711.     right partitions:
  712.  
  713.     JFS,  starting at cylinder 1535 size 1001
  714.     HPFS, starting at cylinder 2813 size 4997
  715.     HPFS, starting at cylinder 3450 size 4997
  716.  
  717.  
  718.     Recovery scenario:
  719.     ------------------
  720.  
  721.     The commands below will recreate the 10Gb JFS 'eCSData' and the
  722.     two 4996 Mb HPFS partitions 'Progs' and 'Data'
  723.  
  724.     DFSOS2.EXE  -log:resin02
  725.       cr  log  jfs  10000  -disk:1  -at:1538,c
  726.       cr  log  hpfs  4995  -disk:1  -at:2813,c
  727.       cr  log  hpfs  4995  -disk:1  -at:3450,c
  728.       part -r
  729.       q
  730.  
  731.  
  732.  
  733.     Recovery log extract:
  734.     ---------------------
  735.  
  736.  
  737. DFSee OS2 version : 4.28 executing: fdisk -r-
  738. Execute timestamp : Saturday 03-08-2002 20:11:58
  739. ┌──┬──┬───┬─────────────────┬────────┬────────┬───────────┬───────────┬────────┐
  740. │id│PD│Vol│Type, description│Format  │Creator │VolumeLabel│LVM Volume,│ Size Mb│
  741. ├──┼──┼───┼─────────────────┼────────┼────────┼───────────┼───────────┼────────┤
  742. │01│ 1│>  │Prim 0a Boot-Mgr │BMGR    │fdisk   │«eCS      »│, [ BOOT MA│     7.8│
  743. │02│ 1│*W:│Hide 16 FAT16    │FAT16   │MSWIN4.1│WIN        │Win, FAT   │  1027.6│
  744. │03│ 1│*C:│Prim 07 Inst-FSys│HPFS    │IBM 4.50│ESC        │eCS, HPFS  │  1027.6│
  745. │04│ 1│   │Pri/Log FreeSpace│-- -- --│-- -- --│- - - - - -│           │ 36099.2│
  746. └──┴──┴───┴─────────────────┴────────┴────────┴───────────┴───────────┴────────┘
  747.  
  748. ReadWrite Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     030802-201159
  749. RC:0      <Enter> : 00000000 u=00000000 x=04A891C0 this=00000000  Base=00000000
  750.  
  751.  
  752. DFSee OS2 version : 4.28 executing: cr log jfs 10000 -disk:1 -at:1538,c
  753. Execute timestamp : Saturday 03-08-2002 20:12:47
  754. Specified    size : 01388000 = 10000.0 Mb
  755. Found fsp-area  4 : 0468197a = 36099.2 Mb      type: Pri/Log FreeSpace
  756. Aligned PART size : 01388b3b = 10001.4 Mb
  757. New part position : 01388b3b = 10001.4 Mb      from Begin-freespace
  758.                     01790382 = 12064.4 Mb      from start of disk
  759. Calc.  NETT  size : 01388afc = 10001.4 Mb
  760.  
  761. In freespace area : 04  at rel pos: 01388B7A
  762. Part-table in EBR : 01790382 = i13: 00 81 02 =  Cyl: 1538 H:  0 S: 1 = 01790382
  763. First part sector : 017903c1 = i13: 01 81 02 =  Cyl: 1538 H:  1 S: 1 = 017903c1
  764. Last  part sector : 02b18ebc = i13: fe bf fc =  Cyl: 2812 H:254 S:63 = 02b18ebc
  765.  
  766. CREATE log jfs 10000 1 @1538,c
  767.  
  768. Freespace  ID  04 : 36099.2 Mb disk 1
  769. Type Warp-LVM  35 : 10001.4 Mb Logical
  770.  
  771. Create the partition as shown ? [Y/N] : y
  772. Update Ptable  at : 01790382  Using entry 0 for a type 35 partition
  773. Update Ptable  at : 00000000  Using entry 3 for a type 05 partition
  774.  
  775. Create partition  : successfull
  776. New selectable as : 04 and set as default for 'part auto'
  777.  
  778. Execute autoshow  : 'part -r -d:1 -Create!'
  779. ┌──┬──┬───┬─────────────────┬────────┬────────┬───────────┬───────────┬────────┐
  780. │id│PD│Vol│Type, description│Format  │Creator │VolumeLabel│LVM Volume,│ Size Mb│
  781. ├──┼──┼───┼─────────────────┼────────┼────────┼───────────┼───────────┼────────┤
  782. │01│ 1│>  │Prim 0a Boot-Mgr │BMGR    │fdisk   │«eCS      »│, [ BOOT MA│     7.8│
  783. │02│ 1│*W:│Hide 16 FAT16    │FAT16   │MSWIN4.1│WIN        │Win, FAT   │  1027.6│
  784. │03│ 1│*C:│Prim 07 Inst-FSys│HPFS    │IBM 4.50│ESC        │eCS, HPFS  │  1027.6│
  785. │04│ 1│   │Logical FreeSpace│-- -- --│-- -- --│- - - - - -│           │ 10001.4│
  786. │04│ 1│ D:│Log  35 Warp-LVM │JFS     │fdisk   │eCSData    │eCSData, Vi│ 10001.4│
  787. │05│ 1│   │Logical FreeSpace│-- -- --│-- -- --│- - - - - -│           │ 16096.4│
  788. └──┴──┴───┴─────────────────┴────────┴────────┴───────────┴───────────┴────────┘
  789.  
  790. ReadWrite Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     030802-201317
  791. RC:0      <Enter> : 01790382 u=00000000 x=01790382 this=00000000  Base=00000000
  792.  
  793.  
  794. DFSee OS2 version : 4.28 executing: cr log hpfs 4995 -disk:1 -at:2813,c
  795. Execute timestamp : Saturday 03-08-2002 20:14:08
  796. Specified    size : 009c1800 =  4995.0 Mb
  797. Found fsp-area  5 : 01f70304 = 16096.4 Mb      type: Logical FreeSpace
  798. Aligned PART size : 009c263d =  4996.8 Mb
  799. New part position : 00000000 =     0.0 Mb      from Begin-freespace
  800.                     02b18ebd = 22065.8 Mb      from start of disk
  801. Calc.  NETT  size : 009c25fe =  4996.7 Mb
  802.  
  803. In freespace area : 05  at rel pos: 0000003F
  804. Part-table in EBR : 02b18ebd = i13: 00 81 fd =  Cyl: 2813 H:  0 S: 1 = 02b18ebd
  805. First part sector : 02b18efc = i13: 01 81 fd =  Cyl: 2813 H:  1 S: 1 = 02b18efc
  806. Last  part sector : 034db4f9 = i13: fe 7f 79 =  Cyl: 3449 H:254 S:63 = 034db4f9
  807.  
  808. CREATE log hpfs 4995 1 @2813,c
  809.  
  810. Freespace  ID  05 : 16096.4 Mb disk 1
  811. Type Inst-FSys 07 :  4996.7 Mb Logical
  812.  
  813. Create the partition as shown ? [Y/N] : y
  814. Update Ptable  at : 02B18EBD  Using entry 0 for a type 07 partition
  815. Update Ptable  at : 00000000  Using entry 3 for a type 05 partition
  816. Update Ptable  at : 01790382  Using entry 1 for a type 05 partition
  817.  
  818. Create partition  : successfull
  819. New selectable as : 05 and set as default for 'part auto'
  820.  
  821. Execute autoshow  : 'part -r -d:1 -Create!'
  822. ┌──┬──┬───┬─────────────────┬────────┬────────┬───────────┬───────────┬────────┐
  823. │id│PD│Vol│Type, description│Format  │Creator │VolumeLabel│LVM Volume,│ Size Mb│
  824. ├──┼──┼───┼─────────────────┼────────┼────────┼───────────┼───────────┼────────┤
  825. │01│ 1│>  │Prim 0a Boot-Mgr │BMGR    │fdisk   │«eCS      »│, [ BOOT MA│     7.8│
  826. │02│ 1│*W:│Hide 16 FAT16    │FAT16   │MSWIN4.1│WIN        │Win, FAT   │  1027.6│
  827. │03│ 1│*C:│Prim 07 Inst-FSys│HPFS    │IBM 4.50│ESC        │eCS, HPFS  │  1027.6│
  828. │04│ 1│   │Logical FreeSpace│-- -- --│-- -- --│- - - - - -│           │ 10001.4│
  829. │04│ 1│ D:│Log  35 Warp-LVM │JFS     │fdisk   │eCSData    │eCSData, Vi│ 10001.4│
  830. │05│ 1│ F:│Log  07 Inst-FSys│HPFS    │OS2 20.0│PROGS      │Progs, Prog│  4996.7│
  831. │06│ 1│   │Logical FreeSpace│-- -- --│-- -- --│- - - - - -│           │ 11099.6│
  832. └──┴──┴───┴─────────────────┴────────┴────────┴───────────┴───────────┴────────┘
  833.  
  834. ReadWrite Store 1 : PhysDisk : 1 PartId 00 = --    mode=FDISK     030802-201430
  835. RC:0      <Enter> : 02B18EBD u=00000000 x=02B18EBD this=00000000  Base=00000000
  836.  
  837.  
  838. DFSee OS2 version : 4.28 executing: cr log hpfs 4995 -disk:1 -at:3450,c
  839. Execute timestamp : Saturday 03-08-2002 20:14:56
  840. Specified    size : 009c1800 =  4995.0 Mb
  841. Found fsp-area  6 : 015adcc7 = 11099.6 Mb      type: Logical FreeSpace
  842. Aligned PART size : 009c263d =  4996.8 Mb
  843. New part position : 00000000 =     0.0 Mb      from Begin-freespace
  844.                     034db4fa = 27062.6 Mb      from start of disk
  845. Calc.  NETT  size : 009c25fe =  4996.7 Mb
  846.  
  847. In freespace area : 06  at rel pos: 0000003F
  848. Part-table in EBR : 034db4fa = i13: 00 41 7a =  Cyl: 3450 H:  0 S: 1 = 034db4fa
  849. First part sector : 034db539 = i13: 01 41 7a =  Cyl: 3450 H:  1 S: 1 = 034db539
  850. Last  part sector : 03e9db36 = i13: fe ff f6 =  Cyl: 4086 H:254 S:63 = 03e9db36
  851.  
  852. CREATE log hpfs 4995 1 @3450,c
  853.  
  854. Freespace  ID  06 : 11099.6 Mb disk 1
  855. Type Inst-FSys 07 :  4996.7 Mb Logical
  856.  
  857. Create the partition as shown ? [Y/N] : y
  858. Update Ptable  at : 034DB4FA  Using entry 0 for a type 07 partition
  859. Update Ptable  at : 00000000  Using entry 3 for a type 05 partition
  860. Update Ptable  at : 02B18EBD  Using entry 1 for a type 05 partition
  861.  
  862. Create partition  : successfull
  863. New selectable as : 06 and set as default for 'part auto'
  864.  
  865. Execute autoshow  : 'part -r -d:1 -Create!'
  866. ┌──┬──┬───┬─────────────────┬────────┬────────┬───────────┬───────────┬────────┐
  867. │id│PD│Vol│Type, description│Format  │Creator │VolumeLabel│LVM Volume,│ Size Mb│
  868. ├──┼──┼───┼─────────────────┼────────┼────────┼───────────┼───────────┼────────┤
  869. │01│ 1│>  │Prim 0a Boot-Mgr │BMGR    │fdisk   │«eCS      »│, [ BOOT MA│     7.8│
  870. │02│ 1│*W:│Hide 16 FAT16    │FAT16   │MSWIN4.1│WIN        │Win, FAT   │  1027.6│
  871. │03│ 1│*C:│Prim 07 Inst-FSys│HPFS    │IBM 4.50│ESC        │eCS, HPFS  │  1027.6│
  872. │04│ 1│   │Logical FreeSpace│-- -- --│-- -- --│- - - - - -│           │ 10001.4│
  873. │04│ 1│ D:│Log  35 Warp-LVM │JFS     │fdisk   │eCSData    │eCSData, Vi│ 10001.4│
  874. │05│ 1│ F:│Log  07 Inst-FSys│HPFS    │OS2 20.0│PROGS      │Progs, Prog│  4996.7│
  875. │06│ 1│ G:│Log  07 Inst-FSys│HPFS    │OS2 20.0│DATA       │Data, Data │  4996.7│
  876. │07│ 1│   │Logical FreeSpace│-- -- --│-- -- --│- - - - - -│           │  6102.8│
  877. └──┴──┴───┴─────────────────┴────────┴────────┴───────────┴───────────┴────────┘
  878.  
  879.     ========= End     output (edited logfile) for this scenario =============
  880.  
  881.  
  882.  
  883.  ----------------------------[ www.dfsee.com ]-------------------------------
  884.  
  885.