Format as NTFS without Journal

Posted by palswim on Super User See other posts from Super User or by palswim
Published on 2012-12-06T18:19:06Z Indexed on 2012/12/07 5:09 UTC
Read the original article Hit count: 374

Filed under:
|

I have a flash drive that I'd like to format for use in Windows. I would like support for symbolic links, so I can't use FAT/FAT32/exFAT.

I would prefer to use the ext4 filesystem and disable journaling, with the Ext2Fsd filesystem driver, but have (so far) found that I can't make soft links across filesystems that Windows will read, Ext2Fsd has an annoying bug about always mounting partitions as read-only and has problems resuming from sleep, and some programs have problems writing to the partition even after manually configuring Ext2Fsd to allow writes.

So, I would like to use NTFS for the flash drive, but disable the journaling feature (causes extra writes), if possible. How can I do this?

© Super User or respective owner

Related posts about ntfs

Related posts about formatting