Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 27th January 2006, 07:07 PM
RichGags's Avatar
RichGags Offline
Registered User
 
Join Date: Jan 2006
Posts: 69
DOS Emulator?

Anyone know of a FC4 program that will emulate a MS-DOS enviornment?

At my office, we use an old DOS database called Q&A. Everytime I need to connect to it, I have to reboot to XP. Any ideas?

Thanks!
__________________
Rich
Dell Inspiron 8100
P3 1.13 GHz
512 MB RAM
2.6.14-1.1656_FC4
Gnome Desktop 2.10.0
Reply With Quote
  #2  
Old 27th January 2006, 07:29 PM
sailor's Avatar
sailor Online
Registered User
 
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 3,996
dosbox might meet your needs...
I believe it is available through the repositories
Quote:
yum install dosbox
__________________
sailor
Fedora 16, Mac OSX Snow Leopard, Windows 7
Registered linux user #362635
****************************************
Reply With Quote
  #3  
Old 27th January 2006, 07:30 PM
foshizl Offline
Registered User
 
Join Date: Jan 2006
Posts: 12
I have used this a couple of times...

http://www.jaegertech.com/dosboxer
Reply With Quote
  #4  
Old 27th January 2006, 07:42 PM
RichGags's Avatar
RichGags Offline
Registered User
 
Join Date: Jan 2006
Posts: 69
Awesome! Thanks! Now if I can just figure out how to mount my XP partition. ...
__________________
Rich
Dell Inspiron 8100
P3 1.13 GHz
512 MB RAM
2.6.14-1.1656_FC4
Gnome Desktop 2.10.0
Reply With Quote
  #5  
Old 27th January 2006, 07:53 PM
sailor's Avatar
sailor Online
Registered User
 
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 3,996
How about moving the database to your linux partition and running the dos applcation from dosbox.
NTFS drivers are available (captive drivers) but reports that it sometimes damages the windows file system when copying files from linux to windows. No problems when copying from windows to linux. Another method would be to make a fat32 partition that both windows and linux can mount and read without drivers.
__________________
sailor
Fedora 16, Mac OSX Snow Leopard, Windows 7
Registered linux user #362635
****************************************
Reply With Quote
  #6  
Old 27th January 2006, 07:57 PM
benni. Offline
Registered User
 
Join Date: Jul 2005
Posts: 4
DosBOX

Hi!

I really love DOSBox too which totally fulfills my needs. Have fun!
Reply With Quote
  #7  
Old 27th January 2006, 08:11 PM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
Lightbulb

Quote:
Originally Posted by sailor
How about moving the database to your linux partition and running the dos applcation from dosbox.
NTFS drivers are available (captive drivers) but reports that it sometimes damages the windows file system when copying files from linux to windows. No problems when copying from windows to linux. Another method would be to make a fat32 partition that both windows and linux can mount and read without drivers.
There is also the option of using ext2 instead of FAT32 thanks to a freeware Window$ driver that provides read/write support. I haven't used it yet, but I plan to give it a try. This is especially usefull considering M$ decided to exercise a patent claim on some part of FAT. I haven't kept up with the issue in the past few days so I don't know the latest details.

http://www.fs-driver.org/
Reply With Quote
  #8  
Old 27th January 2006, 09:33 PM
sailor's Avatar
sailor Online
Registered User
 
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 3,996
LinuxManMikeC, That is new information to me, I will look into that, thanks...I hosed my windows partition once and kinda shy away from the NTFS drivers. I have been using a fat32 partition for moving data, which works quite well, but if the new drivers work i'll give it a try...
EDIT: i checked out those drivers and they are for read/write from windows to linux not linux to windows, which is what RichGags was looking for...I have used those type drivers before (ext2fs and reiserfstool for windows)
__________________
sailor
Fedora 16, Mac OSX Snow Leopard, Windows 7
Registered linux user #362635
****************************************

Last edited by sailor; 27th January 2006 at 09:39 PM.
Reply With Quote
  #9  
