Jump to content

NTFS write support in 10.0 CE


garudad
 Share

Recommended Posts

writing to NTFS is extremely experimental (hence very dangerous), so most distributions do not allow it. you may be able to do it as root, but _it is highly suggested that you dont_, you could corrupt and or lose data. if you can't do it as root, you would have to compile your own kernel to add the support...

Link to comment
Share on other sites

add what? reading or writing?

 

from what i've read, the 2.6 kernel (which is default in MDK 10) supports -limited- writing to NTFS partitions. This indicates it's still not fully functional.

 

either way, you may find this of interest:

http://www.jankratochvil.net/project/captive/

Edited by tyme
Link to comment
Share on other sites

Linux has been able to read ntfs for awhile, but writing is still experimental and off by default. Why, you ask?

 

 

Microsoft has changed the NTFS spec at least 5 times now. Each time it's changed it has to be reverse engineered and the changes backported so the new ntfs read/write code doesn't break the code for older versions of NTFS. The problem is that NTFS is a moving target. It's hard to RevEng something that keeps mutating all the time. Fat32 and all the other filesystems (there are dozens) that linux can read/write to are all dead or stable.

 

The fault lies not with linux developers but with big M themselves.

Link to comment
Share on other sites

Currently Linux's NTFS support so i've heard somewhere is limited to editing existing files and not creating new ones, and these file's lengths may not change.

It is also capable of deleting files.

 

It can do the above with high risk to your NTFS partition.

 

So if you are feeling suicidal and wanna remove windows the fun way by corrupting it file by file -- Go for it!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...