On Tue, 15 Apr 2003 21:36:50 -0700 Jerry <jerryvb@ispwest.com> wrote: > 2. Edit your /etc/fstab file, put this line in it: > /dev/hdd /mnt/zip vfat user,noauto 0 0 > ^^^ ^^^^^^^ > ^change these^ to match your setup The device is usually /dev/hdd4 -- for some reason zip drives use only the fourth partition on the disks. Once fstab is set up you can mount with either "mount /dev/hdd4" or "mount /mnt/zip". Your choice. Kevin