QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

How Do I Access Files on a MS-DOS Partition or Floppy?

Partitions And Filesystems
You can use the conv=text/binary/auto, umask=nnn, uid=nnn, and gid=nnn options to control the automatic line-ending conversion, permissions and ownerships of the files in the DOS file system as they appear under Linux. If you mount your DOS file system by putting it in your /etc/fstab, you can record the options (comma-separated) there, instead of defaults. Alternatively, you can use mtools, available in both binary and source form on the FTP sites. See Where Are the Linux FTP Archives?.

How do I make an MS-DOS bootable floppy?

Windows 3.1 FAQ
Place a blank formatted disk in the A: drive. Then from the DOS prompt of your boot hard drive type 'SYS A:\'. This will place the DOS system files and command file onto the floppy. Note that this will not copy any DOS system configuration or memory management programs. You will need to copy those over to the floppy as well if you need them (fdisk, format, etc.) Sometimes this happens. See similar questions...

How can I partition my drive to support both MS-DOS and *bsd?

Section 0. (Basic FAQ information)
NOTE: Before attempting to install *bsd on a computer with an active DOS partition, ALWAYS back up your hard drive. No one on the net, no matter how talented, can help you recover a hosed MS-DOS file system. If you lose all of your data, it is YOUR fault. During the install phase, you need to have un-allocated space left on your disk drive. This allows the install program to correctly install the *bsd partition in the partition table and DOS to peacefully co-exist with *bsd. See similar questions...

Can I mount my extended MS-DOS partition?

FreeBSD Handbook
Yes. DOS extended partitions are mapped in at the end of the other ''slices'' in FreeBSD, e.g., your D: drive might be /dev/da0s5, your E: drive, /dev/da0s6, and so on. This example assumes, of course, that your extended partition is on SCSI drive 0. For IDE drives, substitute ad for da appropriately if installing 4.0-RELEASE or later, and substitute wd for da if you are installing a version of FreeBSD prior to 4.0. See similar questions...

What is MS Access?

Forum FAQ - GameDev.Net Discussion Forums
MS Access is Microsoft's desktop database application. If you have purchased Microsoft's Access database application, you will be able to upload and use your Access database for free on your website as long as the server is a fully licensed MS NT/2000/2003 server. See similar questions...

I can access the DOS partition on my second disk from Unix but not DOS? Any suggestions?

Section 0. (Basic FAQ information)
One kinky problem that almost got me was when I tried to disklabel my second drive in order to use the DOS partition on it, and use the rest as swap for BSD (FreeBSD-1.0 Eps, SCSI drive on an AHA1542B, to be exact). The DOS partition was visible from UNIX, but *not* from DOS. What I tried to do: Using PFDISK (from DOS), make one big DOS partition at the start and use the rest for a BSD partition (type 165). See similar questions...

How can I access a NTFS partition?

DOS FAQ by Christoph Fuchs
If you want to read the files on your NTFS partiton (used by Windows NT or Windows 2000), I suggest to use this driver: http://www.drdos.net/files/ntfsdos.exe. A few people told me that they had problems using this driver with DR DOS (look at Lineo DR-DOS (4.4) for more detailed information). See similar questions...

How can I create a bootmenu in config.sys like in MS-DOS?

DOS FAQ by Christoph Fuchs
I have a NetWare 5.1 server and I need to create a multiple config boot. With MS-DOS, it was as simple as using the following structure in CONFIG.SYS. [Menu] Menuitem=BootServ, Boot Server Menuitem=BootWork, Boot Workstation Menudefault=BootServ, 10 [BootServ] [BootWork] Files=60 Buffers=20 Device=c:\CDROMDRV.SYS /D:CD001 Then AUTOEXEC.BAT looked like this. Prompt $P$G Goto %config% :BootServ cd\nwserver server goto END :BootWork mscdex /d:CD001 goto END :END Here is a sample CONFIG. See similar questions...

How can I access the internet with DOS?

DOS FAQ by Christoph Fuchs
First of all, you need a DOS compatible modem or ISDN card. I advise to use the Arachne browser, a great DOS webbrowser with PacketDriver and dialer. It's not difficult to set it up. See similar questions...

How can I edit MS-DOS files using Emacs?

