Page 2 of 2 FirstFirst 1 2
Results 16 to 24 of 24

Thread: DOS utility for the NTFS file system!

  1. #16
    Account Closed Optimus Prime's Avatar
    Join Date
    Jun 2002
    Location
    Manchester, UK
    Posts
    1,608
    Originally posted by optic_pro1430


    Probably... In the Windows XP Help it states the following:

    NTFS: File size limited by size of volume.

    FAT: Maximum file size is 2GB.

    FAT32: Maximum file size is 4GB.

    NOTE: Some older prorgams may not run on an NTFS volume, so you should research the current requirements for your software before converting.
    when i run a DOS program it comes up with something like

    c:\windows\himem.sys... then a few seconds later goes

    INCORRECT DOS VERSION
    INCORRECT DOS VERSION
    INCORRECT DOS VERSION

    three times like that, then quits... strange eh?

  2. #17
    Evil Lurks NDD's Avatar
    Join Date
    Dec 2000
    Location
    Inner Mongolia
    Posts
    6,576
    What are those three files listed in your Autoexec files ? You can probably alter them to run with the Setver command.
    List them here and we'll try to help you (if you ever need them running ...)
    And I will strike down upon thee with great vengeance and furious anger those who attempt to poison and destroy my brothers

  3. #18
    Member
    Join Date
    Jul 2002
    Location
    Rockingham, Australia
    Posts
    329
    Hmm... Does it happen with all the DOS programs or only with one? Incorrect DOS version eh...? Hmm... According to my calculations, that error you receive shouldn't happen with all DOS programs because most of my old DOS games work on the partition...

  4. #19
    Ultimate Member vibe666's Avatar
    Join Date
    Mar 2001
    Location
    Just left of the middle
    Posts
    1,184
    Originally posted by more
    Thank you so much.
    Hopefully I can format the H/D on my Dell
    Inspirion 4100 with WindowsXP preloaded.
    I'll let you know what happens.
    If you already have XP installed on your system you can convert your FAT/FAT32 Partitions to NTFS from within XP. I think it's in accessories somewhere, but I'm not running XP at the mo, so I couldn't tell you exactly. it is in there though.

    If its a clean system you are talking about you can (and should) boot XP from the CD (choose CDROM as the first boot device in your Bios) and you can select NTFS as the file system and XP will quick format it from whatever it is to NTFS in a few seconds.

    ***viBe***
    The Sysopt.com Users 2002 SETI@home team website is now ONLINE!!! WooHoo. It can be found at www.setiteam.com. If you would like to contribute to the site or the team have a look HERE
    FREE POP3 & Web based e-mail for all active members yourname@setiteam.com 5MB attachments!!! Come get some
    ***viBe***
    "Unthinking respect for authority is the greatest enemy of truth."
    - Albert Einstein

  5. #20
    Member
    Join Date
    Jul 2002
    Location
    Rockingham, Australia
    Posts
    329
    Vibe666, you are correct. You can convert FAT16/FAT32 to NTFS, but you cannot do it the otherway. So you can't convert FAT16/FAT32 to NTFS, but you can do it the otherway.

  6. #21
    Ultimate Member vibe666's Avatar
    Join Date
    Mar 2001
    Location
    Just left of the middle
    Posts
    1,184
    Originally posted by optic_pro1430
    Vibe666, you are correct. You can convert FAT16/FAT32 to NTFS, but you cannot do it the otherway. So you can't convert FAT16/FAT32 to NTFS, but you can do it the otherway.
    you just contradicted yourself there optic_pro1430.

    To clear that up:

    You CAN convert FAT16/FAT32 to NTFS from within WinXP, but you CAN'T convert NTFS back into FAT16/FAT32 afterwards.

    All is not lost however, as you can still use Partition Magic 7 (not sure about earlier versions) to convert it back as long as you have plenty of free space on the disk for PM to move data around while it converts it.

    ***viBe***
    The Sysopt.com Users 2002 SETI@home team website is now ONLINE!!! WooHoo. It can be found at www.setiteam.com. If you would like to contribute to the site or the team have a look HERE
    FREE POP3 & Web based e-mail for all active members yourname@setiteam.com 5MB attachments!!! Come get some
    ***viBe***
    "Unthinking respect for authority is the greatest enemy of truth."
    - Albert Einstein

  7. #22
    Senior Member dmoltrup's Avatar
    Join Date
    Jan 2002
    Location
    Mattydale, NY
    Posts
    870
    Originally posted by Optimus Prime


    when i run a DOS program it comes up with something like

    c:\windows\himem.sys... then a few seconds later goes

    INCORRECT DOS VERSION
    INCORRECT DOS VERSION
    INCORRECT DOS VERSION

    three times like that, then quits... strange eh?
    DOS used to do that when running a BATch file. The problem was caused by not leaving a blank line at the end of the BATch file. If the EOF (end of file) character was placed directly after the last command in the file, the infamous triple message would show up. It would usually look like:

    C:\GAMES\FLIGHTSIM\>
    C:\GAMES\FLIGHTSIM\>
    C:\GAMES\FLIGHTSIM\>

    ....Or whatever your particular DOS prompt looked like.

    If your bach file looked like:

    Code:
    @echo off
    cls
    C:\GAMES\FLIGHTSIM\FLIGHTSIM.COM /640 /16 /SB
    It would show the prompt or error code three times, because there is no blank line at the bottom of the file. Kind of weird.
    blah.

  8. #23
    Member
    Join Date
    Jul 2002
    Location
    Rockingham, Australia
    Posts
    329
    you just contradicted yourself there optic_pro1430.
    DOH!

  9. #24
    Member
    Join Date
    Feb 2001
    Location
    Brooklyn NY
    Posts
    74
    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •