Jump to content

jaclaz

Member
  • Posts

    21,291
  • Joined

  • Last visited

  • Days Won

    53
  • Donations

    0.00 USD 
  • Country

    Italy

Everything posted by jaclaz

  1. I see. But AFP is not more something like a network protocol? Maybe it is APM: http://www.zytor.com/pipermail/syslinux/2014-June/022287.html but anyway doesn't matter, " a rose by any other name ..." . jaclaz
  2. Well, WHY EXACTLY do you need that? And BTW (though the dual LUN CD/HD like devices is a very nice approach at compatible hardware, i.e. sticks for which you have the "right" manufacturer tool and it actually works as expected) allow me to doubt that it is actually needed. As a side note, it is considered not very polite to bump an existing thread: http://www.msfn.org/board/topic/172610-acronis-iso-boot-on-uefi-pc/?p=1095786 only to ask for attention on a new one. jaclaz
  3. Well, this is "normal", in the sense that the PCB is disconnected exactly to avoid the 'LED:000000CC FAddr:0024A051' "loop". It seemed to me from your previous posts like you had that loop both when the PCB was connected and disconnected, which was "queer". The CTRL+Z not working might mean that the issue is in either the connection of the Tx (as seen from the converter side) or of a non working/non suitable converter, everything is grounded together, right? I seem to remember people having timing issues (like issueing the CTRL+Z too fast or too slow) but you mentioned trying with different delays, disn't you? What remains if the above are nto the cases might be a (partially) damaged PCB, but it would be a rare case. Your next attempt should be to procure a similar hard disk and verify that your tools work on it. jaclaz
  4. The point is to learn what the disk exposes (and also what Windows "sees") when it comes to "physical sector size". The "enhanced" FSUTIL provides (or should provide this kind of info), which your posted output does not. But we have a "poor man's way" alright. Get rawcopy from here: http://www.ltr-data.se/opencode.html/ You want to run, once found N which is the PhysicalDrive number, i.e. the Disk number in Disk manager: and then look at the exact file sizes of the result, the idea is that rawcopy operates on "blocks" so that it cannot retrieve a number of bytes less than the block size. Try also on XP (possibly it is available also on 2K, but cannot say) what WMI sees. You want to run: which would provide a number of interesting/useful info. jaclaz
  5. Good. Yes it is . Though I am not sure what specific command triggers it. The only one that may cause it, could be the MOUNTVOL command , because we actually (when the switch is needed) mount to the first drive letter the volume with the "other geometry" bootsector. Try the attached, it is only a (hopefully working) quick fix, in which I moved the mounting to first drive letter to after the switch (if needed) is performed. If that is the issue, then I will rewrite the routine less half-@§§edly. jaclaz SwitcherQEVmod2.zip
  6. It is possible that the issue lies in there , you don't have the possibility to run hyperterminal or Putty (which are both know to be working)? jaclaz
  7. How EXACTLY did you try to reach the prompt? jaclaz
  8. Good . this should be it: Try the attached, it's the same as above, but I added the condition for the "RAW" in the diskpart output: jaclaz SwitcherQEVmod.zip
  9. Yep, it seems like the good guys at HSTG do not put these specifications, not even in the spec sheet : http://www.hgst.com/hard-drives/internal-drive-kits/nas-desktop-drive-kit Newish versions of windows allow to determine easily if a disk "exposes" a 512 or a 4096 byte/sector interface, see this only seemingly unrelated thread: http://www.msfn.org/board/topic/173265-formatting-an-external-drive-using-different-interfaces/ Try running the FSUTIL tool (on a more modern Windows). The 2.2 Tb limit that the good Intel and MS (and EFI/UEFI guys) like so much to attribute to MBR partitioning is FALSE. The MBR limit is 232 -1 sectors, i.e. 4,294,967,295 sectors, which translate, IF the sector is 512 bytes, to the known 2.2 Tb limit: http://support.microsoft.com/kb/2581408/en-us BUT with modern disks with a 4096 bytes sector size the same amount of sectors translate to 8 times that, i.e. more than 17 Tb. The NTFS filesystem, on the other hand, has not even this file limit, so, in theory there are no issues, as long as you do not want to boot from that drive (because there is no support for booting from 4096 bytes/sector drives in most - possibly all - BIOSes). BUT, while it seems (see the other thread) that XP has NO issues whatsoever with a 4kb sectored disk, it is possible that 2K may have some limitations, it has AFAIK never been tested. However, GPT is supported in Windows 2000 (for a non-boot/system volume): https://msdn.microsoft.com/en-us/library/windows/hardware/dn653580(v=vs.85).aspx In a nutshell: if the disk exposes a 4096 bytes/sector interface, it is more likely that a way to access it fully is found (with either MBR or GPT) if the disk exposes a 512 bytes/sector interface it is more likely that this will happen (with GPT ONLY) Still, both MBR and GPT schemes may find some other issue in a 2K system, possibly also connected to the specific drive model, the only thing is to experiment with it. jaclaz
  10. Which EXACT model is it? Does the disk expose 512 or 4096 bytes/sector? Do you have access to a more recent Windows System? (like a Windows 7) How are you going to connect the disk? (SATA, USB bridge, etc.) jaclaz
  11. I tend to see the half full glass , the bottom part of it (the XP part ) is full, let's see if we can fill also the top part with Vista or later. Test the attached in 8.1, at first in an open command prompt with Admin privileges, I just added to the previous version a few PAUSEs and some added "feedback" in order to catch where the error occurs, and post the output, notwithstanding what it may seem, it is "better" that the issue is "symmetric", i.e. it is not related to one geometry or the other. jaclaz SwitcherQEV.zip
  12. Really , then I guess that all the people taking part to this forum that reported success in doing exactly that must be liars. jaclaz
  13. Very interesting MagicAndre, thanks. jaclaz
  14. I would say a little more than that, it is so common and so common on Dell's that it is FAQ #3 http://www.msfn.org/board/topic/116766-faqs/ (which is what you should have checked first, now it would be the right time to check and bookmark the above , they are handy, should you happen to encounter any of the other very common issues ) jaclaz
  15. I belived that windows (and other OSes) use non-paged pool memory for critical things like ISRs and drivers to prevent be paged out. What do you exactly mean by "disable the PagingExecutive"? You mean disable page file in control panels? No, he means "DisablePagingExecutive": https://technet.microsoft.com/en-us/library/cc959492.aspx https://technet.microsoft.com/en-us/library/cc757875.aspx jaclaz
  16. Yep , it is very possible that *something else* is missing or mis-configured (accidentally or by design by the good HP guys) or already ruined by some previous user action or even botched (accidentally or by design by any function of the running OS or by the parts of the XP setup that were already run) but let's go step by step , let's see first what is in the MBR (as opposed to what might be in it or be missing from it or in/from any of the partitions bootsectors or anywhere else) and let's make next move starting from that actual data. jaclaz
  17. Maybe doing a full boot time log with Procmon would help. Hmmm. jaclaz
  18. Well, besides being myself (sucking), you stated and re-stated how ALL MS OS suck or sucked in their time, exception made for (maybe) Windows 7 and now Windows 8/8.x (but only your specially tuned version doesn't suck). I am of the opposite opinion, i.e. not only NONE of MS OS sucked in their time (well, wait, no , exception made for Vista as released) and - as a matter of fact - they don't even suck (much) nowadays (which does not mean that many betterings were not made at each new OS release and not even that some - few - betterings were not made lately). I have been happily and contentedly computing before DOS, in DOS times, in Windows 3.1x times, in Windows NT times, in 2K times (sorry 9x/Me friends I actually never used those) and in XP times, and I am pretty sure that - when I will find an actual reason/need to switch to 7 or to a later OS, I will be able - like I managed to do all these years - to continue happily and contentedly computing alright. While reportedly all these years you lived and worked unsatisfied of the operating systems and hardware you had, dreaming of better ones until Windows 7 came: but still you were not happy or contented about them and it took you years or months to tweak them in such a way to satisfy you. I fully understand how after living so many years working in environments that didn't fully satisfy you, and dreaming about better computing experiences once you finally managed, through some really hard work, to reach your dream you are very proud of the result, and you wish to tell everyone how your lifetime dream became reality , still, maybe you overdo it a bit when you regularly and repeatedly downplay other people's (more modest) experience, used Operating System or hardware, underlining the uniqueness of your achievements, boasting how powerful and what not is your extremely top-end system, how smooth goes each and every operation you perform on them and how all other people are having a worse computing experience than you have. Now: jaclaz
  19. @submix8c Yes , I also noticed the 11602 MB free on a 1 Mb partition queerness when retyping the contents of the screenshot, first time I thought I had made a typo, but it is actually in the image, though I would not give to it too much relevance, it is entirely possible that it is a "glitch in the matrix". No MBR CODE may be "peculiar" as you wish (or be missing altogether) but the DATA (i.e. the partition table entries) should remain however "standard" (though it would be well possible that the Windows XP setup parses *something* strangely) @oldtiger64 No matter what setup/solution/approach you will choose, you next step should be to make a backup copy of the MBR and post a copy of it for examination. To make this backup, get HDhacker (don't be fooled by the name, it is a commonly used tool useful to simply backup some relevant sectors of the hard disk): http://dimio.altervista.org/eng/ You want to run it, then, in "Drive to operate": Select "Physical Drive (MBR)" Choose Physical drive "0" (since you have only one disk that will be it) in Select sector, leave the default of "First Sector (MBR)" selcted Click on "Read sector from disk" Click on "Save sector to file", saving the file as (say) C:\HPoriginal.mbr Then compress the C:\HPoriginal.mbr into a .zip archive and attach to your next post the .zip archive file (NOT the .mbr one). jaclaz
  20. Hmmm , given that: and that: and that you seemingly spend what little remains of that time by bragging about how good you are at doing your demanding stuff on your top class hardware, perfectly tweaked and set up (only thanks to your unique and superior to anyone else experience and knowledge): you are most probably right. I seem however to better enjoy my free time, and I have to remark how should being me actually suck, it would anyway suck in a modest, minimal way, requiring much less experience and computing power. _______________________________________________________________________________________________ JFYI, the above represents a line, which is the thing you just crossed, or - to be more exact - the thing beyond which your ego expanded. jaclaz
  21. Well, the story is nearing the end, once also the SwitcherQE will have been tested (hopefully with success) all that remains is to double check everything and "RTM". Being the smart guy I am , I left however open the possibility of a sequel, for which your opinion/ideas/etc. would be appreciated, here is the rough storyboard (second part of the post): http://www.msfn.org/board/topic/173265-formatting-an-external-drive-using-different-interfaces/?p=1095074 jaclaz P.S.: As a bonus for the (affectionate) readers of this saga, find attached the (hopefully) final version of the accompanying Excel worksheet, as always password protected, but the password is empty PriLogxls.zip
  22. But anyway all this has nothing to do with my use of WIN31FAHR as unit of measure and it's accuracy. Was NT 4.00 8 to 16 time better than WIN311? You can bet on it. Was 2K 16 to to 64 times better than WIN311? Hmmm, surely 16 to 32 times better, maybe not 64 times so. Was XP 64 to 128 times better than WIN311? Hmmm, hardly 64 to 128 times better, was it 2 to 4 times better than 2K? . ... We can use however MISNT4 as an alternate unit of measure . MISNT4 equates to the minimal install size of a NT 4.00, which is a little less than 200 Mb, 175 or 180 if I recall correctly. Windows 2000 at around 700 Mb scores a MISNT4 of around 3 and actually reflects how better 2K was when compared to NT 400. Windows XP at around 1500 Mb scores a MISNT4 of around 8, i.e. more than double, almost triple the 2k, but without corresponding "enhancements". Vista and it's Service Pack 3 rectius Windows 7 grew to some 12 Gb, if I recall correctly, i.e a score of 67 MISNT4 or a x8 growth when compared to XP, almost 20 (twenty) times when compared to 2K, and in this case the lack of corresponding enhancements seems to me self-evident. As said, not only it is sad, but when analyzed through these units of measure, sadder. jaclaz
  23. OT, and JFYI, that is quite common, and we have an exception to confirm the rule : http://reboot.pro/topic/3380-sounds-arabic-for-me/page-2#entry24277 And don't worry , you didn't open (till now) any "new" can of worms, this one has been opened since a long time. BUT, now that you have posted the relevant info, you indeed opened an (almost) new one . I am re-attaching your image, so that other people may have a look at it without downloading the file and opening it in Word. Textually, the situation is the following: D: Partition1 (HP_recovery) [NTFS] 1 MB (11602 Mb free) H: Partition2 (System) [NTFS] 1025 MB (648 Mb free) C: Partition3 (Windows) [NTFS] 618676 MB (545528 Mb Free) E: Partition4 (HP:Tools) [FAT32] 95702 MB (2018 Mb free) And we have a problem. The MBR partitioning scheme (which is what is commonly used up to Windows 7, with Windows 8+ trying to switch to GPT) only has 4 (four) partition entries (imagine them as 4 "slots"). This means that you can have ONLY up to: a. 4 primary partitions b. 3 primary partitions + 1 Extended (the extended partition can contain many volumes) and since right now it seems like you have all 4 "slots" taken by 4 primary partitions you cannot have additional volumes. This particularly can of worm, is not completely new: http://www.msfn.org/board/topic/150419-solved-what-gives-after-4-primary-drives/ but it does make things slightly more complex, and the presence of the HP_recovery and of the HP_Tools partitions may additionally mean that you are using a "peculiar" MBR code, that MUST be backed up/preserved as recreating it might be if not impossible, absurdly difficult: http://www.msfn.org/board/topic/131620-hp-notebook-the-recovery-partition-could-not-be-found/ So, we will need to make an even more accurate "plan" than expected. jaclaz
  24. Actually the premise is that "it doesn't matter what is the OP wishes" , in the sense that he might be unaware of the strings attached to the one (or the other) drive lettering schemes and thus we tried offering him (and everyone else) choices. Till now cdob's experiments : provided two nice and easy enough methods (needing not to use a migrate.inf) to obtain in the end: the C:\ drive letter assigned to the "XP partition" a "first available", but NOT C:\, drive letter assigned to the "XP partition" BUT the C:\ drive letter assigned in XP to the "Windows 7 partition"The mentioned guide used as reference provided instead a much less than optimal experience, as in the provided screenshot: as though you can later change (in XP) the drive letter of the "7 partition" to C:\, since the E:\ is "fixed" (as changing a system drive letter of an installed XP, though possible, is a complex and prone to error procedure) you would remain with a "hole" represented by the "D:\" drive letter (unless you want to assign it in XP to the "boot" partition that doesn't have a drive letter in 7). jaclaz
  25. NO hurry whatever. jaclaz
×
×
  • Create New...