Find the answer to your Linux question:
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 ...
  1. #1
    Just 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

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  3. #3
    Just 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...