Win\DOS doesn't know about EXT2, but Linux knows about VFAT (Windows
partitions with LFNs) and MSDOS partitions. You need to know the device
name of your DOS partition - probably hda1. If not, use the p command
under fdisk - one of the entries should look like your DOS partition.
Then do:
# mkdir /mnt/dos
# mount -t vfat /dev/dospartition /mnt/dos
Replace dospartition with your DOS partition's device name.
When done using the partition:
# umount /mnt/dos
You may want to add an entry for your DOS partition to /etc/fstab to mount
it automatically when you boot. Look at the fstab file, or man fstab. If
it still won't work, feel free to email me. HTH, HAND.
On Tue, 29 Dec 1998, Charles Buchanan wrote:
> I meant to ask this one with the last message. Anyway, I downloaded
> Wordperfect8 for Linux when it first hit the download site. The question now
> is, it was downloaded and saved under Win98/DOS. My question is how would
> one transfer that file to the Linux Partition? Especially since Win98
> doesn't known the Linux partitions exist?
>
> Thanks!
--
Matthew Sachs
[EMAIL PROTECTED]
-- random fortune quote --
Man is the best computer we can put aboard a spacecraft ... and the
only one that can be mass produced with unskilled labor. -- Wernher
von Braun