Bizarre problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • [Labret]
    Registered User
    • May 2001
    • 10945

    #1

    Bizarre problem

    Like 99% of us, I have two drives in my machine.

    Master has the OS, and slave has all the warez, mp3s, content and other misc crap. I have written tons of shit over the last couple years to my 2nd drive with various operating systems.

    For the last year, I have had Win2000 Pro as main os. Recently, I switched back to Win98 and when I browse thru the second drive, everything written to the drive with Win2000 is gibberish. But it reads everything written previously by 98 and ME no problem.

    I stick back in the master drive with win2k on it and read the second drive, and all is well again.

    Win2k writes to the drive some thing that Win98 is not understanding. What is going on and is there anyway to fix it?

    I got 50 gig of mp3 I need to reach from win98 god damnit.
  • hyper
    Confirmed User
    • Mar 2002
    • 5294

    #2
    some kind of built in HD compression?

    Comment

    • hyper
      Confirmed User
      • Mar 2002
      • 5294

      #3
      Win9x machines use FAT32, the older of the two major Windows file systems. NTFS is the newer file system which i guess win2k uses

      A Win2K machine can translate a file from an NTFS drive into something a Win9x machine can understand and can serve the file to a Win9x computer. But if you format a drive on a Win9x machine as NTFS, the Win9x machine can't read files on that local drive because Win9x can't translate NTFS. Consequently, if you create a Win2K Pro and Win9x dual-boot machine, you'll most likely want to keep all your drives in FAT32.

      To change file systems, you need to either convert or reformat the drive, depending on which direction you're moving. If you're moving from FAT32 to NTFS, you can simply convert the drive by using the command

      convert <drive>: /fs:ntfs [/v]
      The optional /v parameter gives you details about the conversion process as it proceeds.

      Moving from NTFS to FAT32 requires backing up your drive, reformatting it, and restoring your data.
      Last edited by hyper; 06-20-2002, 06:13 PM.

      Comment

      • jimmyf
        OU812
        • Feb 2001
        • 12651

        #4
        hyper beat me...
        Epic CashEpic Cash works for me
        Solar Cash Paysite Plugin
        Gallery of the day freesites,POTD,Gallery generator with free hosting

        Comment

        • Gemini
          Confirmed User
          • Jan 2001
          • 7183

          #5
          Another Gates trick, altho other software companies do it too. Win2k is NOT backwards compatible. Either try and save via Win2k to be Win98 format or maybe there is a utillity out there that will translate it. Never heard of one but there might just be one. But some of MS's products do allow saving to previous formats.

          Autocad is another one that pulls that stunt. Some sort of marketing ploy so they don't have to continue dealing with the support issues. When you lay out 12k or more for a software (autocad) and they 'discontinue' support within a year or two it reallllly sux.
          <center><a target="_blank" href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac"><img border="0" src="http://216.130.172.224/gfy/gsig.gif" width="490" height="100"></a><br><a href="http://dev.datedollars.com/index.php?s=signup&amp;aid=535&amp;cfg=aac" target="_blank"><b><font face="Arial"><font color="#FF99FF"> Buy me away from Slavedriver Smokey!<br>It's May Sig Sweeps!<font></b></center>

          Comment

          • [Labret]
            Registered User
            • May 2001
            • 10945

            #6
            awesome, thanks for the replies.

            What a big pain in my ass.

            Comment

            • jimmyf
              OU812
              • Feb 2001
              • 12651

              #7
              Next time don't use NTFS, I think it defaults, or ask you and the default is NTFS . That's NT shit..... I hated it NT... but Win2K is built with it...

              I did a bunch of stuff for a company that had just bought Great Plains and it had to have NTFS a few years ago....
              Last edited by jimmyf; 06-20-2002, 06:20 PM.
              Epic CashEpic Cash works for me
              Solar Cash Paysite Plugin
              Gallery of the day freesites,POTD,Gallery generator with free hosting

              Comment

              • FATPad
                Confirmed User
                • Oct 2001
                • 6693

                #8
                Get a copy of Partition Magic and change the partition type from NTFS to FAT32.
                <a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>

                Comment

                • [Labret]
                  Registered User
                  • May 2001
                  • 10945

                  #9
                  The slave drive is Fat32, and was just written to it by Win2000. I can read everything on the drive except things written to it by Win2000.

                  Confusing, I think I will just call it a wash and reinstall win2k, I loved it, just had problems gaming on it.

                  Comment

                  • FATPad
                    Confirmed User
                    • Oct 2001
                    • 6693

                    #10
                    Originally posted by pornopete
                    I don't think it is due to NTFS. If his HD was NTFS win'98 would not see it all. NTFS is a different file system all together, win'98 can only see FAT/FAT32
                    That's true. I thought about that right after I posted.

                    Format c:
                    <a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>

                    Comment

                    • Nina
                      Confirmed User
                      • Mar 2002
                      • 2687

                      #11
                      you know with a topic like "bizarre problem" I was hoping for something a little more exciting from the likes of you Labret.

                      Comment

                      • [Labret]
                        Registered User
                        • May 2001
                        • 10945

                        #12
                        Well... now that you mention it, I do sorta have this problem. I think it may be roids?

                        Is this what hemmies look like? It burns like hell.

                        Comment

                        • foe
                          Confirmed User
                          • May 2002
                          • 5246

                          #13
                          Originally posted by hyper
                          Win9x machines use FAT32, the older of the two major Windows file systems. NTFS is the newer file system which i guess win2k uses

                          A Win2K machine can translate a file from an NTFS drive into something a Win9x machine can understand and can serve the file to a Win9x computer. But if you format a drive on a Win9x machine as NTFS, the Win9x machine can't read files on that local drive because Win9x can't translate NTFS. Consequently, if you create a Win2K Pro and Win9x dual-boot machine, you'll most likely want to keep all your drives in FAT32.

                          To change file systems, you need to either convert or reformat the drive, depending on which direction you're moving. If you're moving from FAT32 to NTFS, you can simply convert the drive by using the command

                          convert <drive>: /fs:ntfs [/v]
                          The optional /v parameter gives you details about the conversion process as it proceeds.

                          Moving from NTFS to FAT32 requires backing up your drive, reformatting it, and restoring your data.
                          Exactly what he said

                          Comment

                          • Nina
                            Confirmed User
                            • Mar 2002
                            • 2687

                            #14
                            Originally posted by [Labret]
                            Well... now that you mention it, I do sorta have this problem. I think it may be roids?

                            Is this what hemmies look like? It burns like hell.


                            holy shit. Labret, I think I love you.
                            Are you coming to my party in Sept?

                            Comment

                            • [Labret]
                              Registered User
                              • May 2001
                              • 10945

                              #15
                              Uhm, my magic 8 balls says its "highly unlikely".

                              Comment

                              • MikeEP
                                Confirmed User
                                • Jan 2002
                                • 464

                                #16
                                Originally posted by [Labret]
                                Well... now that you mention it,

                                ...hahaha...i knew that was coming
                                But fuck, i can park my SUV in that ass...

                                Comment

                                • Nina
                                  Confirmed User
                                  • Mar 2002
                                  • 2687

                                  #17
                                  Originally posted by [Labret]
                                  Uhm, my magic 8 balls says its "highly unlikely".
                                  too bad, i'll have to have my crush from afar, i guess that's how those things go anyway.

                                  Comment

                                  • Rochard
                                    Jägermeister Test Pilot
                                    • Dec 2001
                                    • 75733

                                    #18
                                    Format:C
                                    Format:D
                                    Format everything and install windows 3.11
                                    Herschel Savage
                                    Brooklyn, NY

                                    Comment

                                    • dipshit moron retard
                                      Confirmed User
                                      • Apr 2002
                                      • 667

                                      #19
                                      Originally posted by [Labret]
                                      The slave drive is Fat32, and was just written to it by Win2000. I can read everything on the drive except things written to it by Win2000.

                                      Confusing, I think I will just call it a wash and reinstall win2k, I loved it, just had problems gaming on it.
                                      W I N X P

                                      seriously. winxp is awesome, runs games perfect, will read the drive with no probs. if you need an iso lemme know.

                                      Comment

                                      Working...