<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slowthinker</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Slowthinker"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Slowthinker"/>
	<updated>2026-07-01T15:54:48Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=User:Slowthinker&amp;diff=31456</id>
		<title>User:Slowthinker</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=User:Slowthinker&amp;diff=31456"/>
		<updated>2007-07-23T21:20:08Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: create user page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Slowthinker has some experience with these Thinkpad models, starting around 1997:&lt;br /&gt;
&lt;br /&gt;
755CD&lt;br /&gt;
760C&lt;br /&gt;
760LD&lt;br /&gt;
770&lt;br /&gt;
570&lt;br /&gt;
770Z&lt;br /&gt;
A30p&lt;br /&gt;
R50p&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:Hidden_Protected_Area&amp;diff=31455</id>
		<title>Talk:Hidden Protected Area</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:Hidden_Protected_Area&amp;diff=31455"/>
		<updated>2007-07-23T21:15:35Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: Migrating the HPA to a new hard drive (Windows)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There is conflicting information on this page.  In the introductory paragraph it says &amp;quot;The HPA was introduced with the R/T/X 40 series of ThinkPads.&amp;quot;  But on the bottom the X3x models are also linked as having this technology.  What is right? --[[User:Rolf|Rolf]] 12:30, 19 October 2006 (CEST)&lt;br /&gt;
&lt;br /&gt;
Also I know an R50e machine, that has Rescue and Recovery on a Compaq Diagnostics partition. So it shouldn't be listed either on the bottom of the page. I'm just not too sure, if I understand those technologies correctly, so I hesitate to remove it.&lt;br /&gt;
&lt;br /&gt;
==Removing item &amp;quot;Accessing the HPA from Linux&amp;quot;==&lt;br /&gt;
I've checked the fwdir code (http://colimit.googlepages.com/fwdir.zip). This code works on a Hidden Partition (is that the same as a R and R or yet another Predesktop variant?). This code can not work with real HPAs.&lt;br /&gt;
&lt;br /&gt;
I suggest we remove this section in an week or so (or move it to the discussion section) unless further info regarding those Hidden Partition is provided.&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 01:08, 4 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
The fwdir page is quite clear that it does '''not''' access HPAs, but rather hidden partitions.  I don't know if an HPA and a phoenix HP partition have the same internal layout (they could, and it would make sense; a partition does not have to contain a filesystem, it could contain an HPA image just as easily).  Also, I have no idea if IBM ships the HPA as unpartitioned area, or as a hidden partition...&lt;br /&gt;
&lt;br /&gt;
If you know the answer to the two implied questions above, you know what to do.&lt;br /&gt;
&lt;br /&gt;
--[[User:Hmh|hmh]] 03:22, 5 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
==FirstWare Image Backup span file format==&lt;br /&gt;
FWBACKUP creates an image set (a set of span files) of a Phoenix FirstWare HPA. FWRESTOR uses these span files to restore an HPA beckup image. (See the Predesktop Area white paper for usage information for FWBACKUP and FWRESTOR.) The format of a span file is straightforward.&lt;br /&gt;
&lt;br /&gt;
Each span file consists of a plain (not compressed, not encrypted) copy of a number of (512 byte) sectors of the HPA. It is preceded by a 512 byte header.&lt;br /&gt;
&lt;br /&gt;
The format of this 512 byte header is:&lt;br /&gt;
 bytes   description&lt;br /&gt;
  0-  7  magic (&amp;quot;fwbackup&amp;quot;)&lt;br /&gt;
  8-  9  1 (LSB first) # version number?&lt;br /&gt;
 10- 11  span file number, one based (LSB first)&lt;br /&gt;
 12- 13  number of span files in image set (LSB first)&lt;br /&gt;
 14- 17  number of sectors in span file (LSB first)&lt;br /&gt;
 18- 21  number of sectors in image set (LSB first)&lt;br /&gt;
 22- 25  last sector of HPA on the original hard drive, zero based (LSB first)&lt;br /&gt;
 26- 29  first sector of HPA on the original hard drive, zero based (LSB first)&lt;br /&gt;
 30- 37  unused&lt;br /&gt;
 38- 53  checksum # MD5? checksum of what exactly?&lt;br /&gt;
 54-511  unused&lt;br /&gt;
&lt;br /&gt;
Only bytes 10-11, 14-17 and 38-53 are unique for each span file. All other bytes of the header should be equal for all span files in an image set.&lt;br /&gt;
&lt;br /&gt;
This magic entry for {{cmdresult|file(1)}} can be used to identify the files part of an Phoenix FirstWare HPA backup image file set:&lt;br /&gt;
 # File magic for Phoenix FirstWare HPA backup image&lt;br /&gt;
 0       string          fwbackup        FirstWare HPA backup image&lt;br /&gt;
 # &amp;gt;8    leshort         # x             , version %d ???&lt;br /&gt;
 &amp;gt;26     lelong          x               (first disk sector of HPA: %d,&lt;br /&gt;
 &amp;gt;22     lelong          x               last disk sector of HPA: %d)&lt;br /&gt;
 &amp;gt;14     lelong          x               %d of&lt;br /&gt;
 &amp;gt;18     lelong          x                %d image sectors&lt;br /&gt;
 &amp;gt;10     leshort         x               (span file %d&lt;br /&gt;
 &amp;gt;12     leshort         x                of %d)&lt;br /&gt;
&lt;br /&gt;
[[User:Pebolle|Paul Bolle]] 11:27, 7 January 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
== Migrating the HPA to a new hard drive (Windows) ==&lt;br /&gt;
&lt;br /&gt;
The white paper referred to in the article describes a procedure for moving the HPA when upgrading the hard drive.  The HPA partition can't be simply cloned because critical jump instructions used by the BIOS directly address sectors on the HDD, and thus depend on the drive geometry.  (Therefore, migration to an identical replacement drive should be possible by cloning, but not to a larger drive).&lt;br /&gt;
&lt;br /&gt;
The procedure involves running the system restore program residing on the HPA, interrupting it by using the (otherwise undocumented) F3 key, and copying FWBACKUP and FWRESTOR programs to a floppy disk.  This may work on A series systems with internal floppy drives (with UltraBay 2000 or UltraBay Plus), but it doesn't seem to work for USB floppy drives, which are the only kind available for the R series (which has the UltraBay Enhanced internal drive, for which no FDD devices have been made available).  The BIOS does recognize USB devices, and they are visible while running the system restore program, but any attempt to write to these devices fails (I've tried this with a USB floppy and a USB flash drive).&lt;br /&gt;
&lt;br /&gt;
Does anyone have any suggestions for a work around?  If not, I see no way to save the backup of the original system configuration when upgrading the hard drive on the R50p or similar machines. [[User:Slowthinker|Slowthinker]] 21:15, 23 July 2007 (UTC)&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:R_Series&amp;diff=31450</id>
		<title>Category:R Series</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:R_Series&amp;diff=31450"/>
		<updated>2007-07-23T20:52:48Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: fix grammar and add link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* '''ThinkPad R''': Traditionally the budget laptop line, they are 'mobile workstation' configurations to replace the discontinued [[:Category:A_Series|A series]].&lt;br /&gt;
&lt;br /&gt;
{{stub}}&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:A_Series&amp;diff=31449</id>
		<title>Category:A Series</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:A_Series&amp;diff=31449"/>
		<updated>2007-07-23T20:51:07Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: /* ThinkPad A series */ fix links to other TP series&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=ThinkPad A series=&lt;br /&gt;
The A series was developed as an all around productivity machine, equipped with hardware powerful enough to make it a desktop replacement. Hence it was the biggest and heaviest ThinkPad series at its time, but also had features not even found in a [[:Category:T_Series|T series]] of the same age. The A series was dropped in favor of the [[:Category:G_Series|G series]] and [[:Category:R_Series|R series]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Models]]&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Ultrabay_Enhanced_DVD_Multi-Burner_II&amp;diff=31446</id>
		<title>Ultrabay Enhanced DVD Multi-Burner II</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Ultrabay_Enhanced_DVD_Multi-Burner_II&amp;diff=31446"/>
		<updated>2007-07-23T20:41:36Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: /* IBM Partnumbers */ add FRU part number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Ultrabay Enhanced Super Multi-Burner Drive===&lt;br /&gt;
