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 ...
- 04-01-2009 #1Just 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
- 04-01-2009 #2Linux 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.
- 04-01-2009 #3
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.
Then mount it.Code:sudo mkdir /media/Vesperia
If you get no error, then it was successful and your files will be at /media/VesperiaCode:mount -t ntfs-3g /dev/sdb1 /media/Vesperia -o force
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.
- 04-01-2009 #4Just 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


