Mount external harddrive

Asked by Chris L

I used to be able to mount my Seagate Freeagent Goflex hard-drive by just plugging it in, however for some reason the system recognizes that it is there, but won't automount it. I can force mount it by using this code

sudo mount -t ntfs-3g /dev/sdb1 /media/hd-ntfs

But it is a little inconvenient to try to force mount and unmount everytime. It is a NTFS drive and I am running Ubuntu 10.10 x64. Here is the output when I try to mount using disk utility.

Error mounting: mount exited with exit code 1: helper failed with:
mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail or so

So in other words it appears that a "superblock became enabled." Thanks for your time.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Solved by:
Chris L
Solved:
Last query:
Last reply:
Revision history for this message
marcus aurelius (adbiz) said :
#1

if it is recognized, then there's no problem.
the drive mounts the first time it is accessed.

Revision history for this message
Larry Jordan (larryjor) said :
#2

     Would love to just second guess this until I get it for you, but truth is you need to read the man page for mount and update /etc/fstab to get it to automount. It sounds like you are able to do this, on your own (you sound like a smart enough geek), but I will subscribe to this to try to assist you as much as I can.

Revision history for this message
Chris L (racerxpa7777) said :
#3

I just reloaded the OS. it was buggy. Thanks for your help.