LinuxQuestions.org
Visit Jeremy's Blog.
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 10-15-2006, 10:49 AM   #1
perrywillis@cox.net
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Rep: Reputation: 0
mounting external hard drive


My Iomega external hard drive was recognised and usable under Suse 9.2. Now under 10.0 there is a nice little icon for it on the desktop, but when I click on it, or try to reach the HD by other means I get "Unable to mount the selected volume -- mount special device /dev/sda1 does not exist. The material in my manuals about mounting HDs is confusing and scary. Can anyone guide me?
 
Old 10-15-2006, 11:56 AM   #2
njbailey
LQ Newbie
 
Registered: Aug 2006
Location: North Ayrshire, Scotland
Distribution: Kubuntu (Hardy Heron)
Posts: 22

Rep: Reputation: 15
Does mounting "by hand" work?

Hi Perry,

I don't know my way around suse very well, but here's a few ideas.

If you type dmesg in a terminal, you'll get the log showing you whether or not the drive was recognised. It'll show up with some vendor information, and a message about being attached to /dev/sda. That's SCSI disk a, because USB drives (I suppose you're not actually using a genuine SCSI IOMEGA drive?) pretend they are SCSI ones for the purposes of the kernel.

You'll be wanting to mount the first partition of the drive, which should show up as /dev/sda1 when there's a partitioned disk there. So you could take a look at the partition table. fdisk -l (lower-case ell) should do that for you if memory serves (check out man fdisk as root). If it looks like the first partition is something reasonable, again as root, you could try mounting it like this:

Code:
cd /tmp
mkdir iomtest
mount -t vfat -o ro /dev/sda1 iomtest
(assuming you've got a Microsoft-type filesystem on it, change vfat to whatever as appropriate if not). That'll try to mount it read-only (-o ro) just in case. If, after that, you can cd into iomtest or just ls iomtest and see what you expect, then something is funny with your automounter, or udev, or pmount, and pound to a penny that you'll need to get some advice from a suse user.

If it's any consolation, I'm getting a lot of gyp from a PVR I bought recently: can't mount it at all on my Linux box, though my Mac laptop mounts it fine I think I need to learn a lot more about all this udev/hotplug/pmount stuff.

Good luck, hope that'll at least get you your files back!

Nick/.

PS: what have you got in /etc/fstab?

Last edited by njbailey; 10-15-2006 at 11:59 AM.
 
Old 10-15-2006, 12:12 PM   #3
perrywillis@cox.net
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
Thanks Nick. I'll give this a try.
 
Old 10-15-2006, 12:13 PM   #4
perrywillis@cox.net
LQ Newbie
 
Registered: Mar 2006
Posts: 15

Original Poster
Rep: Reputation: 0
BTW -- I don't know what I have in /etc/fstab

All this terminal stuff makes me nervous. I'm looking wondering whether I should proceed with this, or maybe try to find a SuSe expert locally.
 
Old 10-15-2006, 01:19 PM   #5
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Quote:
Originally Posted by perrywillis@cox.net
BTW -- I don't know what I have in /etc/fstab

All this terminal stuff makes me nervous. I'm looking wondering whether I should proceed with this, or maybe try to find a SuSe expert locally.
To view your /etc/fstab, just type as root:

Code:
cat /etc/fstab
 
Old 10-16-2006, 01:22 AM   #6
njbailey
LQ Newbie
 
Registered: Aug 2006
Location: North Ayrshire, Scotland
Distribution: Kubuntu (Hardy Heron)
Posts: 22

Rep: Reputation: 15
He he... I'm the opposite -- afraid of mice

Always best to have a guru around, watch and learn (goes for me too).

typing less /etc/fstab at a terminal will list out the devices the system expects to be able to mount, one per line, along with what type of file system (MS FAT, ext3, whatever) where it'll mount them, the options it'll use to mount them, and two numbers (the order in which they are checked and whether they get dumped). /etc/mtab shows you what's actually mounted.

I don't think you have to be root to read these files.

q quits less.

Nick/.
 
  


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
Mounting my external hard drive... Azzath Linux - Hardware 8 02-26-2005 03:27 AM
mounting an external hard drive adin Linux - Hardware 1 01-04-2005 04:18 AM
external hard drive mounting. gonus Debian 5 08-27-2004 02:51 PM
external hard drive mounting blahJake Debian 3 04-02-2004 06:30 PM
Mounting external hard drive gadgetboy Linux - Newbie 3 02-02-2003 08:29 AM

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

All times are GMT -5. The time now is 04:20 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