Announcement

Collapse
No announcement yet.

ntfsmount not found

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ntfsmount not found

    I am on Gutsy and ntfsprogs is installed. In terminal I enter "sudo ntsfmount /dev/sda2 /windata" and get "command not found". Could anyone help?

    #2
    Re: ntfsmount not found

    Try it this way:

    Code:
    sudo mount -t ntfs-3g /dev/sda2 /windata

    Comment


      #3
      Re: ntfsmount not found

      I read that ntfsprogs (containing ntfsmount) is newer and better. Whats your take?

      Comment


        #4
        Re: ntfsmount not found

        It's been 6 months since I needed to mount a ntfs formatted USB stick, but ntfs-3g was perfectly functional at that time. I assume it still is ...

        Comment


          #5
          Re: ntfsmount not found

          When I try yr suggestion, I get:
          mount: according to mtab, /dev/sda2 is already mounted on /windata
          (I guess my previous try was successful). However , when I look in windata with Krusader or Dolphin, they shows no files. Any ide what is going on?

          Comment

          Working...
          X