home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / pcmcia / ide.opts < prev    next >
Text File  |  1999-10-31  |  391b  |  19 lines

  1. # ATA/IDE drive adapter configuration
  2. #
  3. # The address format is "scheme,socket,serial_no[,part]".
  4. #
  5. # For multi-partition devices, first return list of partitions in
  6. # $PARTS.  Then, we'll get called for each partition.
  7. #
  8. case "$ADDRESS" in
  9. *,*,*,1)
  10.     #DO_FSTAB="y" ; DO_FSCK="y" ; DO_MOUNT="y"
  11.     #FSTYPE="msdos"
  12.     #OPTS=""
  13.     #MOUNTPT="/ide"
  14.     ;;
  15. *,*,*)
  16.     #PARTS="1"
  17.     ;;
  18. esac
  19.