Re: [opensuse] Paying for a Senior Moment



On Fri, 2007-01-05 at 09:02 -0500, Stephen P. Molnar, Ph.D. wrote:
I have just upgraded my linux machine to a 64bit AMD CPU. I also went
from the 32bit openSUSE v9.3 to the 64bit v10.3. However, the
systemboard only has one IDE connectir and I had three IDE HD's that I
wanted to install in the new system. So I installed a IDE to PCI card
that has two IDE cable slots. I also put a new 250GB SATA HD on the
system and unstalled the OS on that so I can boot the new machine. In
fact, this message is being sent via that medium.

The machine finds all of the HD's on boot, ans I can see them in
Krusaders Mountg-Manager. However, when I attem;pt to mount the IDE
drives in the Mount-Manager I get:

Could not mount device.
The reported error was:
mount: wrong fs type, bad option, bad superblock on /dev/hdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

Here is the fstab:

/dev/sda5 / ext3
acl,user_xattr 1 1
/dev/sda6 /home ext3
acl,user_xattr 1 2
/dev/hdc1 swap swap
defaults 0 0
/dev/sda1 swap swap
defaults 0 0
proc /proc proc
defaults 0 0
sysfs /sys sysfs
noauto 0 0
debugfs /sys/kernel/debug debugfs
noauto 0 0
usbfs /proc/bus/usb usbfs
noauto 0 0
devpts /dev/pts devpts
mode=0620,gid=5 0 0
/dev/fd0 /media/floppy auto
noauto,user,sync 0 0
/dev/hdb /hdb ext3 defaults 0 0

Change this to:

/dev/hdb1 /hdb ext3 defaults 0 0

/dev/hdc /hdc ext3 defaults 0 0
/dev/hdd /hdd ext3 defaults 0 0


Do the same for the hdc and hdd entry except you will need 2 entries for
the 2 partitions on the hdc drive as shown below in your dmesg output.

I added the last three lines in an attempt to find the drives, obviously
the file system is incorrect. I accepted the openSUSE installer
defaults, which is why sda5 and 6 are ext3.

Here is the output of dmesg (at least the parts that I think are for the
IDE HD's)

hdb: WDC WD400EB-00CPF0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdb: max request size: 128KiB
hdb: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(100)
hdb: cache flushes not supported
hdb: hdb1

Probing IDE interface ide1...
hdc: WDC WD1200JB-00GVA0, ATA DISK drive
hdd: WDC WD400JB-00ENA0, ATA DISK drive
ide1 at 0xffffc20000024c80-0xffffc20000024c87,0xffffc20000024c8a on irq 50
hdc: max request size: 64KiB
hdc: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63,
UDMA(100)
hdc: cache flushes supported
hdc: hdc1 hdc2
hdd: max request size: 64KiB
hdc: 234441648 sectors (120034 MB) w/8192KiB Cache, CHS=16383/255/63,
UDMA(100)
hdc: cache flushes supported
hdc: hdc1 hdc2
hdd: max request size: 64KiB
hdd: 78165360 sectors (40020 MB) w/8192KiB Cache, CHS=65535/16/63, UDMA(100)
hdd: cache flushes not supported
hdd: hdd1


--
Ken Schneider
UNIX since 1989, linux since 1994, SuSE since 1998

--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx



Relevant Pages

  • Re: ide disk not found on SATA port
    ... So, he bought a IDE ... Although - to be truthful - if the motherboard is not recognizing the ... Install your brother's present PATA HDD in a USB external hard drive ... Check his motherboard user's guide to see if it's necessary to install ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Help, HDD is working only on Ultra DMA mode 4
    ... No, I have HDD on primary IDE cable, and two optical drives on secondary IDE ... HDD is working only on Ultra DMA mode 4 with default ... but It doesnt work (windows was unable to install this driver). ...
    (microsoft.public.windowsxp.hardware)
  • Re: Install Problem at GUI Startup
    ... My guess is that it is switching the Adaptec to be in front of the IDE for some reason at this point. ... There is text mode setup, which sees HDs based on some very primative drivers, and then Plug and Play that kicks in at the GUI mode, and loads things there. ... >I am trying to do a clean install of Win SBS 2003. ... > the HDD and loads the necessary files to the HDD). ...
    (microsoft.public.windows.server.sbs)
  • Re: Install Problem at GUI Startup
    ... Does your IDE controller also function as an IDE RAID controller? ... I have redone the install from square one including repartioning the HDD. ...
    (microsoft.public.windows.server.sbs)
  • Re: Trouble using some (fast) compact flash as ide device on an embedded system
    ... What IDE hardware / host driver is used by this system? ... hdc: status error: status=0x58 ... disabling this config option should have the same effect as "ide=nodma". ...
    (Linux-Kernel)

Loading