LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-17-2007, 06:00 PM   #1
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Rep: Reputation: 15
read and write NTFS, opinions wanted


I searched and read posts about this issue, and I am not sure there is a consensus as to whether its a good thing to do or not.

Personally, I would never try to write to my Win2000 system partition. Too risky, and no real need, but my storage/data drives are both over 100G and I have no choice but to use NFTS, since in typical M$ fashion, FAT32 is good into the terrabytes, but there seems no way to format them as such :-) This really cuts down on my options from Linux, and sharing stuff between the two systems.

Is writing to NTFS proving to be reliable? I was at sourceforge, and not sure what the real world thinks of the project, so I am curious if folks have anything good or bad to say about it.

Heck, I would settle to know how to format my large drives FAT32, but I don't wish to drag a M$ topic into the forum.

Any recommends or suggestions, for my open Suse 10.2 system and writing to ntfs filesystems?

Thanks.

John
 
Old 02-17-2007, 06:04 PM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
I don't quite get why you are having a format issue. I used to have a 150Gb partition as FAT32 for exactly the reasons you want one. I would assume I'd done the formatting from Windows. Mind you, it was over 12 months ago, so a don't recall the details
 
Old 02-17-2007, 06:21 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
SuSE has ntfsprogs and ntfsprogs-fuse packages. There is a manpage for mount.fuse-ntfs.
 
Old 02-17-2007, 06:24 PM   #4
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Using ntfs-3g is proving 100percent reliable for both read and write according to their site. If you every have an issue they want to know.

Brian
 
Old 02-17-2007, 06:28 PM   #5
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
Everything I've read has said that the new nfts-3g driver provides reliable read-write ability. I've never had an ntfs drive of my own to use it on however, so I can't confirm this directly. There may still be some limitations I haven't heard about.

The 32GB maximum file size for FAT32 is an arbitrary limitation of the MS format utility. mkdosfs is usually used to create dos/fat filesystems from Linux, and I'm not aware of any problems using it for formatting large drives. But even if FAT32 can technically be used on large disks, I don't think it works that well, at least not compared to more advanced journaling file systems. Wikipedia mentions that FAT32 becomes very inefficient beyond 32GB. Also, FAT32 has a 4GB file size limit, making it unsuitable for things like large media files and DVD images.

I'd say your best bet is to go ahead and try out the ntfs-3g driver, or else switch over to ext3 and install the Windows drivers available for it.
 
Old 02-17-2007, 07:42 PM   #6
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by billymayday
I don't quite get why you are having a format issue. I used to have a 150Gb partition as FAT32 for exactly the reasons you want one. I would assume I'd done the formatting from Windows. Mind you, it was over 12 months ago, so a don't recall the details
Well, as I said, don't wanna stuff this place full of M$ :-) but XP and win2K cannot format a FAT32 drive bigger than 32G. I didn't make it up, <g> its all over the net, and M$'s site, so if you were able to, I would call that an interesting anomaly, as when I try to format a 120G, it tries, and fails at the end, with the error message that M$ says is related to formatting more than 32G. I believe I read that Win98 can do bigger ones. Just another example of why I would like to roll away from windows one of these days.... :-)

Thanks

John
 
Old 02-17-2007, 07:46 PM   #7
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jschiwal
SuSE has ntfsprogs and ntfsprogs-fuse packages. There is a manpage for mount.fuse-ntfs.

Thanks, I will check it out

John
 
Old 02-17-2007, 07:47 PM   #8
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Brian1
Using ntfs-3g is proving 100percent reliable for both read and write according to their site. If you every have an issue they want to know.

Brian
Thanks. Here goes nothing! :-)

That will help me make the changeover more smoothly.
 
Old 02-17-2007, 07:47 PM   #9
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
I may have done it from Linux. As I said, it was a year back. I don't even have the partition anymore as I wanted to add a couple more distros
 
Old 02-18-2007, 10:05 AM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Windows can use larger than 32gig partitions. They just can't create them. You can create one under linux. Many post on that on google.

Brian
 
Old 02-18-2007, 10:19 AM   #11
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Brian1
Windows can use larger than 32gig partitions. They just can't create them. You can create one under linux. Many post on that on google.

Brian

I do believe that is exactly what I said......
 
Old 02-18-2007, 11:51 AM   #12
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I read so many post I forget what has been said when they start to get this long. Worst when you work with some that are over 30post long.

I think what happened is I posted that post to yours and it should have been on a different one.

Brian
 
Old 02-18-2007, 01:08 PM   #13
jbrush
Member
 
Registered: Dec 2003
Posts: 105

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Brian1
I read so many post I forget what has been said when they start to get this long. Worst when you work with some that are over 30post long.

I think what happened is I posted that post to yours and it should have been on a different one.

Brian
No big, just the usual stuff out of Redmond, goofing everyone around and around :-)

Thanks Brian.

John
 
Old 02-19-2007, 05:40 PM   #14
husten
Member
 
Registered: Apr 2006
Distribution: sabayon, opensuse
Posts: 56

Rep: Reputation: 16
I installed the NTFS reader/writer from Paragon on someone's PC. Had to shell out $30 or 40? - but it works painlessly and stable. We "wine" some bits and pieces from the NTFS drive.
Had to be mounted by hand. fstab is not straightforward in Suse anymore, mounting has now it's own life (proc...) but I worked it out. Can't remember how.
 
Old 02-22-2007, 04:21 PM   #15
nightshade_1977
Member
 
Registered: Nov 2006
Location: Clarksville, VA
Distribution: Linux Mint, Ubuntu Server
Posts: 114

Rep: Reputation: 15
I am dual booting with suse 10.2 and winxp I have a 100GB HD formatted ext3 and with the windows driver ext2IFS that you can DL here I have no problems with reading or writing from either OS. I have been running this for about 2 months now without fail
this also makes mounting easier since it's a linux FS


plus it's free

Last edited by nightshade_1977; 02-22-2007 at 04:22 PM.
 
  


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
How to get NTFS read write support? arindom Linux - Newbie 32 02-17-2007 09:47 AM
Read/write to ntfs from knoppix dosnlinux Linux - Newbie 6 06-10-2005 02:35 PM
read/write ntfs partitions!!!! mlu Linux - Software 2 01-20-2005 01:42 PM
Mounting NTFS read-write fredws Linux - Newbie 19 08-16-2003 04:11 PM
NTFS Read Write Snabber Linux - Newbie 1 12-23-2002 06:42 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 12:53 AM.

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