Results 1 to 3 of 3
Hi All,
I will be great if someone helps me to know how to access NTFS partition in CentOS 64 bit. I tried with google and could mount the partition ...
- 12-16-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 59
Access NTFS partition in CentOS 64bit
Hi All,
I will be great if someone helps me to know how to access NTFS partition in CentOS 64 bit. I tried with google and could mount the partition but read/werite operation is too slow.
Please suggest a better way!
Thanks in advance!
-Savook
- 12-16-2009 #2
Which command did you execute to enable read/write access?
Are you using ntfs-3g package?
Code:mount -t ntfs-3g /dev/<partition> /<mount-point> -o defaults,umask=0
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-21-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 59
Does fuse and ntfs-3g are different?
When I run rpm -qa the out put I get is, fuse-2.7.4-8.el5
Best regards,
Savook


Reply With Quote