Hello,

  did you have a look at your /etc/fstab file ?

  I used to have my dos filesystem in /dev/hda1, so my /etc/fstab had
a line :

/dev/hda1              /mnt/c:         msdos   user

  What typing 'mount' say (it should list the mounted filesystems).
Assuming your win filesystem is on /dev/hda1, what happens when you
do :

mount -t msdos /dev/hda1 /mnt/my_dos_files

  (/mnt/my_dos_files should be an existing directory, preferably empty).

  Etienne

Reply via email to