Windows 10: NTFS - time for Ms to create new file system ?

Discus and support NTFS - time for Ms to create new file system ? in Windows 10 Performance & Maintenance to solve the problem; Hi there I posted recently about how slow NTFS was when you were copying large amounts of data - especially if the data consisted essentially of... Discussion in 'Windows 10 Performance & Maintenance' started by jimbo45, May 30, 2016.

  1. jimbo45 Win User

    NTFS - time for Ms to create new file system ?


    Hi there

    I posted recently about how slow NTFS was when you were copying large amounts of data - especially if the data consisted essentially of zillions of small files.

    Here's a reliable test which amply demonstrates that it really is time for Ms to at least consider re-writing the NTFS file system - especially as more and more of even HOME users have increasing amounts of data. The problem isn't per se in the maximum capacity of the file system but the way the I/O is performed.

    Here's a brief image


    NTFS - time for Ms to create new file system ? [​IMG]


    For those interested the article is here

    Linux 4.0 Hard Drive Comparison With EXT4 / Btrfs / XFS / NTFS / NILFS2 / ReiserFS - Phoronix

    Cheers
    jimbo

    :)
     
    jimbo45, May 30, 2016
    #1
  2. alex80386 Win User

    How to install ovi suite to D drive?

    Does your operating system support NTFS junction points or NTFS symbolic links?

    NTFS junction point - Wikipedia



    If it does, then you can create D:\programs\nokia

    Then move all files under C:\program files\nokia to D:\programs\nokia

    Then under C:\program files create NTFS junction point (or symbolic link).

    This NTFS junction point should be called Nokia and point to new folder D:\programs\nokia

    Remember to follow the advice in the wiki link regarding protecting junction points using NTFS ACLs.



    Once the new folder and NTFS junction point is created, when you install software to C:\program files\nokia the files get written to D:\programs\nokia
     
    alex80386, May 30, 2016
    #2
  3. Stopcode Loop NTFS FILE SYSTEM to FAT FILE SYSTEM

    My laptop is stuck in a loop on startup, I get the stopcode NTFS SILE SYSTEM it then starts an automactic repair and restarts but then gets stopcode FAT FILE SYSTEM again it starts an auto repair and restsarts but gets the NTFS stopcode again. I have
    used themedia creation tool to create a USB drive and adjusted the BIOS to use the USB but it is till running into the same loop.
     
    Spencer Barber, May 30, 2016
    #3
  4. NTFS - time for Ms to create new file system ?

    TairikuOkami, May 30, 2016
    #4
  5. jimbo45 Win User
    Hi there
    that could be true - however most people seem to think that NTFS isn't a particularly efficient file system anyway. Ms were working on a newer system --they use some type of new file system when you use Pooled volumes (use a group of volumes as a Single storage space). That could be an avenue for Ms to persue.

    Cheers
    jimbo
     
    jimbo45, May 30, 2016
    #5
  6. Mystere Win User
    Mystere, May 31, 2016
    #6
  7. fdegrove Win User
    Hi,

    ReFS is still not implemented in consumer systems as far as I know.

    NTFS is slow because it emphasizes security and data integrity.
    Any way you turn it, it all comes down on what you want to compromise really.

    Add a myriad of small files to be copied (meaning opening and closing every single one of them) and Windows wanting to check every file viruses and god knows what plus the fact that actions such as copying, moving and other file actions aren't high on the priority list, you inevitably end up with a long waiting time.
    A time depending on your CPU, chipset, whatever.

    All in all I find copying/moving file I W10 slow. I.e. way below what the hardware is capable of. it would be nice if we or W10 could set the priority of the file handling task to high when nothing else is running or demanding priority.

    Cheers, *Wink
     
    fdegrove, May 31, 2016
    #7
  8. swarfega Win User

    NTFS - time for Ms to create new file system ?

    There was talk of Windows getting ReFS years ago but nothings happened.
     
    swarfega, May 31, 2016
    #8
  9. Mystere Win User
    ReFS is built into Windows 8.x and up. It's used by StorageSpaces for instance, but can also be enabled for normal drive usage, though it cannot be a boot volume.

    How You Can Try the New Resilient File System for Windows

    Having said that, ReFS will probably take 10 years before it's ready to replace NTFS, just like NTFS took a number of years before it replaced FAT(32).

    ReFS does not perform well (yet) on every condition, and in at least one case (sequential writes) it can be very slow. But I imagine that will change over time.

    SQL Server and ReFS: Part 2 FIO Benchmarking NTFS vs. ReFS | Exchange Spill

    I was really just commenting that Microsoft was already doing what Jimbo was suggesting. It doesn't mean it's ready to be used as a primary filesystem yet, but it's being done.
     
    Mystere, May 31, 2016
    #9
  10. jimbo45 Win User
    Hi there

    I'm willing to have a go with this on a test system -- note using this on a VM isn't actually a good test since VM itself will use its own I/O (from the HOST system) to perform Disk transfers. (Assuming that they use something like VBOX or VMWARE VM software).

    I'll see if I can test this out on a REAL machine with a whole slew of small files (the most difficult for efficient and fast data transfer).

    As to File / Data Integrity --I haven't ever lost data with Linux EXT3/EXT4 or XFS - journalling system usually keeps file system pretty safe -- of course if Hardware goes defective that's another issue). I haven't lost data either with NTFS or even FAT32 so I don't think data integrity of the basic file system is a problem.

    A good thing with Linux file systems though is you don't need things like GPT or MBR -- the GPT system always creates a small "Microsoft reserved partition " - when you mount a GPT disk in Linux it always shows for example as /dev/sdd and /dev/sdd1 where /dev/sdd1 is the data partition and /dev/sdd shows up as something like a 500 MB "Microsoft reserved basic partition". With things like EXT4 / XFS you can create a single partition file system (mkfs.xfs /dev/sdd -f) which creates a file system on the entire HDD no matter what the size is.

    Of course Ms need to support legacy file systems but it's time now to get really efficient file I/O as HDD's become HUGE - and faster. !! SSD's while great aren't going to replace spinners for large data capacities just yet --especially when for example you can get fast 5TB 7200 RPM HDD's with 128 MB Cache for around 110 EUR / 120 USD a pop. !!!

    Cheers
    jimbo
     
    jimbo45, May 31, 2016
    #10
  11. ThatMouse Win User
    I've been using ReFS on my Windows 10 box for over 6 months now and have had no problems. I set it up using Storage Spaces, and it uses two 5TB WD Blacks as a mirror. My decision to use this was I want to run Windows software, but wanted ultimate redundancy. I've heard of files going bad silently due to bad blocks and such. ZFS is supposed to prevent this, but it is next to impossible to find Skylake motherboards that support ECC memory (a ZFS requirement). I can run a HD Tune on it if anyone wants the stats.
     
    ThatMouse, Apr 4, 2018
    #11
Thema:

NTFS - time for Ms to create new file system ?

Loading...
  1. NTFS - time for Ms to create new file system ? - Similar Threads - NTFS create file

  2. NTFS FILE SYSTEM

    in Windows 10 Gaming
    NTFS FILE SYSTEM: Hey, I'm facing an error while starting my PC, ill explain in details. My Bluetooth driver wasn't working so i turned off and on my pc for a few times and after that, I'm facing blue screen everytime i try to turn on my PC, it turns on, window logo for a few seconds then blue...
  3. NTFS FILE SYSTEM

    in Windows 10 Software and Apps
    NTFS FILE SYSTEM: Hey, I'm facing an error while starting my PC, ill explain in details. My Bluetooth driver wasn't working so i turned off and on my pc for a few times and after that, I'm facing blue screen everytime i try to turn on my PC, it turns on, window logo for a few seconds then blue...
  4. NTFS FILE SYSTEM

    in Windows 10 BSOD Crashes and Debugging
    NTFS FILE SYSTEM: Hey, I'm facing an error while starting my PC, ill explain in details. My Bluetooth driver wasn't working so i turned off and on my pc for a few times and after that, I'm facing blue screen everytime i try to turn on my PC, it turns on, window logo for a few seconds then blue...
  5. NTFS File System

    in Windows 10 BSOD Crashes and Debugging
    NTFS File System: I had a virtual machine running on a customer's computer, and I needed to reinstall it. I removed the drive from the computer so I could copy a new VHD from my laptop to the drive. IIt kept telling me that the recycle bin on the drive was corrupt and would not let me copy...
  6. NTFS File System Stopcode

    in Windows 10 Network and Sharing
    NTFS File System Stopcode: Hello, I know that this topic has been discussed in several threads in this community but in my case it wasn't the solution. In best way someone has already a link to the solution and will guide me. Description of my issue: Hardware of my device is fully OK. My OS...
  7. NTFS vs BTRFS please Ms new file system wanted

    in Windows 10 Performance & Maintenance
    NTFS vs BTRFS please Ms new file system wanted: Hi there Isn't now about time that Ms started implementing a far more robust, faster and resilient file system with decent jounallinhg -NTFS has been around for so many years now that I'm amazed it is still the main FS for Ms. What's wrong with trying out some of the more...
  8. NTFS File System Permissions

    in Windows 10 Network and Sharing
    NTFS File System Permissions: Hello, I want to start by saying please answer my exact question... I've noticed in other questions on the forum that Microsoft Techs, try to avoid answering this and not really having anything useful to add to the specific question. So I'll state here that if you are not...
  9. ntfs file system error

    in Windows 10 Installation and Upgrade
    ntfs file system error: can anyone tell me how to get past ntfs file system error page as ive watched all the vids on youtube and nothing works just keeps going onto automatic repair continuosly, wish i had never upgraded to windows 10 all ive had is prolems so i hope microsoft realise what they...
  10. Exfat file system Vs NTFS file system...

    in Windows 10 Drivers and Hardware
    Exfat file system Vs NTFS file system...: Hi all, Here is a critical problem i have faced. I have inserted my pendrive in an laptop with OS X. As it was in ntfs format the data were shown but writting into this couldn't be done. So I format it to exfat format to get some data. When I insert it into my laptop it was...