This is an DVD Writer for the Ultrabay Enhanced&lt;br /&gt;
&lt;br /&gt;
=== Features ===&lt;br /&gt;
* Read capabilities&lt;br /&gt;
** CD-ROM (24x)&lt;br /&gt;
** CD-R (24x)&lt;br /&gt;
** CD-RW (24x)&lt;br /&gt;
** DVD-ROM single layer (8x)&lt;br /&gt;
** DVD-ROM dual layer (8x)&lt;br /&gt;
** DVD-R (8x)&lt;br /&gt;
** DVD+R (8x)&lt;br /&gt;
** DVD-RW (8x)&lt;br /&gt;
** DVD+RW (8x)&lt;br /&gt;
** DVD-RAM (5x)&lt;br /&gt;
** DVD+R double layer (4x)&lt;br /&gt;
** DVD-R dual layer (4x)&lt;br /&gt;
&lt;br /&gt;
* Write capabilities&lt;br /&gt;
** CD-R (24x)&lt;br /&gt;
** CD-RW (4x)&lt;br /&gt;
** High-speed CD-RW (10x)&lt;br /&gt;
** Ultra-speed CD-RW (16x)&lt;br /&gt;
** DVD-R (8x)&lt;br /&gt;
** DVD+R (8x)&lt;br /&gt;
** DVD-RW (6x)&lt;br /&gt;
** DVD+RW (8x)&lt;br /&gt;
** DVD-RAM (5x)&lt;br /&gt;
** DVD+R double layer (4x)&lt;br /&gt;
** DVD-R dual layer (4x)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== IBM Partnumbers ===&lt;br /&gt;
Order PN: 40Y8624&lt;br /&gt;
&lt;br /&gt;
FRU PN: 39T2723&lt;br /&gt;
&lt;br /&gt;
=== Linux Support ===&lt;br /&gt;
If connected at boot time, the drive is /dev/hdc, or /dev/sr0 with ide turned off.&lt;br /&gt;
&lt;br /&gt;
=== Supported with ===&lt;br /&gt;
* ThinkPad {{R50}}, {{R50p}}, {{R51}}, {{R52}}&lt;br /&gt;
* ThinkPad {{Z60m}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Components]]&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:Windows&amp;diff=31238</id>
		<title>Category:Windows</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:Windows&amp;diff=31238"/>
		<updated>2007-07-13T15:54:40Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: fix logo so boxed text is visible&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-right:20px;width:10px;&amp;quot; | [[Image:Smallwindowslogo.jpg|175px|right|Official Microsoft Windows Logo]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Windows ===&lt;br /&gt;
This page gives an introduction to Windows and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;vertical-align:top;margin-left:20px;margin-right:20px&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== What is Windows ===&lt;br /&gt;
&lt;br /&gt;
Microsoft Windows is a range of operating systems for both home PCs and servers. The first public release of Windows was introduced by Microsoft in 1985 as an add-on to MS-DOS. Microsoft Windows eventually came to dominate the world personal computer market with a market share of approximately 90% for desktop PCs in both home and business environments. All recent versions of Windows are full-fledged operating systems, which do not run on top of DOS.&lt;br /&gt;
&lt;br /&gt;
Windows was developed for IBM PC-compatible computers (these were based on Intel x86 architecture), and today, almost all versions of Windows are made for this hardware-platform (although Windows NT was written as a cross-platform system for Intel and MIPS processors, and later appeared on the PowerPC and DEC Alpha architectures).&lt;br /&gt;
&lt;br /&gt;
===OS Homepage===&lt;br /&gt;
* [http://www.microsoft.com www.microsoft.com]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Category:OSX&amp;diff=31237</id>
		<title>Category:OSX</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Category:OSX&amp;diff=31237"/>
		<updated>2007-07-13T15:45:41Z</updated>

		<summary type="html">&lt;p&gt;Slowthinker: fix logo so boxed text is not obscured&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| width=&amp;quot;100%&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:middle;padding-right:20px;width:10px;&amp;quot; | [[Image:Macosx logo.png|213px|right|Official Mac OS X Logo]]&lt;br /&gt;
|style=&amp;quot;vertical-align:top&amp;quot; |&lt;br /&gt;
&amp;lt;div style=&amp;quot;margin: 0; margin-right:10px; border: 1px solid #dfdfdf; padding: 0em 1em 1em 1em; background-color:#F8F8FF; align:right;&amp;quot;&amp;gt;&lt;br /&gt;
=== Mac OS X ===&lt;br /&gt;
This page gives an introduction to Mac OS X and an overview of related articles.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
{| style=&amp;quot;vertical-align:top;margin-left:20px;margin-right:20px&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
__NOTOC__&lt;br /&gt;
=== What is OSX ===&lt;br /&gt;
&lt;br /&gt;
{{Stub}}&lt;br /&gt;
&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===OS Homepage===&lt;br /&gt;
* [http://www.apple.com/macosx/ www.apple.com/macosx]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Distributions]]&lt;br /&gt;
[[Category:Operating System]]&lt;/div&gt;</summary>
		<author><name>Slowthinker</name></author>
		
	</entry>
</feed>