LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-15-2004, 12:13 PM   #1
Sul
LQ Newbie
 
Registered: Aug 2004
Location: In the basement.
Distribution: OpenSuSE 10.2 x84-64
Posts: 29

Rep: Reputation: 15
linux and ntfs support


I was wondering why linux doesn't yet support writing to ntfs partitions - is this a simple case of programmers not yet getting to writing drivers for that?

I googled a bit and read around and was wondering - are these the only guys trying to write ntfs drivers: linux-ntfs.sf.net?
 
Old 08-15-2004, 12:28 PM   #2
comp12345
Member
 
Registered: Feb 2004
Posts: 467

Rep: Reputation: 30
Maybe you should search a little harder. Countless threads already that deal with this.

http://www.jankratochvil.net/project/captive/
 
Old 08-15-2004, 12:48 PM   #3
Dialore
Member
 
Registered: Aug 2004
Location: Toronto, Canada
Distribution: Debian, Mandrake, Fedora
Posts: 38

Rep: Reputation: 15
I think that the main reason is Microsoft being opposed to such a project and not disclosing the technical information needed to implement an open-source driver. The link above points to a project that uses native MS ntfs.sys driver, which is not open-source. And it is unclear whether it is legal to use the driver this way.
 
Old 08-15-2004, 02:28 PM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hey guys

have a look at the kernel
linux kernel suppport NTFS filesystem
u need to compile it according to ur needs

the distro u r using does not provide a kernel supporting NTFS FS ,so get to the source of the kernel and compile it for NTFS read and write support
i have my working

regards

gaurav
 
Old 08-15-2004, 03:03 PM   #5
Ikana
LQ Newbie
 
Registered: Aug 2004
Distribution: FreeBSD 4.10, Fedora Core 2
Posts: 11

Rep: Reputation: 0
If you are able to mount an ntfs partition and you choose to do so, you should be careful. I hear that writing to ntfs partitions can damage them.
 
Old 08-15-2004, 03:40 PM   #6
Sul
LQ Newbie
 
Registered: Aug 2004
Location: In the basement.
Distribution: OpenSuSE 10.2 x84-64
Posts: 29

Original Poster
Rep: Reputation: 15
I've got SuSE 9.1, it mounts the ntfs partitions but sets them to read only...
 
Old 08-15-2004, 03:57 PM   #7
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
this is because either u mounted them with read permissions or ur kernel has support only for read permission
u need to compile ur kernel for write support
this is there in the 2.6 kernel

regards
gaurav
 
Old 08-15-2004, 04:02 PM   #8
Sul
LQ Newbie
 
Registered: Aug 2004
Location: In the basement.
Distribution: OpenSuSE 10.2 x84-64
Posts: 29

Original Poster
Rep: Reputation: 15
Oh - I was just stating that it mounts it as read only. I'm not too bothered about write support since it'll damage ntfs partitions.
 
Old 08-15-2004, 06:18 PM   #9
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
writeing ntfs nolonger damager the partiton,, but it is limited to few tasks... its almost useless.
 
Old 08-15-2004, 09:57 PM   #10
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by qwijibow
writeing ntfs nolonger damager the partiton,, but it is limited to few tasks... its almost useless.
hey
can u lease elaborate what do u intend to say by the above

regards
gaurav
 
Old 08-15-2004, 10:03 PM   #11
comp12345
Member
 
Registered: Feb 2004
Posts: 467

Rep: Reputation: 30
The driver that comes as part of the kernel can only modify existing files without changing the file size. No creating new files or adding new data. Which is to say it is quite useless. The Captive NTFS driver is the only solution available right now that has any practical use.
 
Old 08-15-2004, 10:16 PM   #12
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
Quote:
Originally posted by comp12345
The driver that comes as part of the kernel can only modify existing files without changing the file size. No creating new files or adding new data. Which is to say it is quite useless. The Captive NTFS driver is the only solution available right now that has any practical use.
if such is the case with NTFS driver then i think it is quite useless.
i will also check for the above after i get my kernel recompiled

regards
gaurav
 
Old 08-19-2004, 02:47 AM   #13
ThePenguin
Member
 
Registered: Sep 2003
Location: GA, US
Distribution: RedHat 9.0
Posts: 50

Rep: Reputation: 15
Quote:
Originally posted by comp12345
The driver that comes as part of the kernel can only modify existing files without changing the file size. No creating new files or adding new data. Which is to say it is quite useless. The Captive NTFS driver is the only solution available right now that has any practical use.
But you can copy/paste across partitions!
So copy/paste, delete ntfs partition and make it FAT32 so nt and linux both can see it if you ever decide to use windoze again.

I am trying to do it so I can have a dependable storage drive ^^

edit: FAT32 is good for writing and reading i think for linux, that is why i say this -_-
 
Old 08-19-2004, 10:09 AM   #14
Sul
LQ Newbie
 
Registered: Aug 2004
Location: In the basement.
Distribution: OpenSuSE 10.2 x84-64
Posts: 29

Original Poster
Rep: Reputation: 15
I just created a "share" partition so I can share my thunderbird email profile amongst both operating systems, and also use that share for similar things.
 
Old 08-19-2004, 12:48 PM   #15
johngalt
LQ Newbie
 
Registered: Aug 2004
Location: 3rd Rock
Distribution: Jackass! Gentoo (P4) and Xubuntu (Celeron 366)
Posts: 13

Rep: Reputation: 0
I still boot into Windows XP, adn there is no way in Hades that I am going to convert that to FAT32....

Plus, I have a 40 GB partition with music in it and nowhere to put it as a backup - I really loathe trying to convert it back to FAT32 and possibly messing up the partition and losing all that entertainment - so I think I will leave it as an NTFS partition as well. And this in spite of hte fact that I trust Partition Magic implicitly with my partitioning needs....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NTFS support for linux-2.6.9(fedora) gangaraju Fedora 1 11-15-2005 05:14 AM
NTFS support in Linux bd1308 Linux - General 2 08-30-2005 04:23 PM
ntfs support for linux MisterESauce Linux - Software 3 02-07-2005 12:18 AM
NTFS write support in LINUX ? Menestrel Linux - Newbie 4 11-20-2004 02:42 AM
NTFS Support in Linux Kernel bluethundr Linux - Newbie 1 07-24-2003 11:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration