Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can the Driver write to an NTFS volume, too?

driver NTFS volume write
0
10 Posted

Can the Driver write to an NTFS volume, too?

0

Not really, but if you only need to copy files from Linux to Windows on a dual-boot machine, see “How to write to NTFS” below for a possible way to work around the lack of write support. For write support in Linux, read on. There are two drivers, currently. The original driver, in 2.4 has some write code in it, but it is extremely dangerous to use it. The possibility of destroying your filesystem is very high. The new driver, introduced in 2.5.11, has some write code, but it’s very limited. The driver can overwrite existing files, but it cannot change the length, add new or delete existing files. Adding write support will take a long time. NTFS is built like a database. Any changes you make, necessitate making changes in many places, for consistancy. Make a mistake and the filesystem will be damaged, make too many mistakes and the filesystem will be destroyed. Also, the current developers are only working on NTFS as a hobby, during their free time. If you’d like to help, please email m

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.