Multiple partitions on C/F

From: <A.Pearce.a.t.salford.ac.uk>
Date: Mon Apr 22 2002 - 12:26:57 EDT

 I have tried this on Fam O.51 and today the latest Fam 0.52 pre ??
I created 2 ext2 partitions on my sandisk c/f Card

here is the /etc/pcmcia opts

# ATA/IDE drive adapter configuration
#
# The address format is "scheme,socket,serial_no[,part]".
#
# For multi-partition devices, first return list of partitions in
# $PARTS. Then, we'll get called for each partition.
#
case "$ADDRESS" in
*,*,*,1)
    #INFO="Sample IDE setup"
    DO_FSTAB="n" ; DO_FSCK="y" ; DO_MOUNT="y"
    FSTYPE="ext2"
    OPTS="noatime"
    MOUNTPT="/home"
    ;;
*,*,*,2)
    #INFO="Sample IDE setup"
    DO_FSTAB="n" ; DO_FSCK="y" ; DO_MOUNT="y"
    FSTYPE="ext2"
    OPTS="noatime"
    MOUNTPT="/ipk"
        ;;
*,*,*)
"/etc/pcmcia/ide.opts" [readonly] 29 lines, 616 characters

here is the console output when inserting the card...

hda: SanDisk SDCFB-256, ATA DISK drive
ide0 at 0xc8911000-0xc8911007,0xc891100e1KiB Cache,
CHS=us0/target0/lun0: p1 p2
ide_cs: hda: Vcc = 3.3, Vpp = 0.0
cardmgr[81]: executing: './ide start hda'
 /dev/ide/host0/bus0/target0/lun0: p1 p2
cardmgr[81]: + /dev/hda1: clean, 15/25688 files, 7494/102640
blocks
 /dev/ide/host0/bus0/target0/lun0: p1 p2
 /dev/ide/host0/bus0/target0/lun0: p1 p2
cardmgr[81]: + /dev/hda1 on /home type ext2 (rw,noatime)

The 2nd partition never gets mounted ...

OK I think that I have something dumb but I cannot see what it is ...
( I do not have any entrys in fstab for this disk ...)
Received on Mon Apr 22 16:27:08 2002

This archive was generated by hypermail 2.1.8 : Tue May 04 2004 - 09:38:49 EDT