Re: Linux Dos Euphoria and Llama
On Fri, 16 Jul 1999, you wrote:
> Just a few questions here. Will Llama run under Linux yet?
> What is the best way to move things between my 3 Gig Win98 Drive and my
> 1 Gig SCSI Linux drive? I am using Lilo as my Boot Strap. I am going
> to be developing a Windows version and Linux version of EAGLE at the
> same time, and need to find the best way to copy between OS's, Also I am
> in the process of converting my VideoLib program to Llama from Win32 and
> hope to be able to port that to Linux as well.
Hi,
The easiest way is to mount the Win98 drive in Linux as, perhaps,
/dos. You can then work with the files just like any on the Linux partition.
as root, do this:
cd /
mkdir /dos
mount -tvfat /dev/hda1 /dos
You can make an entry into your /etc/fstab file like the following
(dba1 is assuming DOS/WIN is on the C: drive, first partition)
so that the /dos partition will be available on bootup.
/dev/hda3 swap swap defaults 0 0
/dev/hdb1 / ext2 defaults 1 1
/dev/hda1 /dos vfat defaults 0 0
/dev/hdc /cdrom iso9660 ro,noauto,user 0 0
/dev/fd0 /floppy auto noauto,user 0 0
Note that Linux will read and write (given adequate permissions) DOS and
Windows files just fine. Windows can't reciprocate, unfortunately.
Regards,
Irv
|
Not Categorized, Please Help
|
|