On 04/02/2012 7:30 PM, Paul wrote:
> Yousuf Khan wrote:
>> On 02/04/2012 02:56 AM, Paul wrote:
>>> Use PTEDIT32 and get the partition type fields ?
>>> If run in Win7, use Run As Administrator, or you might see an "Error 5".
>>>
>>>
ftp://ftp.symantec.com/public/english_us_canada/tools/pq/utilities/PTEDIT32.zip
>>>
>>
>> Ah great, this worked thanks! The 4 partitions were type respectively:
>> 27, 07, 17, and 17.
>>
>> Type 27 is listed as a PQservice partition, which is either FAT32 or
>> NTFS (it is NTFS in this case). It's apparently used by Acer and other
>> OEMs as a hidden rescue partition.
>>
>> Type 07 is standard NTFS (it can also be HPFS, and exFAT).
>>
>> Type 17 is listed as a Hidden IFS, e.g. possibly HPFS.
>>
>>
http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
>>
>
> I'd bet they were all NTFS, given the situation.
It's probable, but when I used the command-line based Windows util,
diskpart.exe (which I assume is more powerful than the graphical Disk
Management utility), it couldn't recognize the filesystem on the Type 17
partitions. I did recognize the filesystem on the type 27 partition,
even though that's also considered a hidden NTFS. And of course, it
recognized the filesystem on the type 07 partition, which is a
completely unhidden standard partition.
> I'm kinda curious, whether you could make an Extended partition (leaving
> room for three primaries), then shift some of that stuff into logical
> partitions ? If the small 1.4GB partition is what Windows 7 boots from,
> perhaps C: can actually be a logical. Then, it's a question of whether
> one of those hidden partitions can be moved into a logical as well. Perhaps
> you can free up enough primaries, to end up with a spare you can use for
> Linux. (The Toshiba software might not be too happy about that though, if
> you ever need to restore to factory config - some restore packages insist
> on the same partition scheme as was there originally, before they'll run.)
Yeah, I was thinking the same thing, but the only thing that seems to be
able to read that partition is Toshiba`s own disk imaging utility. I
suppose I could read it raw with the Unix/Linux-based DD utility, but
then I need to clear off this partition to even get Unix on this
machine. Lotsa catch-22's.
> As for the idea of a separate VSS Cache partition, I thought that was only
> supported on server OSes. I wanted to do that (move the VSS Cache stuff
> off C:), but when I read up on it, I got the impression Windows 7 desktop
> didn't include code to do it.
Which just goes to show how ludicrous the Toshiba tech's claim that this
is a VSS partition is. Besides, a 24GB partition seems awfully large for
a VSS partition, doesn't it? The only thing I've seen that uses the VSS
system regularly is my backup/imaging program (in my case it's Macrium
Reflect, but it could be Acronis TrueImage, or whatever). During the
time that the imager is working I doubt you're going to get 1GB of
changes happening in the background, let alone 24GB!
Yousuf Khan