LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-11-2007, 01:09 PM   #1
shango
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Rep: Reputation: 0
I need help getting new disks to mount


I have installed an SATA JBOD array using using a port multiplier.
The system sees the drives. I was able to partition them using gparted.
I've editied my fstab accordingly. I've used the mount -a command.
I've rebooted. No matter what I do, when I df -h these drives dont show.

I'm running Ubuntu 6.06 Server w/ubuntu desktop installed.

Here is the output from df -h :
Code:
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              71G  3.4G   64G   5% /
varrun                471M   88K  470M   1% /var/run
varlock               471M  4.0K  471M   1% /var/lock
udev                  471M  156K  470M   1% /dev
devshm                471M     0  471M   0% /dev/shm


from fdisk -l :
Code:
Disk /dev/sda: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        9375    75304656   83  Linux
/dev/sda2            9376        9726     2819407+   5  Extended
/dev/sda5            9376        9726     2819376   82  Linux swap / Solaris

Disk /dev/sdb: 80.0 GB, 80000000000 bytes
255 heads, 63 sectors/track, 9726 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1        9725    78116031    7  HPFS/NTFS

Disk /dev/sdc: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1       91201   732572001    5  Extended
/dev/sdc5               1       44619   358402054+  83  Linux
/dev/sdc6           44620       91201   374169883+  83  Linux

Disk /dev/sdd: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1       91201   732572001   83  Linux

Disk /dev/sde: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sde1               1       91201   732572001   83  Linux

Disk /dev/sdf: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdf1               1       91201   732572001   83  Linux

Disk /dev/sdg: 750.1 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdg1               1       91201   732572001   83  Linux
vfx@jupiter:~$

Last edited by shango; 05-11-2007 at 09:45 PM.
 
Old 05-11-2007, 06:12 PM   #2
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
Did you actually make filesystems on the partitions?

Code:
mkfs -t ext3 /dev/sdg1
--- rod.
 
Old 05-11-2007, 09:43 PM   #3
shango
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Yes, they are all ext3 but still won't mount.
Any ideas?
 
Old 05-12-2007, 12:28 AM   #4
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Could you show us the fstab and the output of 'dmesg' after running 'mount -a'?
 
Old 05-14-2007, 11:47 AM   #5
shango
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Here's my fstab:

Code:
  GNU nano 1.3.10                         File: /etc/fstab

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/sda1       /               ext3    defaults,errors=remount-ro 0       1
/dev/sda5       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0



/dev/sdg1       /media/apollo1  ext3    rw,user 0       1

/dev/sdf1       /media/apollo2  ext3    rw,user 0       1

/dev/sde1       /media/apollo3  ext3    rw,user 0       1

/dev/sdd1       /media/apollo4  ext3    rw,user 0       1

/dev/sdc5       /media/apollo5  ext3    rw,user 0       1

/dev/sdc6       /media/apollo6  ext3    rw,user 0       1
Code:
vfx@jupiter:~$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              71G  3.4G   64G   5% /
varrun                471M   88K  470M   1% /var/run
varlock               471M  4.0K  471M   1% /var/lock
udev                  471M  156K  470M   1% /dev
devshm                471M     0  471M   0% /dev/shm
vfx@jupiter:~$ sudo mount -a
Password:
mount: /dev/sdg1 already mounted or /media/apollo1 busy
mount: /dev/sdf1 already mounted or /media/apollo2 busy
mount: /dev/sde1 already mounted or /media/apollo3 busy
mount: /dev/sdd1 already mounted or /media/apollo4 busy
mount: /dev/sdc5 already mounted or /media/apollo5 busy
mount: /dev/sdc6 already mounted or /media/apollo6 busy
vfx@jupiter:~$
 
Old 05-14-2007, 11:49 AM   #6
shango
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
Here's the dmesg output, part 1 due to the length:

