public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
From: "Andrew Bird (Sphere Systems)" <ajb@spheresystems.co.uk>
To: "John R. Sowden" <jsowden@americansentry.net>,
	JD Fenech <jd.fenech@gmail.com>
Cc: linux-msdos@vger.kernel.org
Subject: Re: Floppy Disks (Is anyone out there?)
Date: Sun, 6 Apr 2008 19:59:23 +0100	[thread overview]
Message-ID: <200804061959.24067.ajb@spheresystems.co.uk> (raw)
In-Reply-To: <47F8FFAC.7000207@americansentry.net>

Hi there,
	Thinking about your problem I just tried this, and it seemed to work

In Linux

Copy contents of disk1 to /tmp/disk1
Copy contents of disk2 to /tmp/disk2
Copy contents of disk3 to /tmp/disk3
Copy contents of disk4 to /tmp/disk4

then cd /tmp

ln -s disk1 a

Now in DOS do
lredir a: linux\fs/tmp/a

start install in DOS, when prompted for disk change do the following in Linux

rm a
ln -s disk2 a

back in DOS press OK, or whatever to signal disk has changed

and repeat until done

Hope that helps,


Andrew


==================== example =======================
### Linux
cd /tmp 
mkdir disk1 disk2
echo hello > disk1/hello.txt
echo there > disk2/there.txt
ln -s disk1 a

### DOS
C:\>lredir a: linux\fs/tmp/a
A: = LINUX\FS/TMP/A  attrib = READ/WRITE

C:\>dir a:
 Volume in drive A is /tmp/a
 Directory of A:\

HELLO    TXT             6  04-06-08  7:45p
         1 file(s)              6 bytes
         0 dir(s)   2,147,450,880 bytes free

### Linux 
cd /tmp && rm a ; ln -s disk2 a

### DOS
C:\>dir a:
 Volume in drive A is /tmp/a

 Directory of A:\

THERE    TXT             6  04-06-08  7:46p
         1 file(s)              6 bytes
         0 dir(s)   2,147,450,880 bytes free











On Sunday 06 April 2008 17:51, John R. Sowden wrote:
> JD Fenech wrote:
> > Hi.
> >
> > Can someone at least reply? If noone actually knows anything, a few
> > responses would be comforting. If anyone has any ideas on how I can
> > switch disk images when I need to, that would be great.
>
> Just had to respond to your plea.  I have the same problem when I send
> out a request for help and get no response.  Anyway, back in the
> eighties,  the BIOS was changed  to allow  for computers with only one
> floppy to  fake  switching to a non-existent b: drive.   My suggestion
> to you is to set your boot program (grub, etc.) to allow for a  true DOS
> boot (Freedos/4dos in my case) and read in  your floppies (sounds like a
> program install).  Then  access  the  data  from Linux, if that's your
> choice.  Just another way of looking at the problem.
>
> John
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2008-04-06 18:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-02 23:57 Floppy Disks (Is anyone out there?) JD Fenech
2008-04-05 10:30 ` John R. Sowden
2008-04-06 18:59   ` Andrew Bird (Sphere Systems) [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200804061959.24067.ajb@spheresystems.co.uk \
    --to=ajb@spheresystems.co.uk \
    --cc=jd.fenech@gmail.com \
    --cc=jsowden@americansentry.net \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox