82
Current state of NTFS compatibility?
(reddthat.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I have one SSD which I use as a data drive between both Linux and Windows. I used to run Steam games from it, but there were some small problems sometimes, so nowadays I just use it as a storage.
Generally it works just fine, but sometimes Windows does something weird with it especially when running updates, so that Linux can't mount it. During those times I just have to boot to Windows desktop and then come back to Linux and it usually mounts again. If you totally get rid of Windows, I don't think this will happen to you though.
Windows doesn't shutdown completely anymore, instead it's more similar to hibernate by default. For ntfs-3g (userspace/fuse ntfs driver) there's the
remove_hiberfile
option, which deletes the file and might delete some temporary data. I've personally never lost unsaved data because of this, but I closed apps before rebooting anyway. It's not recommend though and might not be available for the ntfs kernel driver.[1] https://askubuntu.com/questions/145902/unable-to-mount-windows-ntfs-filesystem-due-to-hibernation#145904