Code:
[    0.000000] time.c: Detected 3000.201 MHz processor.
[   29.252228] Console: colour VGA+ 80x25
[   29.253229] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[   29.253907] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[   29.272436] Memory: 955824k/982720k available (2088k kernel code, 26508k rese rved, 835k data, 188k init)
[   29.349027] Calibrating delay using timer specific routine.. 6004.80 BogoMIPS  (lpj=12009610)
[   29.349101] Security Framework v1.0.0 initialized
[   29.349107] SELinux:  Disabled at boot.
[   29.349133] Mount-cache hash table entries: 256
[   29.349328] CPU: Trace cache: 12K uops, L1 D cache: 16K
[   29.349331] CPU: L2 cache: 2048K
[   29.349334] using mwait in idle threads.

[   29.349337] CPU: Physical Processor ID: 0
[   29.349349] CPU0: Thermal monitoring enabled (TM1)
[   29.394078] Using local APIC timer interrupts.
[   29.427382] result 12500786
[   29.427384] Detected 12.500 MHz APIC timer.
[   29.429240] Booting processor 1/2 APIC 0x1
[   29.440382] Initializing CPU#1
[   29.520870] Calibrating delay using timer specific routine.. 6000.73 BogoMIPS  (lpj=12001468)
[   29.520885] CPU: Trace cache: 12K uops, L1 D cache: 16K
[   29.520888] CPU: L2 cache: 2048K
[   29.520892] CPU: Physical Processor ID: 0
[   29.520905] CPU1: Thermal monitoring enabled (TM1)
[   29.521354]               Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 05
[   29.524887] APIC error on CPU1: 00(40)
[   29.524908] Brought up 2 CPUs
[   29.524954] testing NMI watchdog ... OK.
[   29.589129] migration_cost=3
[   29.589273] checking if image is initramfs... it is
[   30.144287] Freeing initrd memory: 6573k freed
[   30.145081] NET: Registered protocol family 16
[   30.145115] ACPI: bus type pci registered
[   30.150234] PCI: Using MMCONFIG at e0000000
[   30.150239] PCI: No mmconfig possible on device 0:0
[   30.150243] PCI: No mmconfig possible on device 0:1
[   30.150262] PCI: No mmconfig possible on device 0:f
[   30.150265] PCI: No mmconfig possible on device 0:10
[   30.150268] PCI: No mmconfig possible on device 0:11
[   30.150271] PCI: No mmconfig possible on device 0:12
[   30.150274] PCI: No mmconfig possible on device 0:13
[   30.150292] PCI: No mmconfig possible on device 1:0
[   30.150465] PCI: No mmconfig possible on device 5:9
[   30.151251] ACPI: Subsystem revision 20060127
[   30.157702] ACPI: Interpreter enabled
[   30.157705] ACPI: Using IOAPIC for interrupt routing
[   30.158877] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   30.158881] PCI: Probing PCI hardware (bus 00)
[   30.166122] Boot video device is 0000:01:00.0
[   30.167072] PCI: Transparent bridge - 0000:00:13.1
[   30.167119] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   30.192659] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[   30.202820] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
[   30.203214] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7.P7P8._PRT]
[   30.203589] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7.P7P9._PRT]
[   30.204024] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2PB._PRT]
[   30.207044] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[   30.207367] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   30.207691] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[   30.208014] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
[   30.208350] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) * 0, disabled.
[   30.208678] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) * 0, disabled.
[   30.209006] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) * 0, disabled.
[   30.209332] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) * 0, disabled.
[   30.209452] Linux Plug and Play Support v0.97 (c) Adam Belay
[   30.209466] pnp: PnP ACPI init
[   30.219311] pnp: PnP ACPI: found 15 devices
[   30.219370] PCI: Using ACPI for IRQ routing
[   30.219374] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   30.219547] PCI-DMA: Disabling IOMMU.
[   30.221397] pnp: 00:0c: ioport range 0xc00-0xc0f has been reserved
[   30.221401] pnp: 00:0c: ioport range 0xd00-0xd0f has been reserved
[   30.221403] pnp: 00:0c: ioport range 0xa20-0xa2f has been reserved
[   30.221406] pnp: 00:0c: ioport range 0xa30-0xa3f has been reserved
[   30.221716] PCI: Bridge: 0000:00:01.0
[   30.221718]   IO window: disabled.
[   30.221724]   MEM window: fc700000-fe7fffff
[   30.221728]   PREFETCH window: d7f00000-dfefffff
[   30.221736] PCI: Failed to allocate mem resource #0:4000@fea00000 for 0000:02 :01.0
[   30.221788] PCI: Bridge: 0000:02:00.0
[   30.221791]   IO window: b000-bfff
[   30.221793]   MEM window: fe800000-fe9fffff
[   30.221795]   PREFETCH window: disabled.
[   30.221797] PCI: Bridge: 0000:02:00.1
[   30.221799]   IO window: disabled.
[   30.221801]   MEM window: disabled.
[   30.221802]   PREFETCH window: disabled.
[   30.221804] PCI: Bridge: 0000:00:13.0
[   30.221807]   IO window: b000-bfff
[   30.221813]   MEM window: fe800000-fe9fffff
[   30.221817]   PREFETCH window: disabled.
[   30.221822] PCI: Bridge: 0000:00:13.1
[   30.221825]   IO window: c000-cfff
[   30.221831]   MEM window: fea00000-feafffff
[   30.221835]   PREFETCH window: 40000000-400fffff
[   30.221855] PCI: Setting latency timer of device 0000:00:01.0 to 64
[   30.221863] PCI: Setting latency timer of device 0000:00:13.0 to 64
[   30.221872] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   30.221880] PCI: Setting latency timer of device 0000:02:00.1 to 64
[   30.221887] PCI: Setting latency timer of device 0000:00:13.1 to 64
[   30.221933] NET: Registered protocol family 2
[   30.272426] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
[   30.272699] TCP established hash table entries: 131072 (order: 9, 2097152 byt es)
[   30.274554] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   30.275910] TCP: Hash tables configured (established 131072 bind 65536)
[   30.275915] TCP reno registered
[   30.276778] IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
[   30.277304] audit: initializing netlink socket (disabled)
[   30.277325] audit(1179135272.032:1): initialized
[   30.277559] VFS: Disk quotas dquot_6.5.1
[   30.277589] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   30.277661] Initializing Cryptographic API
[   30.277667] io scheduler noop registered
[   30.277681] io scheduler anticipatory registered
[   30.277691] io scheduler deadline registered (default)
[   30.277716] io scheduler cfq registered
[   30.280144] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   30.280148] pcie_portdrv_probe->Dev[287c:1106] has invalid IRQ. Check vendor BIOS
[   30.280169] assign_interrupt_mode Found MSI capability
[   30.280233] Allocate Port Service[0000:02:00.0:pcie00]
[   30.280279] Allocate Port Service[0000:02:00.0:pcie01]
[   30.280317] Allocate Port Service[0000:02:00.0:pcie03]
[   30.280362] PCI: Setting latency timer of device 0000:02:00.1 to 64
[   30.280366] pcie_portdrv_probe->Dev[287d:1106] has invalid IRQ. Check vendor BIOS
[   30.280385] assign_interrupt_mode Found MSI capability
[   30.280411] Allocate Port Service[0000:02:00.1:pcie00]
[   30.280454] Allocate Port Service[0000:02:00.1:pcie01]
[   30.280493] Allocate Port Service[0000:02:00.1:pcie03]
[   30.307229] Real Time Clock Driver v1.12ac
[   30.307302] Linux agpgart interface v0.101 (c) Dave Jones
[   30.307306] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   30.307442] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.308118] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.308401] isa bounce pool size: 16 pages
[   30.309065] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 bloc ksize
[   30.309184] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   30.309188] ide: Assuming 33MHz system bus speed for PIO modes; override with  idebus=xx
[   30.309511] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq  1,12
[   30.309725] serio: i8042 AUX port at 0x60,0x64 irq 12
[   30.309741] serio: i8042 KBD port at 0x60,0x64 irq 1
[   30.309901] mice: PS/2 mouse device common for all mice
[   30.310010] TCP bic registered
[   30.310024] NET: Registered protocol family 1
[   30.310030] NET: Registered protocol family 8
[   30.310032] NET: Registered protocol family 20
[   30.310220] ACPI wakeup devices:
[   30.310223] UAR1 PS2K PS2M EHCI ILAN P7P8 P7P9 P2PB PCI1 PCI2 USB1 USB2 USB3 USB4 SLPB
[   30.310239] ACPI: (supports S0 S1 S3 S4 S5)
[   30.310535] Freeing unused kernel memory: 188k freed
[   30.331411] input: AT Translated Set 2 keyboard as /class/input/input0
[   30.355481] vga16fb: initializing
[   30.355486] vga16fb: mapped to 0xffff8100000a0000
[   30.355539] fb0: VGA16 VGA frame buffer device
[   31.414236] ACPI: Processor [CPU1] (supports 16 throttling states)
[   31.839688] SCSI subsystem initialized
[   31.843554] libata version 2.00 loaded.
[   31.844903] ahci 0000:00:0f.0: version 2.0
[   31.844937] GSI 16 sharing vector 0xC1 and IRQ 16
[   31.844944] ACPI: PCI Interrupt 0000:00:0f.0[B] -> GSI 21 (level, low) -> IRQ  193
[   36.078896] ahci 0000:00:0f.0: AHCI 0001.0000 32 slots 4 ports 3 Gbps 0xf imp l RAID mode
[   36.078901] ahci 0000:00:0f.0: flags: 64bit ncq pm led clo pmp pio slum part
[   36.079010] ata1: SATA max UDMA/133 cmd 0xFFFFC2000003CD00 ctl 0x0 bmdma 0x0 irq 201
[   36.079090] ata2: SATA max UDMA/133 cmd 0xFFFFC2000003CD80 ctl 0x0 bmdma 0x0 irq 201
[   36.079171] ata3: SATA max UDMA/133 cmd 0xFFFFC2000003CE00 ctl 0x0 bmdma 0x0 irq 201
[   36.079249] ata4: SATA max UDMA/133 cmd 0xFFFFC2000003CE80 ctl 0x0 bmdma 0x0 irq 201
[   36.079261] scsi0 : ahci
[   36.566444] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   36.566895] ata1.00: ATA-7, max UDMA/133, 156250000 sectors: LBA48 NCQ (depth  0/32)
[   36.566899] ata1.00: ata1: dev 0 multi count 16
[   36.567409] ata1.00: configured for UDMA/133
[   36.567419] scsi1 : ahci
[   37.061983] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   37.062422] ata2.00: ATA-7, max UDMA/133, 156250000 sectors: LBA48 NCQ (depth  0/32)
[   37.062425] ata2.00: ata2: dev 0 multi count 16
[   37.062934] ata2.00: configured for UDMA/133
[   37.062943] scsi2 : ahci
[   37.377689] ata3: SATA link down (SStatus 0 SControl 300)
[   37.377702] scsi3 : ahci
[   37.689397] ata4: SATA link down (SStatus 0 SControl 300)
[   37.689506]   Vendor: ATA       Model: WDC WD800JD-75MS  Rev: 10.0
[   37.689520]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   37.689655]   Vendor: ATA       Model: WDC WD800JD-75MS  Rev: 10.0
[   37.689672]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   37.698469] SCSI device sda: 156250000 512-byte hdwr sectors (80000 MB)
[   37.698495] sda: Write Protect is off
[   37.698499] sda: Mode Sense: 00 3a 00 00
[   37.698541] SCSI device sda: drive cache: write back
[   37.698643] SCSI device sda: 156250000 512-byte hdwr sectors (80000 MB)
[   37.698666] sda: Write Protect is off
[   37.698670] sda: Mode Sense: 00 3a 00 00
[   37.698705] SCSI device sda: drive cache: write back
[   37.698714]  sda: sda1 sda2 < sda5 >
[   37.743178] sd 0:0:0:0: Attached scsi disk sda
[   37.743255] SCSI device sdb: 156250000 512-byte hdwr sectors (80000 MB)
[   37.743274] sdb: Write Protect is off
[   37.743278] sdb: Mode Sense: 00 3a 00 00
[   37.743322] SCSI device sdb: drive cache: write back
[   37.743407] SCSI device sdb: 156250000 512-byte hdwr sectors (80000 MB)
[   37.743434] sdb: Write Protect is off
[   37.743438] sdb: Mode Sense: 00 3a 00 00
[   37.743477] SCSI device sdb: drive cache: write back
[   37.743481]  sdb: sdb1
[   37.759504] sd 1:0:0:0: Attached scsi disk sdb
[   38.036993] VP_IDE: IDE controller at PCI slot 0000:00:0f.1
[   38.037028] PCI: VIA IRQ fixup for 0000:00:0f.1, from 255 to 0
[   38.037064] VP_IDE: chipset revision 7
[   38.037070] VP_IDE: not 100% native mode: will probe irqs later
[   38.037112] VP_IDE: VIA vt8251 (rev 00) IDE UDMA133 controller on pci0000:00: 0f.1
[   38.037126]     ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:pio, hdb:pi o
[   38.037150]     ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:pio, hdd:pi o
[   38.037165] Probing IDE interface ide0...
[   38.608559] Probing IDE interface ide1...
[   39.475863] hdc: LITE-ON CD R LH52R1P, ATAPI CD/DVD-ROM drive
[   40.147447] ide1 at 0x170-0x177,0x376 on irq 15
[   40.155500] hdc: ATAPI 52X CD-ROM CD-R/RW drive, 1536kB Cache, UDMA(33)
[   40.155509] Uniform CD-ROM driver Revision: 3.20
[   40.290390] usbcore: registered new driver usbfs
[   40.290419] usbcore: registered new driver hub
[   40.291411] USB Universal Host Controller Interface driver v3.0
[   40.291494] GSI 17 sharing vector 0xD1 and IRQ 17
[   40.291499] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 20 (level, low) -> IRQ  209
[   40.291507] PCI: VIA IRQ fixup for 0000:00:10.0, from 11 to 1
[   40.291538] uhci_hcd 0000:00:10.0: UHCI Host Controller
[   40.291979] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus numbe r 1
[   40.292019] uhci_hcd 0000:00:10.0: irq 209, io base 0x0000e080
[   40.292144] usb usb1: configuration #1 chosen from 1 choice
[   40.292181] hub 1-0:1.0: USB hub found
[   40.292193] hub 1-0:1.0: 2 ports detected
[   40.399047] GSI 18 sharing vector 0xD9 and IRQ 18
[   40.399054] ACPI: PCI Interrupt 0000:00:10.1[C] -> GSI 22 (level, low) -> IRQ  217
[   40.399062] PCI: VIA IRQ fixup for 0000:00:10.1, from 5 to 9
[   40.399093] uhci_hcd 0000:00:10.1: UHCI Host Controller
[   40.399129] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus numbe r 2
[   40.399161] uhci_hcd 0000:00:10.1: irq 217, io base 0x0000e000
[   40.399273] usb usb2: configuration #1 chosen from 1 choice
[   40.399310] hub 2-0:1.0: USB hub found
[   40.399319] hub 2-0:1.0: 2 ports detected
[   40.506875] ACPI: PCI Interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ  193
[   40.506883] PCI: VIA IRQ fixup for 0000:00:10.2, from 10 to 1
[   40.506908] uhci_hcd 0000:00:10.2: UHCI Host Controller
[   40.506936] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus numbe r 3
[   40.506964] uhci_hcd 0000:00:10.2: irq 193, io base 0x0000dc00
[   40.507068] usb usb3: configuration #1 chosen from 1 choice
[   40.507099] hub 3-0:1.0: USB hub found
[   40.507107] hub 3-0:1.0: 2 ports detected
[   40.610785] GSI 19 sharing vector 0xE1 and IRQ 19
[   40.610789] ACPI: PCI Interrupt 0000:00:10.3[D] -> GSI 23 (level, low) -> IRQ  225
[   40.610796] PCI: VIA IRQ fixup for 0000:00:10.3, from 3 to 1
[   40.610823] uhci_hcd 0000:00:10.3: UHCI Host Controller
[   40.610851] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus numbe r 4
[   40.610878] uhci_hcd 0000:00:10.3: irq 225, io base 0x0000d880
[   40.610976] usb usb4: configuration #1 chosen from 1 choice
[   40.611012] hub 4-0:1.0: USB hub found
[   40.611020] hub 4-0:1.0: 2 ports detected
[   40.714833] ACPI: PCI Interrupt 0000:00:10.4[C] -> GSI 22 (level, low) -> IRQ  217
[   40.715733] ehci_hcd 0000:00:10.4: EHCI Host Controller
[   40.715822] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus numbe r 5
[   40.715876] ehci_hcd 0000:00:10.4: debug port 1
[   40.715894] ehci_hcd 0000:00:10.4: irq 217, io mem 0xfebff800
[   40.715902] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   40.716001] usb usb5: configuration #1 chosen from 1 choice
[   40.716037] hub 5-0:1.0: USB hub found
[   40.716048] hub 5-0:1.0: 8 ports detected
[   40.837055] Probing IDE interface ide0...
[   41.442430] Attempting manual resume
[   41.453210] kjournald starting.  Commit interval 5 seconds
[   41.453221] EXT3-fs: mounted filesystem with ordered data mode.
[   46.414617] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   46.414666] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   47.924385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   48.050313] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   48.393065] r8169 Gigabit Ethernet driver 2.2LK loaded
[   48.393107] GSI 20 sharing vector 0xE9 and IRQ 20
[   48.393113] ACPI: PCI Interrupt 0000:05:09.0[A] -> GSI 18 (level, low) -> IRQ  233
[   48.393291] eth0: Identified chip type is 'RTL8169s/8110s'.
[   48.393298] eth0: RTL8169 at 0xffffc20000040c00, 00:14:c1:32:32:4b, IRQ 233
[   48.561665] via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Beck er
[   48.561741] ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ  225
[   48.561858] eth1: VIA Rhine II at 0x1d000, 00:15:f2:ca:b5:86, IRQ 225.
[   48.562595] eth1: MII PHY found at address 1, status 0x786d advertising 01e1 Link c5e1.
[   48.636560] Floppy drive(s): fd0 is 1.44M
[   48.659220] FDC 0 is a post-1991 82077
[   48.794716] sata_sil24 0000:03:00.0: version 0.3
[   48.794748] GSI 21 sharing vector 0x32 and IRQ 21
[   48.794755] ACPI: PCI Interrupt 0000:03:00.0[A] -> GSI 16 (level, low) -> IRQ  50
[   48.796252] PCI: Setting latency timer of device 0000:03:00.0 to 64
[   48.796433] ata5: SATA max UDMA/100 cmd 0xFFFFC20000048000 ctl 0x0 bmdma 0x0 irq 50
[   48.796517] ata6: SATA max UDMA/100 cmd 0xFFFFC2000004A000 ctl 0x0 bmdma 0x0 irq 50
[   48.796536] scsi4 : sata_sil24
[   49.110932] ata5: SATA link down (SStatus 0 SControl 300)
[   49.110964] scsi5 : sata_sil24
[   49.350821] parport: PnPBIOS parport detected.
[   49.350886] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE

Last edited by shango; 05-14-2007 at 11:51 AM.
 
Old 05-14-2007, 11:52 AM   #7
shango
LQ Newbie
 
Registered: Apr 2007
Posts: 6

Original Poster
Rep: Reputation: 0
dmesg part 2:


Code:
,COMPAT,ECP,DMA]
[   49.438633] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   49.542747] eth0: link up, 100Mbps, full-duplex, lpa 0xC5E1
[   49.582494] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 5 ports, feat 0x 9/0x9
[   49.660933] input: ImPS/2 Logitech Wheel Mouse as /class/input/input1
[   49.694401] ata6.00: hard resetting port
[   50.099398] ts: Compaq touchscreen protocol output
[   50.289855] ata6.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   50.305839] ata6.01: hard resetting port
[   50.696937] NET: Registered protocol family 17
[   50.901292] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   50.917277] ata6.02: hard resetting port
[   51.512729] ata6.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   51.528713] ata6.03: hard resetting port
[   52.128164] ata6.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   52.144149] ata6.04: hard resetting port
[   52.739603] ata6.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   52.740501] ata6.00: ATA-7, max UDMA/133, 1465149168 sectors: LBA48 NCQ (dept h 31/32)
[   52.740505] ata6.00: ata6: dev 0 multi count 16
[   52.741586] ata6.00: configured for UDMA/100
[   52.742479] ata6.01: ATA-7, max UDMA/133, 1465149168 sectors: LBA48 NCQ (dept h 31/32)
[   52.743538] ata6.01: configured for UDMA/100
[   52.744388] ata6.02: ATA-7, max UDMA/133, 1465149168 sectors: LBA48 NCQ (dept h 31/32)
[   52.745435] ata6.02: configured for UDMA/100
[   52.746321] ata6.03: ATA-7, max UDMA/133, 1465149168 sectors: LBA48 NCQ (dept h 31/32)
[   52.747373] ata6.03: configured for UDMA/100
[   52.748237] ata6.04: ATA-7, max UDMA/133, 1465149168 sectors: LBA48 NCQ (dept h 31/32)
[   52.749296] ata6.04: configured for UDMA/100
[   52.767576] ata6: EH complete
[   52.767687]   Vendor: ATA       Model: ST3750640AS       Rev: 3.AA
[   52.767701]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   52.767802] SCSI device sdc: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.767823] sdc: Write Protect is off
[   52.767826] sdc: Mode Sense: 00 3a 00 00
[   52.767856] SCSI device sdc: drive cache: write back
[   52.767940] SCSI device sdc: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.767960] sdc: Write Protect is off
[   52.767964] sdc: Mode Sense: 00 3a 00 00
[   52.767992] SCSI device sdc: drive cache: write back
[   52.767998]  sdc: sdc1 < sdc5 sdc6 >
[   52.804874] sd 5:0:0:0: Attached scsi disk sdc
[   52.804936] sd 5:0:0:0: Attached scsi generic sg2 type 0
[   52.805043]   Vendor: ATA       Model: ST3750640AS       Rev: 3.AA
[   52.805062]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   52.805139] SCSI device sdd: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.805157] sdd: Write Protect is off
[   52.805161] sdd: Mode Sense: 00 3a 00 00
[   52.805190] SCSI device sdd: drive cache: write back
[   52.805254] SCSI device sdd: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.805271] sdd: Write Protect is off
[   52.805275] sdd: Mode Sense: 00 3a 00 00
[   52.805303] SCSI device sdd: drive cache: write back
[   52.805307]  sdd: sdd1
[   52.815382] sd 5:0:1:0: Attached scsi disk sdd
[   52.815435] sd 5:0:1:0: Attached scsi generic sg3 type 0
[   52.815541]   Vendor: ATA       Model: ST3750640AS       Rev: 3.AA
[   52.815559]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   52.815633] SCSI device sde: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.815653] sde: Write Protect is off
[   52.815657] sde: Mode Sense: 00 3a 00 00
[   52.815687] SCSI device sde: drive cache: write back
[   52.815745] SCSI device sde: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.815761] sde: Write Protect is off
[   52.815765] sde: Mode Sense: 00 3a 00 00
[   52.815797] SCSI device sde: drive cache: write back
[   52.815801]  sde: sde1
[   52.825450] sd 5:0:2:0: Attached scsi disk sde
[   52.825499] sd 5:0:2:0: Attached scsi generic sg4 type 0
[   52.825595]   Vendor: ATA       Model: ST3750640AS       Rev: 3.AA
[   52.825613]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   52.825688] SCSI device sdf: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.825708] sdf: Write Protect is off
[   52.825711] sdf: Mode Sense: 00 3a 00 00
[   52.825742] SCSI device sdf: drive cache: write back
[   52.825798] SCSI device sdf: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.825816] sdf: Write Protect is off
[   52.825819] sdf: Mode Sense: 00 3a 00 00
[   52.825847] SCSI device sdf: drive cache: write back
[   52.825851]  sdf: sdf1
[   52.834982] sd 5:0:3:0: Attached scsi disk sdf
[   52.835036] sd 5:0:3:0: Attached scsi generic sg5 type 0
[   52.835131]   Vendor: ATA       Model: ST3750640AS       Rev: 3.AA
[   52.835149]   Type:   Direct-Access                      ANSI SCSI revision: 05
[   52.835223] SCSI device sdg: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.835241] sdg: Write Protect is off
[   52.835245] sdg: Mode Sense: 00 3a 00 00
[   52.835277] SCSI device sdg: drive cache: write back
[   52.835333] SCSI device sdg: 1465149168 512-byte hdwr sectors (750156 MB)
[   52.835351] sdg: Write Protect is off
[   52.835355] sdg: Mode Sense: 00 3a 00 00
[   52.835381] SCSI device sdg: drive cache: write back
[   52.835385]  sdg: sdg1
[   52.841751] sd 5:0:4:0: Attached scsi disk sdg
[   52.841800] sd 5:0:4:0: Attached scsi generic sg6 type 0
[   52.842032] GSI 22 sharing vector 0x3A and IRQ 22
[   52.842037] ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 17 (level, low) -> IRQ  58
[   52.842045] hda-intel: ioremap error
[   52.842053] ACPI: PCI interrupt for device 0000:02:01.0 disabled
[   52.842213] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ  217
[   52.842356] PCI: Setting latency timer of device 0000:00:11.5 to 64
[   53.429701] NET: Registered protocol family 10
[   53.429843] lo: Disabled Privacy Extensions
[   53.430086] IPv6 over IPv4 tunneling driver
[   53.697268] lp0: using parport0 (interrupt-driven).
[   53.764345] Adding 2819368k swap on /dev/sda5.  Priority:-1 extents:1 across: 2819368k
[   53.807345] EXT3 FS on sda1, internal journal
[   53.956232] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[   53.956237] md: bitmap version 4.39
[   54.401000] device-mapper: 4.6.0-ioctl (2006-02-17) initialised: dm-devel@red hat.com
[   55.288981] device-mapper: dm-linear: Device lookup failed
[   55.288990] device-mapper: error adding target to table
[   55.289320] device-mapper: dm-linear: Device lookup failed
[   55.289324] device-mapper: error adding target to table
[   55.292219] device-mapper: dm-linear: Device lookup failed
[   55.292225] device-mapper: error adding target to table
[   55.292644] device-mapper: dm-linear: Device lookup failed
[   55.292649] device-mapper: error adding target to table
[   55.293016] device-mapper: dm-linear: Device lookup failed
[   55.293021] device-mapper: error adding target to table
[   55.293343] device-mapper: dm-linear: Device lookup failed
[   55.293347] device-mapper: error adding target to table
[   55.293699] device-mapper: dm-linear: Device lookup failed
[   55.293704] device-mapper: error adding target to table
[   55.294033] device-mapper: dm-linear: Device lookup failed
[   55.294038] device-mapper: error adding target to table
[   58.402077] ACPI: Power Button (FF) [PWRF]
[   58.402126] ACPI: Sleep Button (CM) [SLPB]
[   58.402141] ACPI: Power Button (CM) [PWRB]
[   58.440780] Using specific hotkey driver
[   58.559537] ibm_acpi: ec object not found
[   58.595591] toshiba_acpi: Unknown parameter `hotkeys_over_acpi'
[   62.766361] ppdev: user-space parallel port driver
[   64.017240] eth0: no IPv6 routers present
[   72.037342] Bluetooth: Core ver 2.8
[   72.037350] NET: Registered protocol family 31
[   72.037352] Bluetooth: HCI device and connection manager initialized
[   72.037371] Bluetooth: HCI socket layer initialized
[   72.107655] Bluetooth: L2CAP ver 2.8
[   72.107661] Bluetooth: L2CAP socket layer initialized
[   72.184175] Bluetooth: RFCOMM socket layer initialized
[   72.184198] Bluetooth: RFCOMM TTY layer initialized
[   72.184202] Bluetooth: RFCOMM ver 1.7
vfx@jupiter:~$
 
  


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
How to mount disks so non-root can access? sheintze Linux - Software 1 03-12-2007 03:46 PM
Hald-subfs-mount Unmounts Usb Disks Directly After Mount dop SUSE / openSUSE 0 03-16-2006 10:58 AM
Anyway to mount dynamic disks? sureshot324 Linux - Software 1 03-16-2004 05:54 PM
Where to mount 2nd and 3rd disks vrillusions Linux - Hardware 3 11-29-2003 05:13 PM
Can't mount CD-RW-disks corwax Linux - Hardware 1 09-14-2003 06:09 PM

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

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