Re: [pc110] Has anyone had problems with using the PCMCIA sockets for the PC110?

Oscar M. Siguenza (osiguenz nospam at fmi.fujitsu.com)
Fri, 20 Nov 1998 14:39:36 -0800

Hi Alan,

Ok, here goes the sequence:

umount /mnt
sync
eject it
plug in to Fujitsu Lifebook 656TX (I think that is the model)
/etc/rc.d/rc.pcmcia restart (needed to do this because it did not
autodetect when I plugged in)
** info from cardmgr **
hde: Integral Peripherals 8340PA, 325MB w/ 32kB Cache, CHS=7771/16/54
hdf: no response (status = 0xa1)
ide2 at 0x100-0x107,0x10e on irq 3
hde: hde1 hde2
(by the way this notebook is using pcmcia-cs-2.9.12 w/ kernel 2.0.30)

mount -t ext2 /dev/hde2 /mnt
cd /mnt
mkdir test
cd test
cp ~/.bash_profile test
ls -l test
** info from ls -l **
-rw-r--r-- 1 root root 14 Nov 20 14:31 test
cd
umount /mnt
sync
eject it

plug in to pc110, then in pc110
mount -t ext2 /dev/hdc2 /mnt
cd /mnt
ls -l test
** info from ls -l **
ls: test: No such file or directory

Alan Cox wrote:
>
> > at the directory I put the data on, the new files are not there!! If
> > I go through some cycles of mount/umount and force and e2fsck check
> > I finally get the harddisk files recovered after e2fsck "fixes" the
> > problem. Mind you, up to this point e2fsck and mount never complains
> > about the file system being bad!!!
>
> They wont have noticed yet.
>
> The following is supposed to work
>
> umount /dev/hdc1 (or whatever and each file system on the disk)
> sync
> eject it
>
> load on another box
> mount it
> do stuff
> umount it
> sync
>
> add to original
> mount it
>
> If that isnt working, congratulations you've found a bug. If so le tme
> know the precise command sequence you use and I'll take a look

-- 
/*-------------------------------------------------------------------*/
/* Oscar M. Siguenza, Director of Methodology & Applications         */
/* Systems Solutions, Fujitsu Microelectronics, Incorporated         */
/* EMAIL: osiguenz nospam at fmi.fujitsu.com                                   */
/* PHONE: 408-922-9463 FAX: 408-432-9049                             */
/*-------------------------------------------------------------------*/