> agent25 wrote:
> 
> Is it possible to copy or link to files on my win98 partition and copy
> them to my linux partition?
> If its possible please respond thanks

use it like this:

mkdir /mnt/c

mount -t vfat /dev/hdXY /mnt/c , where X, Y - drive and partition

i.e.

 mount -t vfat /dev/hda1 /mnt/c

Reply via email to