Karsten M. Self writes: > Add them to your /etc/fstab with 'auto' mount options.
Which might catch the msdos file system instead of the vfat (Win95/98) filesystem module. Try the vfat option instead: /dev/hdb10 /mnt/dos/win98c vfat rw,gid=dos,umask=002 0 0 This will mount /dev/hdb10 as /mnt/dos/win98c and be read write for the dos group, which may or may not exist on your system, so make sure you create it, first, or change it to some other group. Andrew.