LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-29-2006, 12:11 AM   #1
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Rep: Reputation: 30
How to get NTFS read write support?


I am running on Fedora Core 6 and I want to have write access to my Windows partition. I have already done the following steps :

a) yum -y install ntfs-3g (after in SU mode)
b) md /mnt/windows
c) Added the following line
/dev/hda1 /mnt/windows ntfs-3g rw,defaults,umask=0000 0 0

But the problem is when the system is booting up it is saying write permission error /dev/fuse.

Can anyone suggest me where I am going wrong?

Last edited by arindom; 12-29-2006 at 03:49 AM.
 
Old 12-29-2006, 08:08 AM   #2
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
Hi arindom
Run in a console as root :
ntfs-3g /dev/hda1 /mnt/windows

and tell the exact error messages you get.
 
Old 12-30-2006, 12:03 AM   #3
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Original Poster
Rep: Reputation: 30
Hello berbae,

Thanks for your suggestions. I have done as what you suggested and I got the following message.
-------------------------------------
Error opening partition device: Device or resource busy
Failed to startup volume: Device or resource busy
Failed to mount '/dev/hda1': Device or resource busy
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.
--------------------------------------

I think this is because I have already opened my /dev/hda1 as pre /etc/fstab entry, which is :
/dev/hda1 /mnt/windows ntfs ro,defaults,umask=0222 0 0

As I have mentioned earlier that I had tried loading ntfs-3g but the problem is when I am writing in the /etc/fstab as :
/dev/hda1 /mnt/windows ntfs-3g rw,defaults,umask=0000 0 0

I am getting an error while booting "write permission error /dev/fuse".

This is the problem. If you need any further information to help me solve this problem I will be posting that here.
 
Old 12-30-2006, 01:07 AM   #4
Kaname
LQ Newbie
 
Registered: May 2006
Posts: 15

Rep: Reputation: 0
This is what i have in my fstab (and it works!):

/dev/hda1 /home/kaname/Win/Sys ntfs-3g locale=hu_HU.utf8 0 0

I hope it helps.
 
Old 12-30-2006, 01:14 AM   #5
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Original Poster
Rep: Reputation: 30
Thanks Kaname, I will check that and let you know.
 
Old 12-30-2006, 01:52 AM   #6
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Original Poster
Rep: Reputation: 30
No same problem. It's not working.
 
Old 12-30-2006, 08:05 AM   #7
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
You wrote :
Quote:
I am getting an error while booting "write permission error /dev/fuse".
This is that error that I want exact details on.
So can you run in a console as root:
Code:
umount /mnt/windows
ntfs-3g /dev/hda1 /mnt/windows
and tell exactly all the error message.
also can you tell the results of these commands:
rpm -q ntfs-3g fuse
uname -r
lsmod|grep fuse
dmesg|grep fuse
 
Old 12-30-2006, 08:31 PM   #8
linux-goot
Member
 
Registered: Jun 2004
Posts: 60

Rep: Reputation: Disabled
removed by linux-goot (sorry, bad information for topic!).

Last edited by linux-goot; 12-31-2006 at 09:10 AM.
 
Old 12-30-2006, 08:48 PM   #9
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Unless you are trying to trash your ntfs partition you're better off to not write to it from your Linux partition. ntfs write support is still not perfected and you run a very real risk of creating some real problems for yourself.
 
Old 12-31-2006, 06:14 AM   #10
arindom
Member
 
Registered: Nov 2006
Location: India
Distribution: Ubuntu 21.04
Posts: 168

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by masonm
Unless you are trying to trash your ntfs partition you're better off to not write to it from your Linux partition. ntfs write support is still not perfected and you run a very real risk of creating some real problems for yourself.
That's an advise I would follow. No point in trying to trash my NTFS. Still I must thanks berbae for the help.
 
Old 12-31-2006, 08:16 AM   #11
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
masonm wrote:
Quote:
ntfs write support is still not perfected and you run a very real risk of creating some real problems for yourself.
Where have you seen that concerning the ntfs-3g project?
Though still in beta stage, it has reached very good liability.
Go to ntfs-3g.org for fresh news about the project.
Quote:
The driver currently is in BETA status, which means that no data corruption or loss has been reported during ordinary driver use, nor found in our extensive quality testing before release of the latest version, however we are aware of certain usability issues and driver limitations which are all documented and planned to be resolved in the future.
Many already use the driver and have found a real advancement in the resolution of the writing issue to ntfs partitions.
Also the driver is about to be integrated in several linux distros.
So I think the mansonm statement is obsolete presently or at least largely exaggerated about the risk.

Last edited by berbae; 12-31-2006 at 08:22 AM.
 
Old 12-31-2006, 09:29 AM   #12
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
As stated, that project is still in beta. While I have read some good things about it, I would not want to trust critical file systems to a beta (testing) project. But it's your system so do what you want.

If the project ever makes it to the stable package stage it may well a good thing. If it does it will eventually be incorporated into the ntfsprogs package. But, that said, beta is beta and any time one uses a package that is under development and testing they run a risk of problems. The standard disclaimer for any beta package is "use at your own risk".
 
Old 12-31-2006, 11:36 AM   #13
berbae
Member
 
Registered: Jul 2005
Location: France
Distribution: Arch Linux
Posts: 540

Rep: Reputation: Disabled
It's not a reason to use a very negative approach and to discourage other to use it by a FUD post.
"If the project ever makes it to the stable package stage" it will not be by your
contribution with such a view.
The actual beta stage is not caused by data corruption risks but only by "certain usability issues and driver limitations" which is far from "a very real risk of creating some real problems for yourself."
Good wishes to you nevertheless.
 
Old 12-31-2006, 04:23 PM   #14
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
FUD? You're kidding right? I was telling him the simple truth. It IS still in beta and it's only fair to tell a newbie that fact and what it means. There is in fact a risk any time one chooses to use a beta stage package and it's highly unfair to a newbie to not make certain that they are aware of that fact.

And while I don't know what contributions you have made to Linux over the years, I do know that I have made a good many of them, including helping to debug alpha and beta stage apps many times. But I have never tried to represent any beta package as 100% stable which is highly dishonest.
 
Old 12-31-2006, 09:34 PM   #15
igu
Member
 
Registered: Jan 2003
Distribution: Fedora, Gentoo, SUSE, Mandriva
Posts: 127

Rep: Reputation: 15
Arindom quite probably hit a SELinux bug which is explained here with the solution: http://www.ntfs-3g.org/support.html#selinux

Ntfs-3g is quite widely used already and there isn't anything wrong with its reliability. In fact, most distributions already replaced the "stable" captive-ntfs with the "beta" ntfs-3g because it's miles ahead both in reliability and speed.
 
  


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 Read/Write HOW-TO Guide aoryx Linux - Software 3 12-29-2006 08:27 PM
Does Linux support Read-Write in NTFS? hackerarchangel Linux - Newbie 3 09-25-2005 02:31 AM
How to enable read-write support on NTFS? theMonkeY Linux - Software 4 06-26-2004 12:23 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 - Newbie

All times are GMT -5. The time now is 10:16 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