The DVD drive that I had in my little server died and I need to replace it. The drive was a ATA drive, Plextor PX-708A and the new one is a SATA, ASUS DRW-24B3ST. I could not find an ATA drive so that is why the SATA device. The problem is the new drive is not recognized during the boot process. The POST finds the drive and I see it in the BIOS setup screens. The drive works well in a Windows machine and the drive from the Windows machine, Plextor PX-B320sA also will not be recognized. The motherboard is an Abit KN8 Ultra and has never had a problem. Here is the system;
Looking at the DMESG I find only these drives at boot time
Here is thefstab for examination if need be.
I have not been able to find anything that would help with searching the post here and on other areas. If anybody gas any idea what is happening and how to fix it I would be very grateful. I know that there other people out there much wiser than me.
Thanks!
Keith
Code:
Copyright (c) 1992-2007 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 6.2-RELEASE #1: Wed Feb 14 16:10:04 MST 2007
Keith@Phaedra.group1:/usr/obj/usr/src/sys/GENERIC_SMP
acpi_alloc_wakeup_handler: can't alloc wake memory
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (2210.20-MHz 686-class CPU)
Origin = "AuthenticAMD" Id = 0x20fb1 Stepping = 1
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x1<SSE3>
AMD Features=0xe2500800<SYSCALL,NX,MMX+,FFXSR,LM,3DNow+,3DNow>
AMD Features2=0x3<LAHF,CMP>
Cores per package: 2
real memory = 3488481280 (3326 MB)
avail memory = 3413716992 (3255 MB)
ACPI APIC Table: <Nvidia AWRDACPI>
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
ioapic0: Changing APIC ID to 2
ioapic0 <Version 1.1> irqs 0-23 on motherboard
Looking at the DMESG I find only these drives at boot time
Code:
fdc0: <floppy drive controller> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
ugen0: American Power Conversion Back-UPS RS 1500 FW:8.g9 .D USB FW:g9, rev 1.10/1.06, addr 2
Timecounters tick every 1.000 msec
ad0: 76319MB <WDC WD800JB-00CRA1 17.07W17> at ata0-master UDMA100
ad1: 238475MB <HDT722525DLAT80 V44OA30C> at ata0-slave UDMA133
ad3: 190782MB <HDS722525VLAT80 V36OA60A> at ata1-slave UDMA100
ad8: 1907729MB <Hitachi HDS722020ALA330 JKAOA28A> at ata4-master SATA300
ad10: 953869MB <WDC WD10EACS-00C7B0 01.01B01> at ata5-master SATA300
ad12: 381554MB <Seagate ST3400632A 3.04> at ata6-master UDMA100
SMP: AP CPU #1 Launched!
Trying to mount root from ufs:/dev/ad0s2a
Here is thefstab for examination if need be.
Code:
# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1b none swap sw 0 0
/dev/ad0s2a / ufs rw 1 1
/dev/ad0s3h /home ufs rw 2 2
/dev/ad0s3e /opt ufs rw 2 2
/dev/ad0s3d /tmp ufs rw 2 2
/dev/ad0s3f /usr ufs rw 2 2
/dev/ad0s3g /var ufs rw 2 2
/dev/ad1cs1 /store250 ufs rw 2 2
/dev/ad3s1 /store200 ufs rw 2 2
/dev/ad8s1d /storage4 ufs rw 2 2
/dev/ad10s1d /storage1 ufs rw 2 2
/dev/ad12s1d /store400 ufs rw 2 2
/dev/acd0 /cdrom cd9660 ro,noauto 0 0
/dev/fd0 /floppy msdos rw,noauto 0 0
//nobody@Prometheus/public /Prometheus_public smbfs rw,noauto -N 0 0
/dev/da0s1 /flash msdos rw,noauto 0 0
/dev/da0 /sonyflash msdos rw,noauto 0 0
I have not been able to find anything that would help with searching the post here and on other areas. If anybody gas any idea what is happening and how to fix it I would be very grateful. I know that there other people out there much wiser than me.
Thanks!
Keith