GNU Emacs FAQ
of Emacs 20, detection and handling of MS-DOS (and Windows) files is performed transparently. You can open MS-DOS files on a Unix system, edit it, and save it without having to worry about the file format. When editing an MS-DOS style file, the mode line will indicate that it is a DOS file. See similar questions...

Why Are the Timestamps on Files on MS-DOS Partitions Set Incorrectly?

Troubleshooting
There is a bug in the program clock (often found in /sbin). It miscounts a time zone offset, confusing seconds with minutes or something like that. Get a recent version. See similar questions...

Can the HXTT Access support Czech MS - DOS 895?

faq.html - HXTT Access JDBC Drivers for Microsoft Access (MS...
The HXTT Access supports all codepage, multilingual collation sequence, and unicode character set. Cp895(Czech MS - DOS 895), Cp620(Polish MS - DOS 620) and Mazovia are extra supported although JVM doesn't support those. See similar questions...

Q.A13- How about a MS-DOS or MS-Windows port?

Answers to Frequently Asked Questions about XFree86
There is some work being done to create a free port of XFree86 to Microsoft Windows. However, in the mean time, if you need to run X on such a platform you'll need to use one of the available commercial servers. One of the commercial products, X Appeal, is from an XFree86 sponsor and is a port of the XFree86 servers to MS-DOS. They also have a freely available demo version. X11R6.3 does include some support for MicroSoft Windows NT. See similar questions...

Whenever I try to shut down to MS-DOS I get a blue screen error - what is wrong?

ActiveWindows -- Frequently Asked Questions - Windows 98 and...
It is likely that you have run into the USB problems that Windows 98 has brought with it. If you have a USB device plugged into your computer (Gamepads etc) then sometimes, when you shut down into DOS - Windows 98 will give you a blue screen error, that only a reboot can fix. The work around is to unplug the USB device before rebooting. See similar questions...

How do I mount a secondary DOS partition?

Disks, Filesystems, and Boot Loaders
The secondary DOS partitions are found after ALL the primary partitions. For example, if you have an “E” partition as the second DOS partition on the second SCSI drive, you need to create the special files for “slice 5” in /dev, then mount /dev/da1s5: # cd /dev # sh MAKEDEV da1s5 # mount -t msdos /dev/da1s5 /dos/e See similar questions...

How can I put 1TB files on my floppy?

Frequently Asked Questions for FreeBSD 2.X, 3.X and 4.X
I keep several virtual ones on floppies :-). The maximum file size is not closely related to the maximum disk size. The maximum disk size is 1TB. It is a feature that the file size can be larger than the disk size. The following example creates a file of size 8T-1 using a whole 32K of disk space (3 indirect blocks and 1 data block) on a small root partition. The dd command requires a dd that works with large files. % cat foo df . See similar questions...

I can?t access my files I saved to my floppy. What can I do?

Frequently Asked Questions
The library computer lab has a Norton Disc Doctor program that will diagnose and may be able to repair floppy discs. Try saving your work to a USB drive, also known as a thumb or flash drive. See similar questions...

I hear that MS-DOS has gone, how will I run some older programs like Scandisk etc?

ActiveWin: Frequently Asked Questions - Windows Millennium E...
MS-DOS isn't gone, its just harder to get too. Just create a Windows Start Up disk and you can easily get to MS-Dos. Programs like Scandisk no longer need to run in Dos if there is a bad shutdown, Microsoft has improved the program to run when Windows restarts. No. Creating a boot disk to run a bios update is easily done. Read our tip for details on how to create one. See similar questions...

Explore Other Topics

What is the difference between authorised share capital and issued share capital?
Can a person selling a home cause a radon test to pass?
Why Are Electrolytes Important?
How do I configure Outlook/ Outlook Express?
What's the difference between horsepower to the flywheel and horsepower to the wheels?
How do I compress audio using QuickTime?
Where should I mail my tax return?
What is the advantage of building muscular endurance?
Porcelain Tile - How does Porcelain Tile differ from other types of ceramic tile?
Do I need to bury this pipe and if so, how deep?
Do I sacrifice R-value when I install glass block on the outside walls?
What is the difference between Offset and Coated (Matte or Gloss) Paper Stock?
How long will it take to resolve a criminal case?
What is Joint Tenancy?
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact