Reading/Using DOS formatted disk with Linux

Reading/Using DOS formatted disk with Linux

Post by Kurt Wa » Wed, 25 Feb 1998 04:00:00



On Tue, 24 Feb 1998 00:43:55 GMT,

Quote:>This may sound dumb, but I'm DOS-centric.   Is it possible to use Linux
>files that are on a DOS formatted floppy disk?  Thanks.

It depends, and, anyway, I'm not sure what you mean.  You can use the mtools
suite (man mtools) do read, write and otherwise manipulate DOS disks under
Linux.

Kurt

 
 
 

Reading/Using DOS formatted disk with Linux

Post by Frank Meu » Wed, 25 Feb 1998 04:00:00


you could also mount your floppy drive using the msdos file system

mount -t msdos -o rw /dev/fd0 /floppy

this way you can read/write to the floppy from any app.

regards

Frank

--
======================================================================
Frank Th.A. Meus       || Interests : Delphi, Raytracing, *...

======================================================================


>On Tue, 24 Feb 1998 00:43:55 GMT,

>>This may sound dumb, but I'm DOS-centric.   Is it possible to use Linux
>>files that are on a DOS formatted floppy disk?  Thanks.

>It depends, and, anyway, I'm not sure what you mean.  You can use the mtools
>suite (man mtools) do read, write and otherwise manipulate DOS disks under
>Linux.

>Kurt


 
 
 

Reading/Using DOS formatted disk with Linux

Post by Will Hargra » Mon, 02 Mar 1998 04:00:00


Hello No!

On Tue 24 Feb 1998 at 23:14 you wrote the following to All:

 NSs> What I've been trying to do is download Linux files via Win95, since I
 NSs> haven't been able to get PPP up yet, unzip and read the files for
 NSs> installation on a Redhat 5.0 installation.

All you need to do is mount your 95 harddisk - see the mount manual page for
more details ("man mount")

For filesystem type, you'll want to use vfat if you've got kernel support for
it, as this supports the Win95 long filenames. Else, you'll have the use msdos.

Is this what you wanted?