Content Type
Profiles
Forums
Events
Everything posted by jaclaz
-
Well, more or less, the volume(s) on those cards must be on (contiguous) extent(s). Nothing - in theory - would prevent you to use IMDISK to map a contiguous extent to a volume, allowing you to access it. See: http://reboot.pro/topic/20450-mounting-split-image/?p=192170 Whether this will be allowed in (stupid) Windows 10 is to be tested. On Linux, mount using the offset and (if needed) sizelimit *like*: https://raspberrypi.stackexchange.com/questions/13137/how-can-i-mount-a-raspberry-pi-linux-distro-image/13138#13138 should do nicely, The only needed thing is to find the beginning offset and length/size of the volume(s), but this shouldn't be difficult if you can view the actual sector on the machine where the Ontack software is installed. jaclaz
-
Vista on Netbook: what services/etc to disable?
jaclaz replied to SRainharp's topic in Windows Vista
Not really, you were explictly referring to Superfetch, which - as Jody just posted (for free[1]) - would be the first thing to disable. jaclaz [1] and with my personal endorsement and cachet (har harder har har) -
WHY? I mean , boot to a PE, do the needed/wanted partitioning, then install the Windows WITHOUT using the installer. It's easier and faster. References: Origin: http://reboot.pro/topic/10126-nt-6x-fast-installer-install-win7-directly-to-usb-external-drive/ Current development: https://msfn.org/board/topic/149612-winntsetup-v391/ jaclaz
- 1 reply
-
- diskpart
- partitioning
-
(and 3 more)
Tagged with:
-
Vista on Netbook: what services/etc to disable?
jaclaz replied to SRainharp's topic in Windows Vista
Hmmm. http://www.jucs.org/jucs_18_2/performance_evaluation_of_recent/jucs_18_02_0218_0263_martinovic.pdf jaclaz -
Support for Disks >=127 GB Within Windows 2000 Setup
jaclaz replied to cc333's topic in Windows 2000/2003/NT4
Right here: jaclaz -
Which doesn't negate that you are getting older and forgetful : jaclaz
-
The Solution for Seagate 7200.11 HDDs
jaclaz replied to Gradius2's topic in Hard Drive and Removable Media
The disk seems fine (in the sense that the data copied by dd makes sense, it is not 00's or F6's). The partition table is "normal": #0 07 00 0 32 33 1023 254 63 2048 976766976 the MBR boot code is GRUB (possibly GRUB2) and extends up to sector LBA 104 (which is unusual, as normally that would be contained within sector 62 to allow partitioning with CHS alignment), anyway the disk is MB aligned (i.e. PBR is on sector LBA 2048), so it's fine. The PBR is a "normal" NTFS one invoking BOOTMGR, to be picky it is the version "NT62" i.e. the one coming with Windows 8/8.1, and it is just fine. The address of the $MFT is in the "usual" position on cluster 786432, which is also "fine" and "normal". Most probably there is some corruption in the NTFS filesystem itself, it is not common (but it can happen), the "resetting" procedure may alter the P-list (or the G-list, or both) and if one or more remapped sectors is "lost" AND it is a "vital" one the result is an unreadable volume. Standard/suggested procedure: 1) procure yourself a 750 GB (or larger) hard disk (if you have or can afford a 1.5 or 2 TB one, better) 2) dd the whole failed disk to an image file (if possible make a second copy of the image) 3) try accessing the image with DMDE: https://dmde.com/ (though not exactly for the newbie/faint of heart) in case of (relatively) simple issues it can be used also by a non-expert of NTFS, it is read-only by default so it is safe. Usually (not always but usually) DMDE is able to allow the recovery of files (without "fixing" the underlying NTFS) keeping the folder structures and names, so assuming that the disk was not full up to the brim and you can use a 1.5 or 2 TB disk, you should have enough space on it to salvage the relevant files. Then, once these are "safe", we may talk of analyzing and hopefully fix the NTFS. To do this - should you need assistance - start a new thread as that would be off topic here (and the thread is long enough already. jaclaz -
The Solution for Seagate 7200.11 HDDs
jaclaz replied to Gradius2's topic in Hard Drive and Removable Media
The delay in "user partition format successful" shouldn't be connected, It depends on cases. sometimes it is almost instant, sometimes it takes seconds, sometimes it takes minutes. From the UBUNTU (that has somehow access to it) try dd_ing the first few sectors of the WHOLE disk (in your case (/dev/sdb) to a new file. If the disk was originally partitioned in Windows XP or earlier, 100 sectors will be enough, if it was partitioned under Vista or later, you need 2100. Now, if the dd command fails, then there is an issue with the disk, if it does produce a file let's see what's in it with a hex editor. jaclaz -
Maybe was. after this reply : jaclaz
-
Ok, this is actually Windows 10 related: https://www.bleepingcomputer.com/news/microsoft/windows-10-kb4100347-intel-cpu-update-causing-boot-issues-and-pushed-to-amd-users/ jaclaz
-
Actually older and grumpier (besides cheap and extremely picky), in a few years you may be able to reach the same levels, however. jaclaz
-
a. You save the firmware settings. b. You reboot to the install media. c. You try again installing the (stupid) Windows 8.1. Four possible outcomes: 1) you got the right setting and the install/setup won't ask you for a GPT disk/partition anymore 2) you got the wrong setting and install/setup will behave exactly as it did originally (in this case other possible settings in BIOS/UEFI may be needed) 3) no matter if the changed setting did anything, your PC will be struck by lightning or however catch fire instantly 4) *something else*[1] jaclaz [1] the *something else* includes a catastrophic overwriting of the hard disk, no matter if due to your mishandling of the procedure or to a malfuncioning of the proocedurte itself, hence the initial:
-
Yep , or as we say, homophones . jaclaz
-
Sure , nothing should popup, by design, you only changed a setting, no taaa-daa, nor music band or fireworks to celebrate the accomplishment . It is when you try again and launch the install/setup that it shouldn't (anymore) nag you with GPT, I don't tink there is any difference between a DVD and a pendrive source. The idea is that the setup somehow checks for the presence of UEFI boot mode and if it finds it, the UEFI install prevails over the Legacy one, without giving you an option to change the mode, this would be typical MS. jaclaz
-
Try setting that to Legacy Only. jaclaz
-
Do you have a comparison with some other system (like - say - Windows 7 or newer) on the same network and on the same NAS? Only to exclude that is *something else* outside the XP install. Do you have IPV6 installed in the XP? (there are reports of this creating slow transfers on local network) Then you can see if any TCP optimization helps: https://web.archive.org/web/20070228142414/https://www.psc.edu/networking/projects/tcptune/OStune/winxp/winxp_stepbystep.html And you can try to reduce SMB traffic generated by Explorer: https://blogs.technet.microsoft.com/askperf/2007/09/21/windows-explorer-and-smb-traffic/ jaclaz
-
Life is good because it is so varied I see those as features and advantages of Windows 7 when compared to 10. jaclaz
-
Abanoners? jaclaz
-
Get the manual for your motherboard: https://www.gigabyte.com/Motherboard/GA-H81M-WW-rev-10#support-manual Check ATTENTIVELY what is written on page 24 of the manual: Report how EXACTLY you have set the settings listed in it (except the Administrator and User password settings). jaclaz
-
Well, for the record, I don't think that the OP was attempting a (direct or indirect) upgrade, but rather replacing one of his two instances of XP with a fresh install of 8.1. jaclaz
-
Not strictly Windows 10 related, but close enough to be worth mentioning here, a good analysis/rant on OneDrive, aptly titled "OneDrive Down the Road to Madness": http://www.eejournal.com/article/onedrive-down-the-road-to-madness/ jaclaz
-
How to get Virtual PC 2007 working on Windows 10?
jaclaz replied to FantasyAcquiesce's topic in Windows 10
A new kid on the block (Windows 95, not 98), JFYI: https://github.com/felixrieseberg/windows95 The Verge commentary: https://www.theverge.com/2018/8/23/17773180/microsoft-windows-95-app-download-features is however puzzling, considering that original requisites for Windows 95 were : 1) 4MB of memory (8MB recommended) 2) 50-70 MB space on hard disk Personally I am not surprised at all, as a matter of fact I find it an unbearable amount of bloat. jaclaz -
As often happens I may be wrong, but - provided that the picture was originally shot by FranceBB, the attribution by the Register: seems to me - besides "vague" - slightly offensive. jaclaz
-
Well, you asked for an urgent reply, you didn't specify you wanted a kind one, additionally. And we are still in the "my PC" undetermined realm. I would therefore take the occasion to kindly re-submit to your attention the opportunity to explicitly describe make/model of "your PC"[1] as this would likely allow this thread to move from (educated) guesses to (hopefully) suitable solutions to the problem you have. It is my pleasure to provide the following info: A PC may have : 1) a BIOS firmware 2) a UEFI ONLY firmware 3) a UEFI firmware with a CSM (Compatibility Support Module), i.e. an additional BIOS-like environment Your PC should belong to type #3 above, as the message the Windows 8.1 setup showed is related to a UEFI installation (that implies GPT partitioning), but since you are already running on that same PC a XP (that CANNOT boot in UEFI) and using a MBR partitioned disk evidently for *some reasons* either the choice between BIOS and UEFI was changed in the firmware settings or *for some other reasons* the Windows 8.1 setup mistakenly attempts to install the windows in UEFI mode. There are several different ways to either correct the cause of the problem or workaround it, including: 1) directly applying the install.wim to the target partition 2) using another method from the built-in Windows Setup to install the OS, like the good WINNTSETUP 3) temporarily change the partitoning from MBR to GPT (in a way that allows to not loose any data) and possibly more, but they may either have some definite prerequisites or possible unwanted consequences. So, in order to serve you at the best of my possibilities, before being more explicit in advising you I respectfully suggest that you provide the needed info. I perfectly understand how this, and particularly the tone with which such requests are made may cause you anxiety, stress, or more generally - directly or indirectly - inconveniencies, and of course I beg your pardon in advance, but it remains my firm belief that without these info there is - through the unfortunate suggestion of a specifically not suitable method - a possible risk for the integrity of your data. jaclaz [1] and - additionally - a description of the hard disk you have in it and the exact way you have it partitioned and formatted
-
1) that you have not a backup is a real problem, much bigger than your issue with installing 8.1 2) "my PC" tells nothing, you should provide some info on the system, and specifically if you are attempting to boot in UEFI mode: https://docs.microsoft.com/en-us/previous-versions/windows/it-pro/windows-8.1-and-8/dn336946(v=win.10) https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/boot-to-uefi-mode-or-legacy-bios-mode Maybe you chose the UEFI device, like here: https://www.youtube.com/watch?v=-GSW3-dPC_c 3) JFYI, you won't make many friends on the board (nor you will be served better or faster) by using "urgent" and lots of exclamation points.l jaclaz