Announcement

Collapse
No announcement yet.

Cannot mount external ntfs hard disk

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    He says he did.
    Originally posted by Bob Nelson View Post
    I formatted two external hard disks (Western Digital 5To and HGST 1To) as ntfs using gparted.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #17
      Yes. Formatted with gparted.

      Comment


        #18
        2 times I had problems with ntfs, and 2 times, ntfsfix cured the problem. ntfsfix may already be installed in terminal, if not.
        sudo apt install ntfs-3g -y
        Then you point the command to the ntfs drive.
        sudo ntfsfix /dev/sdX1 (sdX1 is a example, your drive should be found and entered in that place)
        lsblk command will show you the drives.
        As always, there are way more experienced users here than myself, I would wait for their input also.

        Comment

        Working...
        X