Old 28th January 2006, 02:08 AM
RichGags's Avatar
RichGags Offline
Registered User
 
Join Date: Jan 2006
Posts: 69
So to connect to a server which is at my office (which is on a XP Pro box with NTFS) without trashing the server, I should do what?
__________________
Rich
Dell Inspiron 8100
P3 1.13 GHz
512 MB RAM
2.6.14-1.1656_FC4
Gnome Desktop 2.10.0
Reply With Quote
  #10  
Old 28th January 2006, 03:09 AM
LinuxManMikeC's Avatar
LinuxManMikeC Offline
Registered User
 
Join Date: Aug 2005
Location: Ohio, USA
Age: 28
Posts: 299
Quote:
Originally Posted by sailor
i checked out those drivers and they are for read/write from windows to linux not linux to windows, which is what RichGags was looking for...I have used those type drivers before (ext2fs and reiserfstool for windows)
I was just pointing out an alternative to FAT32 for sharing a partition between a WIndow$ and Linux on a dual boot computer. I think you brought up the FAT32 partition, sailor. There is a commercial NTFS driver for Linux that costs about $30 (it also does several other file systems). My main point is, if you are going to create a partition to share between Window$ and Linux, why use a M$ filesystem if you don't have to?

Quote:
Originally Posted by RichGags
So to connect to a server which is at my office (which is on a XP Pro box with NTFS) without trashing the server, I should do what?
You shouldn't need to worry about what filesystem is on the server. Just get the client software working on DOSBox or on DOS in Bochs (don't you love these names?). I have no idea what kind of networking support you need so I'm not sure if DOSBox can handle it. DOS in Bochs will definitely handle any networking support you need though it may be slower. You shouldn't have to do a darn thing to the server, just make sure that the client software is running fine so you don't spread problems to the server (though I doubt such serious problems will show up).
Reply With Quote
  #11  
Old 28th January 2006, 05:04 AM
sailor's Avatar
sailor Online
Registered User
 
Join Date: Mar 2004
Location: San Antonio, Texas
Age: 55
Posts: 3,996
Yeah, I know what you mean LinuxMikeC...As I re-read the question, drivers aren't really the issue, there is no need for drivers when accessing the server.
So the main issue here is to access the server through dosbox, then run the Q&A application...
and that I have no idea of how to do. I was thinking more on the lines of accessing the server thru his linux box, then starting the Q&A app through dosbox.
__________________
sailor
Fedora 16, Mac OSX Snow Leopard, Windows 7
Registered linux user #362635
****************************************

Last edited by sailor; 28th January 2006 at 05:19 AM.
Reply With Quote
  #12  
Old 28th January 2006, 01:31 PM
RichGags's Avatar
RichGags Offline
Registered User
 
Join Date: Jan 2006
Posts: 69
Ok, firstly, thanks fo far everyone! Now, within DOSbox it tells you how to designate drives. Its says:

Code:
For Windows:
mount c c:\dosprog       will create a C drive in Dosbox with c:\dosprog as its contents

For Other platforms:
mount c /home/user/dosprog will do the same.
But first in order to do this I have to "connect" (sorry dont know the terminology-mount?) to the XP box, and "map the network drive" so that FC4 can read it? How do I do this?

TIA!
__________________
Rich
Dell Inspiron 8100
P3 1.13 GHz
512 MB RAM
2.6.14-1.1656_FC4
Gnome Desktop 2.10.0
Reply With Quote
Reply

Tags
dos, emulator

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mac os x emulator mathan Using Fedora 6 3rd October 2009 09:00 PM
ps2 emulator for F7 available? dlux45 Gamers' Lounge 7 29th December 2007 05:07 AM
Mac OS X Emulator? NinjaTails Using Fedora 16 18th May 2007 04:14 PM
xbox emulator for FC flashdog Using Fedora 5 11th July 2006 03:56 PM
xp emulator Random_hero_au Using Fedora 3 10th January 2005 09:47 AM


Current GMT-time: 05:32 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat