The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > Linux > Ubuntu
.
google unix.com



Ubuntu Ubuntu is a complete desktop Linux operating system, freely available with both community and professional support.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
USB External Hard Drive for Solaris 10 Sparc agfa_109 SUN Solaris 3 06-27-2009 02:40 PM
External SCSI hard drive FredSmith UNIX for Dummies Questions & Answers 2 11-28-2006 08:55 AM
FAT32 usb external hard drive - how to mount?? daniel.balasa SUN Solaris 1 10-17-2006 12:08 AM
listing directories of an external hard drive theGooch UNIX for Dummies Questions & Answers 2 01-09-2006 09:16 PM
mount external usb drive on Redhat 9 jeremiebarber UNIX for Dummies Questions & Answers 6 05-23-2003 11:13 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 2 votes, 4.00 average. Display Modes
  #1 (permalink)  
Old 04-27-2008
Texasone Texasone is offline
Registered User
  
 

Join Date: Mar 2008
Location: /home/
Posts: 71
External Hard drive won't mount

i have a Simple Tech hard drive that i use between two computers. it is formatted to ntfs. i have a dell desktop with Ubuntu 7.10 and Ubuntu 8.04 and Windows XP Home. and i have a laptop with Ubuntu 7.10 and Ubuntu 8.04. the laptop recognizes the hard drive on both 8.04 and 7.10 but my desktop only recognizes the external hard drive on windows. Ubuntu will not recognize it on my desktop. should i try to force mount it. if so, ill need instructions please. or should i try an application/program to recognize it.
  #2 (permalink)  
Old 04-27-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Is this a USB drive? If so, do you get anything useful from lsusb (with or without single or multiple -v options) when it's plugged in? Also, do you get any messages in the system logs when you plug it in? (Primarily /var/log/syslog I guess.)
  #3 (permalink)  
Old 05-01-2008
Methal Methal is offline
Registered User
  
 

Join Date: Sep 2007
Posts: 11
Quote:
Originally Posted by Texasone View Post
i have a Simple Tech hard drive that i use between two computers. it is formatted to ntfs. i have a dell desktop with Ubuntu 7.10 and Ubuntu 8.04 and Windows XP Home. and i have a laptop with Ubuntu 7.10 and Ubuntu 8.04. the laptop recognizes the hard drive on both 8.04 and 7.10 but my desktop only recognizes the external hard drive on windows. Ubuntu will not recognize it on my desktop. should i try to force mount it. if so, ill need instructions please. or should i try an application/program to recognize it.
I had the same problem not 3 days ago. My solution may not be one you'd be willing to do.

I booted from it into live fedora and formated the thing. Its now dual booting to fedora and PCLinuxOS.

windows would see it and use it (it was NTFS format after all) however even though they could see and recognize it, Ubunuto 8.04, and 7.10, and PCLinuxOS they wouldnt mount or format it.

but Fedora would, so thats what I did.
  #4 (permalink)  
Old 06-09-2008
Texasone Texasone is offline
Registered User
  
 

Join Date: Mar 2008
Location: /home/
Posts: 71
You're right on cue with the fact that I don't want to format the drive.(Methal) It takes too long to do so, as in copy all the files that I want over to a partition on my desktop and then format and then copy back.
Now in response to Era, I just reinstalled Ubuntu Gusty and updated the system, but still no luck. back when I used Ubuntu Hardy on the system (no Gusty), it got recognized for some reason. I switched due to the fact that my laptop wouldn't use drivers in Hardy for compiz, but Gusty did. And I just wanted the systems to be the same. Now the question becomes, would it be worth trying a version upgrade on my desktop to see if that works or should I just do the reformatting on a weekend when I'm not doing anything, or is there an easy fix to this. And no, I do not see anything promising using lsusb.
In /var/log/syslog, I get info, just nothing hopeful.
Code:
Jun  9 15:43:23 texas1 kernel: [ 1312.146425] usb 2-3: new high speed USB device using ehci_hcd and address 10
Jun  9 15:43:23 texas1 kernel: [ 1312.258205] usb 2-3: device descriptor read/64, error -71
Jun  9 15:43:23 texas1 kernel: [ 1312.473833] usb 2-3: device descriptor read/64, error -71
Jun  9 15:43:23 texas1 kernel: [ 1312.689456] usb 2-3: new high speed USB device using ehci_hcd and address 11
Jun  9 15:43:23 texas1 kernel: [ 1312.801260] usb 2-3: device descriptor read/64, error -71
Jun  9 15:43:24 texas1 kernel: [ 1313.016885] usb 2-3: device descriptor read/64, error -71
Jun  9 15:43:24 texas1 kernel: [ 1313.232513] usb 2-3: new high speed USB device using ehci_hcd and address 12
Jun  9 15:43:24 texas1 kernel: [ 1313.255391] usb 2-3: device descriptor read/all, error -71
Jun  9 15:43:24 texas1 kernel: [ 1313.368278] usb 2-3: new high speed USB device using ehci_hcd and address 13
Jun  9 15:43:24 texas1 kernel: [ 1313.390658] usb 2-3: device descriptor read/all, error -71
Please help. Thank you.
  #5 (permalink)  
Old 06-10-2008
era era is offline Forum Advisor  
Herder of Useless Cats (On Sabbatical)
  
 

Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,652
Googling for a bit brought up https://launchpad.net/ubuntu/+source....15/+bug/23346 which suggests disabling the EHCI driver, and/or disabling a jumper on the drive.

Personally, I would perhaps rather forgo Compiz than downgrade to an earlier version of Ubuntu. In fact, I have disabled Compiz on many of my machines -- I guess it's not really mature yet, as it interferes with all kinds of unrelated functionality (prevented me from suspending my laptop, in Ubuntu 7.10, for example).

To disable Compiz, go into System -> Preferences -> Appearance -> Visual Effects tab and select None.

(This will also change your window manager from Compiz to Metacity, so if you have customized keyboard shortcuts etc. in Compiz, you will have to redo those customizations.)
  #6 (permalink)  
Old 06-10-2008
Texasone Texasone is offline
Registered User
  
 

Join Date: Mar 2008
Location: /home/
Posts: 71
Era, as much as your option has merit in my circumstance (I think that is the right term/phrase to use), I have an even better idea. Just get rid of Windows and its cruelty all together. I think that this weekend I am going to just dump Windows of my box and make it a Linux/Unix/BSD box. I'm just doing a long transfer in Windows to get the info over to the comp, then format the external drive to ext3, then transfer back again via a GNU/Linux OS. This is going to save me hundreds on all new PCs that I buy or redo.(Just as a side note)
  #7 (permalink)  
Old 06-12-2008
Texasone Texasone is offline
Registered User
  
 

Join Date: Mar 2008
Location: /home/
Posts: 71
I just reformatted my drive to ext3 and I still get the same problem. My laptop mounts it, my desktop doesn't. should I reformat to ext2 or should I try changing
Code:
/etc/fstab
for auto-mount. I'm redoing my desktop this weekend, so any advice before would be helpful.

Last edited by Texasone; 06-12-2008 at 08:41 PM..
Closed Thread

Bookmarks

Tags
linux, solaris, ubuntu

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 10:27 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0