Can not mount USB Drives on one of my Ubuntu 7.10 laptop

Asked by Sean

I have problem with all usb external drives. I was able to force mount. I am able to mount and un-mount the devices on a another ubuntu 7.10 laptop (this is automated except for the dismount I just right click and click Unmount volume. The other problem I am having is that I can not un-mount it once it is force mounted?

I get this error
Cannot unmount volume
The volume 'WDC USB2' is not mounted.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Sean (sclapshaw) said :
#1

It is however mounted I can double click on it and create a folder.

Revision history for this message
Jim Qode (jimqode) said :
#2

What do you mean by force mount?

Revision history for this message
Sean (sclapshaw) said :
#3

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

Revision history for this message
Jim Qode (jimqode) said :
#4

What does it do if you dont use the -o force option?

Revision history for this message
Sean (sclapshaw) said :
#5

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

fuse: mount failed: Device or resource busy
FUSE mount point creation failed
Unmounting /dev/sdb1 (WDC USB2)

However the device is still mounted? I have not unplugged it yet!

Revision history for this message
Sean (sclapshaw) said :
#6

Ok so when I type this in the terminal it unmounts

sudo umount /media/hd-ntfsWD

Revision history for this message
Sean (sclapshaw) said :
#7

Ok so I unplugged it then plugged it back in go the same error as always about unable to mount.

then I type sudo mount -t ntfs-3g /dev/sdb1 /media/hd-ntfsWD in termal and it popped open a window and mounted the driver?
Do you think my auto mounting is messed up and if that's it how do i fix it? :)

Revision history for this message
Sean (sclapshaw) said :
#8

I've tried everything I can think of. I am going to format the drive
and see if that helps but I could use some suggestions!

Sean

Revision history for this message
Jim Qode (jimqode) said :
#9

probably a problem with hald. from a terminal: sudo gedit /etc/fstab

add this line to the end:
/dev/sdb1 /media/hd-ntfsWD ntfs-3g defaults,user,noauto,rw

Can you help with this problem?

Provide an answer of your own, or ask Sean for more information if necessary.

To post a message you must log in.