On Tue, 30 Mar 1999, Jeanette Russo wrote:

> I have a small Windows partition on fat 16 hda about 500 Mb which I kept to
> run Wine.  How do I first mount the Dos partition

If you wish to use Windoze 9x long filenames,
        mkdir /mnt/dos
        mount -t vfat /dev/[yourpartition] /mnt/dos
If you don't need them,
        mkdir /mnt/dos
        mount -t msdos /dev/[yourpartition] /mnt/dos

Where [yourpartition] is the partition you have DOS/Windoze on (for
example hda1 if it's on the first partition of the first IDE disk, or
sdb3 if it's on the third partition of the second SCSI disk).

> and second setup Wine.

In /etc/wine.conf, add (or change what's there about drive C)

[Drive C]
Path=/mnt/dos
Type=hd
Label=Something
Filesystem=win95

If you want to use your CD-ROM drive, add something like

[Drive D]
Path=/mnt/cdrom
Type=cdrom
Label=CD-Rom
Filesystem=win95

LLaP
bero


Reply via email to