Jump to content

Nomen

Member
  • Posts

    673
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

About Nomen

Profile Information

  • OS
    98SE

Recent Profile Visitors

5,609 profile views

Nomen's Achievements

24

Reputation

  1. I've got a couple of win-98 systems on identical hardware (Intel chipset, socket 478 P-4) yes they're probably 20 years old. One system has 1 gb ram, it does not appear to have "MaxPhysPage" setting in system.ini, system information shows 999mb system memory. This system has been running for a while, I don't know what I did to get Win-98 to run with 1 gb ram. I can open a dos window with no errors. The second system is one I'm working on right now. It had 512 mb ram. I changed that to 1 gb, and windows wouldn't start. I expected that. I didn't remember the details how to fix that, but I found them. Primarily it involves the MaxPhysPage setting in system.ini (and system.cb). First thing I did was change device=himemx.exe in config.sys (instead of himem.sys). I didn't have that file on system 2, but it was on system 1. I don't know how necessary that file is, but that alone doesn't get this win-98 running with 1 gb ram. I then went to system.ini and started with MaxPhysPage=40000, then 3B000, and then 30000 and that's when win-98 started up and seems to be ok. System.ini did not have a maxphyspage setting before. But oddly, the first system does not have that parameter in system.ini but that win98 is fine with 1 gb ram. With MaxPhysPage=30000 on the second system, Windows reports 763 mb ram. I've tried a bunch of programs (firefox, office 2k stuff like word, excel, outlook) they all run fine. I then tried to open a dos window. Nope. "There is not enough available memory to run this program." So that's why I'm here, to ask what sort of setting in what file is probably needed here so that I can open a dos window. Or is it more involved than that?
  2. No, I am not confused about that. I keep making the point (or asking the question) how can a drive that actually does have 512-byte physical sector size possibly ever be mis-aligned when the cluster size is 4kb. My point being, if the logical cluster size of the file system is equal to or larger than the physical sector size, then it is not possible to have mis-alignment. If a mechanical HDD has internally a 4kb sector size, BUT IT REPORTS TO THE OS THAT THE SECTOR SIZE IS 512 BYTES, then of course that is a problem and you can easily have mis-alignment because of the lying the HDD is doing in it's reporting. If the HDD reports a 4kb sector size, and the OS is going to create a volume with 4kb cluster size, then will that not lead by defacto to an ALIGNED volume? If a hard drive really does have 4kb sectors, and it reports to Windows that the sector size is 4kb, will Windows still try to access and format the drive AS IF IT HAD 512 byte sectors? Is that even possible? Are older versions of Windows (like 98, NT4, 2K, XP) capable or incapable of "understanding" a sector size other than 512 bytes?
  3. I have an old(er) motherboard, based in Intel Broadwater chipset, I think the bios dates to 2009 (broadwater came out in 2006). Core2 duo CPU. It has no IDE interface, has 6 SATA ports. I have a SATA CD/DVD drive connected to it. Funny thing, it won't / can't boot anything from the CD drive unless I set the SATA ports to IDE mode. Which makes it tricky to install Windoze if you are starting with the SATA ports set to IDE emulation. I've googl'd around and this issue of a SATA optical drive not booting unless in IDE mode is not uncommon. And - I've never seen a bios that would let you set some of the on-board SATA to AHCI (ie - native SATA) and others as IDE.
  4. Just answer 1 question. If a mechanical HDD actually does have a physical sector size of 512 bytes, and the installed NTFS-based operating system has a 4-kb cluster size, then is it possible to have a "mis-aligned" formatting? Somewhere around 2002 - 2003 your typical PC hard drive was 80 gb. Did these drives have 512 byte sector size or 4k sector size? (ok they had 512 byte sectors, 4k sectors didn't really start until 2010). When you were installing Win 2k or XP back in 2002-2003, was sector-alignment a thing? Was 2k / XP aware of (and perform) sector alignment during installation? I stumbled across these page, I haven't read it all yet, seems relavent: https://learn.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/support-policy-4k-sector-hard-drives https://www.seagate.com/ca/en/blog/advanced-format-4k-sector-hard-drives-master-ti/
  5. I need SSD's that can be plugged into old motherboards with IDE sockets. I have a small board that plugs directly into the IDE socket that converts it to a SATA port. I have several SSD's (Lexar and Kingston) that are 128 gb that work fine in that position. They are running WIN-NT4 server and 2k server. But I acquired those SSD's a few years ago, maybe 5 years ago, and I can't get them any more (at least not in that size, not locally). I didn't think it was going to be an issue that (some? many? most?) SSD's today don't work in IDE mode. It's hard enough to find 128 gb SSD's today, and now I have to deal with this crap that you don't know which ones will work in IDE mode. In the past few days I've acquired another 128 GB SSD (GiGimundo) and have a Kingston SSDNow V300 and Netac on the way. The GiGimundo does work in IDE mode, and it works fine with connected to a SATA port on one particular computer that I use for cloning, but when I plug it into the IDE-Sata adapter it seems to have problems - it takes about 5 attempts for the PC to boot win-2k from it, otherwise it fails during bootup, sometimes saying it can't find a certain file.
  6. These questions still remain: How is it possible for a hard drive to be mis-aligned if the PHYSICAL SECTOR SIZE is 512 bytes? Or do all hard drives today (both HDD and SSD) lie and report PHYSICAL SECTOR SIZE to be 512 bytes when actually they are 4kb? Does the concept of alignment really matter for a SSD today?
  7. How does MiniTool Partition Wizard report PHYSICAL SECTOR SIZE of the disk? Where do I see that in MiniTool Partition Wizard? How is it possible for a hard drive to be mis-aligned if the PHYSICAL SECTOR SIZE is 512 bytes? Or do all hard drives today (both HDD and SSD) lie and report PHYSICAL SECTOR SIZE to be 512 bytes when actually they are 4kb? Does the concept of alignment really matter for a SSD today? Edit: In the Minitool Partition Wizard, if I select "Align Partition" in the left-hand column option list, a window opens that says "The specified partition does not need to change partitions alignment. It is already aligned." The disk alignment test (diskat-gui.exe) still says "Wrong alignment detected. Volume C is not aligned".
  8. I just downloaded and ran both programs mentioned above (on a win-7 system with 240 gb Kingston SSD). The Disk Alignment Test said that the C volume (the only volume) IS NOT aligned. The Minitool says the disk has 512 byte sector size and 8 sectors per cluster. Does this program test for alignment or display alignment status? I'm a bit confused about this - if a drive has 512 byte sector size, regardless if it's a HDD or SSD, is there any potential for mis-alignment? Does mis-alignment only happen when the sector-size is 4k and NOT 512 bytes? Also - XP (and NT4 and Win-2k) will create NTFS volumes of 4kb cluster size, that is the default cluster size. At least that is what I have always believed and has been my observation.
  9. The 128 gb SSD's are a great size for replacing HDD's in legacy systems. Systems with IDE ports or OS's like NT/98/2k and sometimes XP or systems with 137 gb motherboard BIOS limits. These Patriot 128 GB SSD's seem to be the only 128 gb drives that are still widely available, Lexar and Kingston don't seem to sell them any more. And now these Patriot drives suck and can't be used on these old systems.
  10. Ok I have an update. Summary: On 2 different systems, the Patriot P210 128 gb SSD is not visible / accessible to the running OS if the SATA port is set to IDE mode. Details - system 1: I have Win-7 Pro SP1 installed on a WD800JB 80-gb IDE hard drive on an IBM Thinkcenter PC (this box would date to around 2004/2005 but Win-7 was installed probably 2015). The motherboard has an IDE connector and a couple of SATA connectors. The motherboard naturally is not UEFI. In the BIOS setup of this PC is this: Devices IDE Drives Setup - Parallel ATA: Primary or Disabled - Serial ATA: Enable or Disable - Native mode operation: Automatic or Serial ATA Printed on-screen for that last option is this help description: "Choose which channels will be placed in Native mode. In Automatic mode, only the serial channel is placed in Native mode, and only if necessary. Note: Some OS do not support native mode." With the "native mode operation" set to Automatic, the Patriot SSD is not detected by Win-7. I wait for 10 minutes and Win-7 has not detected the drive. I go into Device manager and Disk manager, the drive is not there. I reboot, go into the bios, and change "native mode operation" to Serial ATA, reboot the box, and Windows detects new hardware, installs something and then the Patriot SSD is visible, but not initialized. I have to choose MBR or GPT first to be able to do anything in Disk Manager, but I don't do anything at this point because I've established that a bios setting does influence the visibility of this SSD under Win-7 SP1. Again I suspect that this is the fundamental IDE vs AHCI issue. IBM seems to refer to AHCI as "native mode Serial ATA". Details - system 2: A socket 775 Intel based motherboard, no IDE interface on the board, it has a floppy drive interface and 6 sata connectors. Windows XP pro SP3 is installed on a 500 gb Seagate sata HDD. In the bios the SATA mode is set to IDE. Attaching the Patriot SSD and powering up, the SSD is not visible to XP. It doesn't show up in Drive management or Device Manager. Disconnecting the XP drive and booting Norton Ghost 2003 from a floppy same thing - no drives detected. Change the SATA setting in the bios to AHCI, re-attach the XP drive, yes XP boots up - because I had already installed the SATA drivers for XP. But YES - the Patriot SSD is now visible. Reboot with the Ghost floppy - yes, Ghost sees the SSD. Now - I clone the 500 gb XP HDD to the 128 gb Patriot SSD using Ghost. The XP drive is only using about 8 gb of drive space, so this is possible, destination volume is re-sized. Clone is made, AND it boots. The 128 gb Patriot SSD does boot just fine into XP. There is something different about these Patriot SSD's that nobody will ever see if they are attached to a sysem with UEFI bios or with SATA ports set to AHCI. These drives can't be used to make clone backups of old / legacy systems or used with IDE-SATA convertor boards on systems that don't have SATA ports.
  11. I remember maybe 10 years ago when there was talk of hard drives moving to 4k sector size (from 512 byte sector size) if that was going to be a problem for the older windows versions. I'm just wondering if the problems I'm seeing today with some Patriot P210 128 gb SSD's could be because they have 4k sectors and it's a complete fluke that these are the first drives I've ever putzed with on win-XP systems to have 4k sectors. I have plenty of SSD's and HDD's that are about 5 years old (128 gb SDD's and 1TB HDD's, all sata, all used in IDE mode) that I've been able to use under Win-XP (and Win-NT4 and Win-98) and have never even thought about the 4k sector issue before.
  12. Can you select IDE mode for the sata interface on UEFI motherboards? Or are the sata ports going to automatically be in AHCI mode and you have no choice? For those that have a windows system where their SATA drives are already running in AHCI mode (as set in the BIOS setup menu), it probably isin't easily testable to change the setting to IDE mode and still have the OS boot up properly. Unless you can change the SATA ports to IDE mode (or at least the SATA ports on a secondary controller or individual channel) then you can't test for the situation I'm describing with these Patriot SSD's. If you're running Win-XP or possibly 7 natively (ie not in a VM) and you're running it on a system where the SATA ports are set to IDE mode, then you are perfectly set up to test the compatibility of these Patriot drives. If I'm right, and these Patriot P210 drives require AHCI sata mode, then these would be the first SATA drives *EVER* to have this requirement / handicap.
  13. Looking at Patriot's website just now, is there a reason why they'd be saying that the OS compatability for these SSD's only goes down to Win-7? O/S Supported: Windows® 7*/8.0*/8.1/10 Note the * for Win-7/8.0 what's that supposed to indicate? What's changed between XP and 7 regarding SSD / sata drives? This particular drive isin't huge - it's not like it's a 2 or 4 tb drive. It's only 128 gb. Edit: Just now I'm seeing this on reddit: "Yea so patriot kinda changed something with their “newer” drives. They used to work with no changes to bios, ide mode and all regular, now they don’t. You sadly need to get a new ssd for it to work. The Kingston 240 gig works." and "I have the exact same drive and the exact same issue. I have another ssd, Lexar, and that one works perfectly. The Patriot ironically worked perfectly for win98 but WinXP won’t recognize it no matter what I do. Tried playing with modes, used a m/b F6 disk - nothing." Those 2 comments were posted in the same r/windowsxp thread 3 months ago...
  14. I've connected a lot of SATA drives to various motherboards over the years and have never seen this behavior before. I recently bought a 10-pack of Patriot 128 gb SSD's and none of them are "visible" on a PC running Win-XP. They show up in the BIOS as the system boots, but they don't show up in device manager or disk manager. XP boots from a 500 gb sata drive on this system, and other 128 GB drives (Lexar and Kingston) are seen no problem. The motherboard is an Intel socket-775 based CPU, sata interface on the board, no IDE interface at all. But in the BIOS I can select IDE, RAID, or AHCI for the sata mode, I have it set to IDE. When I want to clone hard drives I will use Norton Ghost 2003 (booted from a floppy) - but not in this case because Ghost can't see these SSD's either. I've booted an old version of Acronis from a CD (and Clonezilla also from CD) and they can see these drives. On another PC running Win-10, yes these drives are seen and can be initialized / formatted. So why can't XP (and Ghost) see these 128 GB SSD's ? Are there any tools I can download somewhere that can read exactly what's on these drives as they come out of the package, and maybe set a few magic bytes somewhere in a boot sector or MBR and correct this situation?
  15. Here's the situation. I've got a BX-440 Intel P3 motherboard (probably dates to 1995 - 1999 time frame). I believe originally that win-98 was installed on it, then Win-2k was added. When booting, there is a boot menu. Original hard drive was maybe a few gb in size. Over time the drive was cloned to larger and larger drives, and partions were resized. Currently it has 3 FAT-12 partitions (each 4 gb in size) and an NTFS partion where Win-2k was installed. This motherboard has IDE sockets, no sata, and the drives were IDE up until a few years ago, when I cloned the last IDE drive (80 gb) to a 128 gb SSD. I have a small board that plugs into the IDE motherboard slot and converts it to SATA, so the SSD is connected to that board. It works fine. The motherboard probably has a 137 gb hard drive size limitation. Recently I wanted to clone the SSD, so I brought it to another PC that has SATA ports and booted Ghost 3 from a floppy. The 128 gb SSD was the source drive, and a 250 gb sata hard drive (some old WD hard drive I had, new still in mylar bag, circa 2007) was the destination drive. In Ghost I adjusted the NTFS partition on the destination (made it the same size as the source) my intention being that only the first logical half of the 250 gb drive was going to be used to keep everything under the 137 gb boundary. The cloning went well, but when booting the clone drive on the old motherboard the Win-2k splash screen froze soon after it came up. Next what I did is to perform the cloning on the old motherboard (with IDE interface using IDE-to-Sata mini converter boards). The original cloning took 1/2 hour, but it took 2 hours on the old motherboard. But guess what - the clone drive now boots! I'd like to know what I can do differently, if anything, when cloning a 128 gb drive to a larger drive (larger than 137 gb) while keeping the logical size under the 137 gb limit (using Ghost booted from a floppy). When the drives are SATA that is. My experiment of doing that on an old motherboard with IDE interface and using IDE-to-SATA converter did work, but it's slow.
×
×
  • Create New...