Jump to content

ntfs-3g and ntfs-config


Yankee
 Share

Recommended Posts

I have looked all over and I find users having a problem with this but they install ntfs-config and then write to ntfs drives. No so for me. I installed ntfs-3g and ntfs-config and all went well. Until I tried to read a drive. It won't let me. It only works if I am root user. I didn't try to write because oh this problem. I'm running 2007.1 and can't figure this out. I tried to change permissions and it won't let me do that either.

 

Open for suggestions.

 

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Have you tried unmounting it via the mcc? Here's a link about changing permissions, go to this section 4.9 How do I change the permissions of a mounted NTFS Volume? http://www.linux-faqs.com/faq/misc/ntfs.php#4.9

Edited by {BBI}Nexus{BBI}
Link to comment
Share on other sites

Ok, at http://www.linux-ntfs.org I found out I should use ntfsprogs as ntfs-3g is obsolete. I still can't change permissions. I can't unmount it to try and mount it read/write etc.

It seems to me that both projects are pretty much alive.

http://www.ntfs-3g.org/ was updated less than a week ago and comes as an option with Mandriva, so that's what I will stick to.

Link to comment
Share on other sites

Here's what I have done to add read/write capabilities to my NTFS drive:

 

$ sudo /etc/fstab

/dev/sda5 / ext3 noatime 1 1

/dev/sda7 /home ext3 noatime 1 2

/dev/cdrom /media/cdrom auto umask=0022,users,iocharset=utf8,noauto,ro,exec 0 0

/dev/sda1 /mnt/windows ntfs-3g rw,nls=utf8,umask=0222,uid=myuser,gid=myuser 0 0

none /proc proc defaults 0 0

/dev/sda6 swap swap defaults 0 0

 

where myuser is my actual Linux user name. That will restrict any other user to read-only access (umask=0222) but will give myuser ownership of the files in the mounted partition.

 

Regards,

Link to comment
Share on other sites

Ok, at http://www.linux-ntfs.org I found out I should use ntfsprogs as ntfs-3g is obsolete. I still can't change permissions. I can't unmount it to try and mount it read/write etc.

 

If you read more carefully, you will see that this applies for ntfsprogs 2.0.0, which is still not a part of many Linux distros.

Notice also that performance-wise ntfsprogs is ***STILL*** slow+ somewhat buggy, and for that reason ntfs-3g is the recommended way to go. After all, the new ntfsprogs is nothing more than a fuse module, pretty much like ntfs-3g.

Factly, I do not think ntfs-3g has been obsoleted at all... probably the opposite applies.

Edited by scarecrow
Link to comment
Share on other sites

Well, get a heavy weight in there and there ya go...

 

So I'm working with ntfs-3g now and still having problems. I read so much I forgot what was for what. After a brain rest I'm going to go back and take a fresh look at it and probably get it. It won't let me change permissions and I edited fstab and changed the 222 to 7777 and it was all forbidden. I must have read it wrong. I'm going to check out what fercho has to say above after some rest.

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...