VOGONS

Common searches


Search results

Display options

Re: Windows 98 : DMA support for LBA partitions

in Milliways
You can actually change the partition type from 0B to 0C and vice versa just by directly editing the type field directly in the MBR sector with DEBUG or whatever, nothing else is different Yes, I already tried something like that : create the partition in LBA mode with sfdisk, restore all Windows …

Re: Windows 98 : DMA support for LBA partitions

in Milliways
Thanks ElectroSoldier and darry for the answers. @darry, I'm creating my partitions using a custom Puppy Linux CD with my backup scripts installed (boots and works well even with 256 MB RAM). I'm not using any disk geometry related options for sfdisk except for the size and start of the partition, …

Windows 98 : DMA support for LBA partitions

in Milliways
Hello everyone, I'm wondering if anyone here has ever been able to enable DMA access for LBA partitions on Windows 98 ? I have DMA working fine for "normal" FAT32 partitions (creating them using Linux's sfdisk with the 'b' type), but if I enable LBA flag (that's the 'c' type in sfdisk), there seems …

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
After some investigations (the StarMan's website mentionned by bakemono was really helpful), I think I've identified the "code only" portions of the Volume Boot Record for Windows 98 (it's split in 2 parts). This bash code seems to work for Windows 98: mbr_code=' …

Re: Old network cards compatibility on modern networks

in Milliways
Using RTL8139, ie. 100 Mbps, right? Then it's too good! In theory 100 Mbps = 12.5 MB/s, in reality the max is about 11 MB/s. You're right! It was late and I mismatched the file I copied from Windows : it was a backup file in the same directory and the same kind of of naming but with a size of 14GB …

Re: Old network cards compatibility on modern networks

in Milliways
I did some speed tests to compare Linux vs. Windows when copying a 1.4GB file from NAS to my vintage PC: * Windows 98: 1m40s, that's 14MB/s, not so bad for an old machine ! * Linux: 4m13s. It looks to me that hardware / cables are OK as the 14MB/s speed on Windows 98 is really good (I think ?). …

Re: Old network cards compatibility on modern networks

in Milliways
I googled and opened some tabs, and forgot about them. First kind of things that came up probably cover the reason. But I did forget IPv6 exists (I turn it off everywhere), and your interface is not configured for that. I now think the dropped packets will be IPv6 from other PCs, and the router …

Re: Old network cards compatibility on modern networks

in Milliways
Thanks for the reply ! Is the network cable in good condition? Basic, but worth considering. Yes, I checked with different cables, same results. If you are on an ethernet hub, then packets might have arrived for other machines on the LAN. You do say "same router", so I guess that is a contemporary …

Old network cards compatibility on modern networks

in Milliways
Thanks to the kind help on this site, I've finally managed to have a fully working network setup for my old Windows 98 PC. I can now backup and restore easily my different partitions (including the OS one) from my PuppyLinux CD to my NAS, everything is working well. I just had a small doubt when I …

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
giantclam wrote on 2023-12-18, 23:22: I just use the clonezilla linux image, much easier =) Yes, I remember I had a look at the tool in the past (that was a long time ago) but decided to go for my own solution. I do not remember why ! Would it work on "old" PCs (~384MB RAM) and be easily customized …

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
I finally have a working script using the "fatresize" Linux tool. It's only resizing the file system, but as mkfs.fat uses to whole available space to initialize a partition, that's not an issue. Also, this surprised me a bit, but no files are required in the dd | 7z raw image (they are present …

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
@the3dfxdude : your suggestion looks very interesting indeed ! I'll probably need to not overwriting the existing files, that implies to have different RAW / dd images depending on the OS to restore. I'll check for the CLI tool that could do the resize automatically... EDIT: The GUI version of …

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
I just did the following experiment: make a binary dump of my original Windows 98 partition (not diskà, then restore the partition with my tool, fix it with SYS.COM A: C: and do another binary dump of the partition. I then checked what has changed between the two dumps: * Byte at offset 36 changed …

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
I missed this part of the mkfs.vfat man page: BUGS mkfs.fat can not create boot-able filesystems. This isn't as easy as you might think at first glance for var‐ ious reasons and has been discussed a lot already. mkfs.fat simply will not support it 😉

Re: Linux equivalent for Windows' "SYS.COM" tool

in Milliways
Thanks for your answer the3dfxdude! Yes, I considered modifying my backup / restore scripts to make a "raw" image of the partition, but it has some drawbacks if the partition size is different than the original one. Also, I like to be able to inspect or modify easily the files in my image (and yes, …

Linux equivalent for Windows' "SYS.COM" tool

in Milliways
Hello everyone, I'm currently using a Puppy-Linux based solution to backup and restore my old machines partitions. It works quite well, and I'm also using it on my modern machines. No problems for ext4 & ntfs partitions, but I have this issue with Windows / FAT partitions: Linux does not restore the …

Page 1 of 2