LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 12-14-2008, 03:08 PM   #1
thebrainman
LQ Newbie
 
Registered: Dec 2008
Posts: 2

Rep: Reputation: 0
Exclamation Need Help, I unmounted external USB HDD, now will not mount


Hello All,

I am fairly new to linux (trying to transition away from MS Products) so I am at a bit of a loss here.

I have an external Maxtor USB Hard drive that have a host of files on that I need to use to transfer files from to my new openSuse 11 box. When I first plugged it in, it worked just fine. I transferred my first set of files and all was good.

HOWEVER, after the first transfer was complete I right clicked on the icon on the desktop, and hit "Unmount", because I thought that's what I should do before I physically removed the drive. Now, when I connect the drive to the system it does not show up and I really don't know what to do to get it to work again.

Any help would be very much appreciated!!!
 
Old 12-14-2008, 03:45 PM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Not sure from Desktop, but if you can:

start a terminal session
su to root ("su -" then enter root password)
type "fdisk -l" and identify the drive (hopefully it will be pretty clear).
Assuming the device is /dev/sb1, then type "mount /dev/sb1 /mnt"

You should see the drive in /mnt.
 
Old 12-14-2008, 04:17 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
SuSE has a nice command called "halmount" that you can try. If you know the label of the disk, you can enter "halmount /media/<labelname>".
You can also use the device node as in "halmount /dev/sdb1". It will be mounted under /media. If the disk doesn't have a label, usually it gets mounted as /media/disk for the first on and /media/disk-1 for the second.

Look at the output of "ls -a /media/". There may be a stale .hal-mtab file.

An easy way to check on what the device is, is to list them:
ls /dev/sd*

If you only have one external drive, it is probably /dev/sdb1 that you want.

example:
sudo mkdir /mnt/usbdisk
sudo mount -t vfat /dev/sdb1 /mnt/usbdisk -o uid=<yourusername>,fmask=177,dmask=077,noexec

---

It might be worthwile reading the log file (/var/log/messages) around the time that you reinserted the usb drive. Is there a message about the filesystem being bad? You should see something like
Code:
Dec 13 10:11:08 qosmio hald: mounted /dev/sdc1 on behalf of uid 1000
 
Old 12-14-2008, 05:07 PM   #4
thebrainman
LQ Newbie
 
Registered: Dec 2008
Posts: 2

Original Poster
Rep: Reputation: 0
Thank you, I was able to get this resolved..
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Force External USB HDD to mount to certain folder predatorz Linux - Hardware 4 06-18-2008 11:26 AM
External ubuntu install on external USB HDD th3_tr00p3r Linux - Newbie 1 05-11-2008 02:56 PM
mount External HDD - USB ruwanindika Fedora 6 02-22-2008 08:10 AM
manual mount - external usb hdd (ubuntu) tripled2006 Linux - General 1 01-15-2007 10:08 AM
External USB HDD, mount problem, wierd behaviour. kniwor Slackware 5 08-18-2006 11:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 09:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration