LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-16-2011, 03:41 AM   #1
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Rep: Reputation: 0
External TB HD not recognized by OpenSUSE 11.3


I am a Newbie to Linux and am loving it. I have gone through Mint, Ubuntu, Fedora, and continue using them on different PCs but I recently had a problem with my graphics card on new releases.. another story all together.
So I am using OpenSUSE 11.3 on my Dell inspiron 1526 AMD 64 bit. I have always been able to plug in my external HD and have it show on my desktop. Now with OpenSUSE something is different. I tried other flash drives, all show up and open to view on their own, but my 1GB ext HD doesn't. I am not a pro with the Terminal yet but I prefer to use it and am good at reading and copying commands from online.. I saw this earlier and maybe it will help

jason@linux-z81g:~> lshal -m

Start monitoring devicelist:
-------------------------------------------------
04:35:12.017: computer_power_supply_battery_BAT0 property battery.voltage.current = 12479 (0x30bf)
04:35:17.813: usb_device_1058_1102_57442D574341553432313937303738 added
04:35:17.833: usb_device_1058_1102_57442D574341553432313937303738_if1 added
04:35:17.839: usb_device_1058_1102_57442D574341553432313937303738_if0 added
04:35:17.843: usb_device_1058_1102_57442D574341553432313937303738_if0_scsi_host added
04:35:17.865: usb_device_1058_1102_57442D574341553432313937303738_if1_logicaldev_input added
04:35:18.676: usb_device_1058_1102_57442D574341553432313937303738_if0_scsi_host_0 added
04:35:18.676: usb_device_1058_1102_57442D574341553432313937303738_if0_scsi_host_0_scsi_device_lun0 added
04:35:18.681: usb_device_1058_1102_57442D574341553432313937303738_if0_scsi_host_0_scsi_device_lun0_scsi_generic added
04:35:19.116: storage_serial_WD_My_Book_57442D574341553432313937303738_0_0 added
04:35:19.538: volume_uuid_D2DC_22C9 added

as you can see it says "My Book" which is the name of my ext TB but where is it and how do I mount it? Thanks and hope this isn't too long for a first question
 
Old 01-16-2011, 04:11 AM   #2
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Go to system>preference> removable drives .
With option are on look for Mount removable when hot-plugged in
 
Old 01-16-2011, 06:00 AM   #3
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
It should also show in your Dolphin File Manager.

If you want to find it by command try as root

cat /proc/partitions

this should list your ext hd. If you have problems figuring which one, unplug your hd and run command then plug hd and rerun command.
 
Old 01-16-2011, 06:39 AM   #4
almatic
Member
 
Registered: Mar 2007
Distribution: Debian
Posts: 547

Rep: Reputation: 67
Quote:
as you can see it says "My Book" which is the name of my ext TB but where is it and how do I mount it?
plug the disk in and type

dmesg | tail -20

and post the output. In case you haven't solved it already.
 
Old 01-16-2011, 03:36 PM   #5
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
@almatic

linux-z81g:/home/jason # mesg | tail -20
is y


@Larry Webb it didn't change plugged in or not


linux-z81g:/ # cat /proc/partitions
major minor #blocks name

8 0 625131864 sda
8 1 2103296 sda1
8 2 20972544 sda2
8 3 602054656 sda3
linux-z81g:/ # cat /proc/partitions
major minor #blocks name

8 0 625131864 sda
8 1 2103296 sda1
8 2 20972544 sda2
8 3 602054656 sda3

Last edited by HDMIJason; 01-16-2011 at 03:44 PM.
 
Old 01-16-2011, 03:43 PM   #6
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
this should work...
unplug the drive then run: sudo tail -f /var/log/messages
then plug in the drive and look for a log message that mentions sda or sdb or sdb1 ...

then to mount manually it would be something like:
Code:
mkdir hd-1
sudo mount /dev/sdb1 hd-1
 
Old 01-16-2011, 03:52 PM   #7
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
@ron lauw

Go to system>preference> removable drives .
With option are on look for Mount removable when hot-plugged in

I don't see removable drives anywhere, not in control center nor Ya2t

Last edited by HDMIJason; 01-16-2011 at 03:56 PM.
 
Old 01-16-2011, 03:58 PM   #8
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
@schneidz


Jan 16 16:56:01 linux-z81g kernel: [82131.296058] usb 1-2: new high speed USB device using ehci_hcd and address 26
Jan 16 16:56:07 linux-z81g kernel: [82136.370103] hub 1-0:1.0: unable to enumerate USB device on port 2

I don't see any of those
 
Old 01-16-2011, 04:11 PM   #9
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
this concerns me:
Code:
Jan 16 16:56:07 linux-z81g kernel: [82136.370103] hub 1-0:1.0: unable to enumerate USB device on port 2
maybe that is why it is not automounting.
 
Old 01-16-2011, 04:45 PM   #10
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by schneidz View Post
this concerns me:
Code:
Jan 16 16:56:07 linux-z81g kernel: [82136.370103] hub 1-0:1.0: unable to enumerate USB device on port 2
maybe that is why it is not automounting.
any suggestions? what does it mean?

I can plug it into usb on the PS3 or an Ubuntu laptop I gave to my daughter and it works but I need it for mine. Is something wrong with this kernal?
 
Old 01-16-2011, 05:25 PM   #11
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
If other usb storage will work with the same machine - same plug - suse 11.3 then I am lost. If you have time try 11.2 and see if there is a difference. If there is another usb slot try it. I am running 11.3 but do not have an external hd but do use storage cards and they auto mount. I think I did have a problem with one that did not have a partition, the device showed but did not have a partition to mount. If nothing else before I gave up I would try a different distro and make sure it worked under the same situation. I am curious, please let us know if you find a solution.
 
Old 01-16-2011, 05:31 PM   #12
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Larry Webb View Post
If other usb storage will work with the same machine - same plug - suse 11.3 then I am lost. If you have time try 11.2 and see if there is a difference. If there is another usb slot try it. I am running 11.3 but do not have an external hd but do use storage cards and they auto mount. I think I did have a problem with one that did not have a partition, the device showed but did not have a partition to mount. If nothing else before I gave up I would try a different distro and make sure it worked under the same situation. I am curious, please let us know if you find a solution.
is there an easy way to change the kernal to 11.2 or do I need a complete install? It has taken me a lot of effort to just get my 64 bit Chrome and Flash and Picassa and VLC on this beast, I hate to have to do it all again. The wife thinks I like my computer more than her lol
Its like everything is working perfect except this one problem!
 
Old 01-16-2011, 05:47 PM   #13
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Leave it alone, if can install a distro on a usb flash then try out your hd while booted to the flash distro. That would be a safe work around. The flash needs to be 2 gig or larger. They say you can get by with one gig but I load too much junk.

Another train of thought, have you tried that hd on that machine using a different distro and had it work? The reason I ask is usb backward compatibility, I always thought they all were backwards compatible.

Last edited by Larry Webb; 01-16-2011 at 05:49 PM.
 
Old 01-16-2011, 06:21 PM   #14
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Larry Webb View Post
Leave it alone, if can install a distro on a usb flash then try out your hd while booted to the flash distro. That would be a safe work around. The flash needs to be 2 gig or larger. They say you can get by with one gig but I load too much junk.

Another train of thought, have you tried that hd on that machine using a different distro and had it work? The reason I ask is usb backward compatibility, I always thought they all were backwards compatible.
it has worked on every distro I have tried, which were the ones I mentioned at first. They just all stopped supporting my video card in recent updates which gave me problems with graphics or full screening youtube among other things. I had to plug it in to an Ubuntu laptop earlier to tranfer files to a USB flash that I then plugged into here, and copied them. I even used the exact same port.. and all of them. They all recognize everything except the TB. You saw above that it sees it.. there has to be a simple explanation/answer. By the way thank you for looking at this problem!

Last edited by HDMIJason; 01-16-2011 at 11:35 PM.
 
Old 01-16-2011, 07:23 PM   #15
HDMIJason
LQ Newbie
 
Registered: Jan 2011
Location: Muncie, IN
Distribution: OpenSUSE 11.3
Posts: 12

Original Poster
Rep: Reputation: 0
I think this may be related
http://lists.opensuse.org/opensuse-b.../msg00185.html

I guess that the only option will be to change distros once again. Any suggestions?

Last edited by HDMIJason; 01-17-2011 at 07:42 PM.
 
  


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
External hdd Not Recognized gonsalvr Linux - Hardware 4 01-15-2010 12:33 AM
USB devices not recognized with OpenSuse 11.0 moegreen Linux - Newbie 1 11-19-2009 03:55 PM
Discs not recognized in openSUSE alpha 5 pilotgi SUSE / openSUSE 2 06-17-2007 07:33 PM
external HD, partitions not recognized thallium6 Linux - Hardware 5 06-07-2004 02:26 PM
External USB 2 HD not recognized rgwells Linux - Hardware 3 08-10-2003 09:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:33 PM.

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