LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 01-28-2005, 01:38 AM   #1
phi
Member
 
Registered: Jan 2005
Posts: 52

Rep: Reputation: 3
/dev/sda has not enough numbers ?


I have a funny problem with my external 160 GB Backup usb hard disk (USB Mass Storage Device)
I have 12 partitions on my external hard drive.

SuSE is configured to recognize the external hard disk itself.

So far so good

But from my 12 Partitions only 5 are recognized: /dev/sda5 ... /dev/sda9

It seams that the "auto-mounter" has problems with sd<x>-Numbers higher than 9 (or in other words: mounting /dev/sda10 and higher fails somehow.)

Ideas?
 
Old 01-28-2005, 02:49 AM   #2
Razza2004
Member
 
Registered: Mar 2004
Location: Australia
Distribution: Slackware 10
Posts: 32

Rep: Reputation: 15
Ummm, I don't think I can be of any help, but i'll try anyway...
Do all the sda[x] devides show up in the dev folder?
If so, have you tried mounting them manually. Are they all the same filesystem?
 
Old 01-28-2005, 03:59 AM   #3
phi
Member
 
Registered: Jan 2005
Posts: 52

Original Poster
Rep: Reputation: 3
/dev/sda10 exists

Yes, the /dev/sda10, /dev/sda11, ... exist
They have use all the same File System (fat32).

When I connect the drive I can See 5 drives with the "mount" command.

They are mounted as "usbfs".

Mounting by Hand to the File-System (eg. /mnt/external/backup1) works just for the five visible partitions.

Probably the /dev/sda10 (etc.) are no proper nodes.
I will have a look at "mknode" when I am home.

In the meantime: thanks for the answer.
 
Old 01-31-2005, 04:20 AM   #4
phi
Member
 
Registered: Jan 2005
Posts: 52

Original Poster
Rep: Reputation: 3
pluging the usb external hd leads to the following messgaes (/var/log/messages):

The kernel only recognizes the first 9 partitions:


Var Log Messages
-----------------------
Jan 31 11:14:43 linux kernel: usb 1-1: new full speed USB device using address 2
Jan 31 11:14:43 linux kernel: usb 1-1: Product: USB TO IDE
Jan 31 11:14:44 linux /etc/hotplug/usb.agent[2934]: need a device for this command
Jan 31 11:14:46 linux kernel: SCSI subsystem initialized
Jan 31 11:14:46 linux kernel: Initializing USB Mass Storage driver...
Jan 31 11:14:46 linux kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Jan 31 11:14:46 linux kernel: Vendor: Maxtor 6 Model: Y160P0 Rev: 0811
Jan 31 11:14:46 linux kernel: Type: Direct-Access ANSI SCSI revision: 02
Jan 31 11:14:46 linux kernel: USB Mass Storage device found at 2
Jan 31 11:14:46 linux kernel: drivers/usb/core/usb.c: registered new driver usb-storage
Jan 31 11:14:46 linux kernel: USB Mass Storage support registered.
Jan 31 11:14:46 linux kernel: SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Jan 31 11:14:46 linux kernel: sda: assuming drive cache: write through
Jan 31 11:14:47 linux /etc/hotplug/block.agent[3029]: new block device /block/sda
Jan 31 11:14:47 linux kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 sda9 >
Jan 31 11:14:47 linux kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Jan 31 11:14:47 linux kernel: Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Jan 31 11:14:48 linux /etc/hotplug/block.agent[3108]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:48 linux /etc/hotplug/block.agent[3136]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:48 linux /etc/hotplug/block.agent[3123]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:48 linux /etc/hotplug/block.agent[3066]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:49 linux /etc/hotplug/block.agent[3080]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:49 linux /etc/hotplug/block.agent[3148]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:49 linux /etc/hotplug/block.agent[3062]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:49 linux /etc/hotplug/block.agent[3166]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:49 linux /etc/hotplug/block.agent[3099]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:51 linux kernel: hdc: ATAPI 24X DVD-ROM drive, 128kB Cache
Jan 31 11:14:51 linux kernel: Uniform CD-ROM driver Revision: 3.20
Jan 31 11:14:51 linux /etc/hotplug/block.agent[3647]: grep: /sys/class/scsi_host/ide1/proc_name: No suc$
Jan 31 11:14:51 linux /etc/hotplug/block.agent[3647]: grep: /sys/class/scsi_host/ide1/proc_name: No suc$
Jan 31 11:14:51 linux kernel: st: Version 20040318, fixed bufsize 32768, s/g segs 256
Jan 31 11:14:51 linux /etc/hotplug/block.agent[3647]: waiting for /var/lock/block.agent.lock, process 3$
Jan 31 11:14:51 linux kernel: BIOS EDD facility v0.13 2004-Mar-09, 1 devices found
Jan 31 11:14:53 linux /etc/hotplug/block.agent[3066]: new block device /block/sda/sda2
Jan 31 11:14:53 linux /etc/hotplug/block.agent[3080]: waiting for /var/lock/block.agent.lock, process 3$
Ja



mount leads to the following result:
=======================

/dev/fd0 on /media/floppy type subfs (rw,nosuid,nodev,sync,fs=floppyfss,procuid)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sda2 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p2 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda5 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p5 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda7 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p7 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda3 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p3 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda1 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p1 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda9 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p9 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda8 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p8 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda4 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p4 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)
/dev/sda6 on /media/usb-storage-odd-0x05e3-0x0702:0:0:0p6 type subfs (rw,noexec,
nosuid,nodev,sync,fs=floppyfss,procuid)



any ideas?
 
  


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
forcing the order of /dev/sda /dev/sdb etc.. jdaniel Linux - Software 5 05-23-2006 07:41 AM
where did my SATA drive go? not /dev/hde or /dev/sda edman007 Linux - Hardware 1 01-16-2005 10:23 PM
/dev/sda and /dev/sda1 disappeared using sii3112A striderstrahan Linux - Software 0 09-16-2004 05:00 AM
Sandisk USB card Reader not linking /dev/sg0 to /dev/sda acidraven Linux - Hardware 1 06-19-2004 03:56 PM
USB Compact flash card reader hotplug creates /dev/sda but no /dev/sda1 -Mandrake 9.1 bibinono Linux - Hardware 2 08-11-2003 09:37 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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