Results 1 to 10 of 11
I powered down, pulled my PCI/IDE controller card with a disk on it to clean up some dust.
I powered back up, and had NOT plugged it back in. Now ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-02-2009 #1Linux User
- Join Date
- Apr 2007
- Posts
- 289
Oops. Missing disk after reboot...
I powered down, pulled my PCI/IDE controller card with a disk on it to clean up some dust.
I powered back up, and had NOT plugged it back in. Now it's missing from fdisk, /etc/fstab, and the 2 OS's on it return with 'Disk does not exist'.
How do I reset this?
- 03-02-2009 #2Linux User
- Join Date
- Apr 2007
- Posts
- 289
The cable is good - I swapped it to the primary IDE, rebooted, and both ODD's showed up.
The PCI/IDE controller card is showing up in 'lspci':
and lshw:Code:01:08.0 RAID bus controller: Silicon Image, Inc. PCI0680 Ultra ATA-133 Host Controller (rev 02)
The disk attached to it does not show in lshw.*-storage
description: RAID bus controller
product: PCI0680 Ultra ATA-133 Host Controller
vendor: Silicon Image, Inc.
physical id: 8
bus info: pci@0000:01:08.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: storage bus_master cap_list
configuration: driver=pata_sil680 latency=32 module=pata_sil680
- 03-02-2009 #3
Have you checked to see if hardrive shows up in Bios buccaneere?
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 03-02-2009 #4Linux User
- Join Date
- Apr 2007
- Posts
- 289
What's up there Roky!
I just pulled the disk, and plugged it into a external USB enclosure.
In BIOS, IDE primary shows one CD drive master, one DVD drive slave. Secondary IDE shows master and slave hard disks, but those 2 ain't the problem disks...
It's the one on the PCI/IDE card - the one I put PCLOS on with that link you posted up a few weeks ago.
In the USB enclosure, the disk spun up and mounted.

Do I need to get mount info to transfer back somehow??? UUID's?
- 03-02-2009 #5Linux User
- Join Date
- Apr 2007
- Posts
- 289
Either the molex connector is powerless, or it's a BIOS setting (which I haven't changed)...
- 03-02-2009 #6Linux User
- Join Date
- Apr 2007
- Posts
- 289
chucknb@chucknb-desktop:~$ sudo fdisk -l
[sudo] password for chucknb:
Disk /dev/sda: 30.7 GB, 30735581184 bytes
255 heads, 63 sectors/track, 3736 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0006ca0a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3736 30009388+ 7 HPFS/NTFS
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00022288
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 7343 58982616 83 Linux
/dev/sdb2 9448 9729 2265165 5 Extended
/dev/sdb3 7344 9447 16900380 83 Linux
/dev/sdb5 9448 9729 2265133+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdc: 80.0 GB, 80026361344 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000afd18
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 1019 8185086 83 Linux
/dev/sdc2 1020 9729 69963075 5 Extended
/dev/sdc5 1020 1528 4088511 82 Linux swap / Solaris
/dev/sdc6 4081 5099 8185086 83 Linux
/dev/sdc7 5100 5608 4088511 82 Linux swap / Solaris
/dev/sdc8 5609 9729 33101901 83 Linux
/dev/sdc9 1529 1553 200781 83 Linux
/dev/sdc10 1554 4080 20298096 8e Linux LVM
Partition table entries are not in disk order
chucknb@chucknb-desktop:~$
chucknb@chucknb-desktop:~$ ls -l /dev/disk/by-uuid
total 0
lrwxrwxrwx 1 root root 10 2009-03-01 21:30 16f2fa93-82a4-4f7c-9b6b-16bc3b60eca9 -> ../../sdc5
lrwxrwxrwx 1 root root 10 2009-03-01 21:29 2030A6DF30A6BAE4 -> ../../sda1
lrwxrwxrwx 1 root root 10 2009-03-01 21:30 47efefb2-eead-49ad-a7f4-ab27ce590840 -> ../../sdc7
lrwxrwxrwx 1 root root 10 2009-03-01 21:30 4c7ebe28-1305-4edb-8ed8-dc82f3485d0e -> ../../sdc6
lrwxrwxrwx 1 root root 10 2009-03-01 21:30 6ddd5d11-1721-445e-8ded-10b13f50dffe -> ../../sdc1
lrwxrwxrwx 1 root root 10 2009-03-01 21:29 7a3d3e29-066c-46c9-b9f6-55432838ebc1 -> ../../sdb5
lrwxrwxrwx 1 root root 10 2009-03-01 21:29 8fab092a-3955-4479-807e-156ad5855365 -> ../../sdb3
lrwxrwxrwx 1 root root 10 2009-03-01 21:29 c750b94d-415d-4015-8d90-54500d601b5d -> ../../sdb1
lrwxrwxrwx 1 root root 10 2009-03-01 21:30 de02bd28-ac29-4144-942b-f0c6b7166e0b -> ../../sdc9
lrwxrwxrwx 1 root root 10 2009-03-01 21:30 f33eebc6-03aa-454f-bd68-cac4e3e1e895 -> ../../sdc8
chucknb@chucknb-desktop:~$
- 03-02-2009 #7
The reason I mentioned bios is because on my Amrel Laptop running Award Bios ver 8 I have to use what is called a autodetect function that is in the cmos for it to see a different hardrive after it's been disconnected for any reason, I just tell it to auto detect drives and bios does its thing and remounts hardrive back onto the laptop so it'll boot up. Otherwise I just get a No Drive detected error if I don't do that. I'm not real hip on what you are trying to do with that pci adapter so I can't be of much help there. Its just that you are saying it jammed up because you forgot to reconnect it. Thats why I mentioned bios.
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 03-02-2009 #8Linux User
- Join Date
- Apr 2007
- Posts
- 289
/etc/fstab ain't showin' nothin'...
chucknb@chucknb-desktop:~$ mount
/dev/sdb1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-23-generic/volatile type tmpfs (rw)
securityfs on /sys/kernel/security type securityfs (rw)
/dev/sdc6 on /media/disk type ext3 (rw,nosuid,nodev,uhelper=hal)
/dev/sdc9 on /media/_boot type ext3 (rw,nosuid,nodev,uhelper=hal)
/dev/sdc1 on /media/disk-1 type ext2 (rw,nosuid,nodev,uhelper=hal)
/dev/sdc8 on /media/disk-2 type ext3 (rw,nosuid,nodev,uhelper=hal)
I don't get it.
- 03-02-2009 #9
Man, Casper or D-cat is gonna hafta untie this knot for you. I never seen so many partitions an I am goona be as usful as tits on a bull with this one bucaneere. Sorry.
Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 03-02-2009 #10Linux User
- Join Date
- Apr 2007
- Posts
- 289


Reply With Quote

