Find the answer to your Linux question:
Results 1 to 4 of 4
I just installed Ubuntu to replace XP Pro earlier today, and when I went to mount my portable hard drive, I got this error message: I am not so sure ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19

    [SOLVED] New User - Cant mount external hard drive

    I just installed Ubuntu to replace XP Pro earlier today, and when I went to mount my portable hard drive, I got this error message:


    I am not so sure of what to do here...

    Help would be appreciated


    -ILC

  2. #2
    Linux User
    Join Date
    Sep 2008
    Location
    UK
    Posts
    353
    If you have windows still installed, boot to windows and then do a chldsk aand shutdown. The ntfs partition should mount.

    If you don't have windows, open a terminal, and run (as root) the second last option in the error message. (the 'force' option).
    I had a similar problem with suse and it said to use fsck with the -force option. This way at least the disk is checked for errors.

  3. #3
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome to Linuxforums.
    Have you tried to manually mount the drive as the error message shows?
    First make sure the mount point exist or create one. I changed it, so that there is no HD part anymore, just to simplify things.
    Code:
    sudo mkdir /media/Vesperia
    Then mount it.
    Code:
    mount -t ntfs-3g /dev/sdb1 /media/Vesperia -o force
    If you get no error, then it was successful and your files will be at /media/Vesperia
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    19
    Ahh thank you both.
    I am not familiar with using a terminal so when i tried before i may have made some errors somewhere... heh.

    It work now

Posting Permissions

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