[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

fsck.msdos



I have a sony msac-pc2 pcmcia memory stick card. It works great with
pcmcia-cs, and it mounts cleanly as in ide drive. I have the following
in /etc/pcmcia/ide.opts:

case "$ADDRESS" in
*,*,*,1)
    INFO="IDE pcmcia"
    DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
    FSTYPE="msdos"
    OPTS=""
    MOUNTPT="/mnt/ide"
    ;;
*,*,*)
    PARTS="1"
    # Card eject policy options
    NO_CHECK=n
    NO_FUSER=n
    ;;
esac

The card gets mounted as soon as I insert it, but tries to fsck upon insertion.

Sep 10 11:10:58 laptop cardmgr[368]: executing: './ide start hdg'
Sep 10 11:10:59 laptop cardmgr[368]: + fsck: fsck.msdos: not found
Sep 10 11:10:59 laptop cardmgr[368]: + /sbin/fsck: Error 2 while executing fsck.msdos for /dev/hdg1
Sep 10 11:10:59 laptop kernel:  /dev/ide/host3/bus0/target0/lun0: p1
Sep 10 11:10:59 laptop kernel:  /dev/ide/host3/bus0/target0/lun0: p1

where do I get fscdk.msdos? It is not part of mtools, and apt-cache search does
not give me any info. Should I just change ide.opts to not fsck upon insertion?

thanks for the help!

:^P

-- 
Peter Hicks
GnuPG public key: http://jah.net/~petong/public_key.txt
Key Fingerprint: 4E24 3C78 A165 537C 729C  8D25 3547 3CE9 9E7D 42B6



Reply to: