On 11/06/2012 10:51 AM, Martin McCormick wrote:
Is there any utility that will move the heads on a
floppy drive from one stop to the other? I needed to write a
floppy on an old system and discovered that the drive's head
moving hardware has gotten stiff with disuse. It gets bette
On 11/6/2012 11:34 AM, Martin McCormick wrote:
> Stan Hoeppner writes:
>> #!/bin/bash
>> count=0
>> while [ $count -le 100 ]; do
>>dd if=/dev/fd0 of=/dev/null count=1 skip=1
>>dd if=/dev/fd0 of=/dev/null count=1 skip=2940
>>let count=count+1
>> done
>
> Thanks! That appears to be doing
Stan Hoeppner writes:
> #!/bin/bash
> count=0
> while [ $count -le 100 ]; do
>dd if=/dev/fd0 of=/dev/null count=1 skip=1
>dd if=/dev/fd0 of=/dev/null count=1 skip=2940
>let count=count+1
> done
Thanks! That appears to be doing the job. Time will tell if it
frees it up.
Martin
--
To
On 11/6/2012 9:51 AM, Martin McCormick wrote:
> Is there any utility that will move the heads on a
> floppy drive from one stop to the other? I needed to write a
> floppy on an old system and discovered that the drive's head
> moving hardware has gotten stiff with disuse. I
Darac Marjal writes:
> You could try a disk-benchmarking program such as bonnie++.
> Alternatively, use dd with alternating seek= parameters to write to the
> start/end/start/end/... of the disk.
Both sound like good ideas. I will try dd first since it
is at hand and see if the mechanism f
On Tue, Nov 06, 2012 at 09:51:59AM -0600, Martin McCormick wrote:
> Is there any utility that will move the heads on a
> floppy drive from one stop to the other? I needed to write a
> floppy on an old system and discovered that the drive's head
> moving hardware has gotten
Is there any utility that will move the heads on a
floppy drive from one stop to the other? I needed to write a
floppy on an old system and discovered that the drive's head
moving hardware has gotten stiff with disuse. It gets better the
more I do something like dd if=/dev/fd0 of=som
[CC'ed as per request]
Charlie Derr:
>
> mount: special device /dev/fd0 does not exist
Your friend probably needs to load the 'floppy' module manually. To make
the system auto-load it on boot, just add a line containing 'floppy' to
/etc/modules.
J.
--
After the millenium I will shoot to kill.
ng is working on his machine except his floppy drive. He
has data on floppies (written from an old
DOS machine) that he wants to print. As I said, he's done this in the past
(prior to this latest upgrade) without
trouble. He's now tried multiple different floppy disks. Below is so
* From: peasth...@shaw.ca
* Date: Fri, 15 Apr 2011 11:56:47 -0800
> ... UTF8 ...
Correct spelling is UTF-8, ... Peter E.
--
Telephone 1 360 450 2132. bcc: peasthope at shaw.ca
Shop pages http://carnot.yi.org/ accessible as long as the old drives survive.
Personal pages htt
* From: Jude DaShiell
* Date: Fri, 15 Apr 2011 17:59:35 -0400 (EDT)
> Why not download mtools and then try mdir a:/ and then try man mtools?
> Even if floppy disks were inserted after booting I've been able to
> access them using mtools in the past.
Thanks I'll try it, ...
Date: Mon, 6 Dec 2010 22:21:13 -0500 (EST)
>> No, the data is intact, as the mounting of the image file with
>> the loop option confirms. Also, further experimentation seems
>> to suggest that if the floppy disk is physically mounted in the
>> floppy drive during boot, then I
; > the loop option confirms. Also, further experimentation seems
> > to suggest that if the floppy disk is physically mounted in the
> > floppy drive during boot, then I can logically mount it with the
> > mount command after boot. This really is looking like a bug.
> > I intend
of the image file with
> the loop option confirms. Also, further experimentation seems
> to suggest that if the floppy disk is physically mounted in the
> floppy drive during boot, then I can logically mount it with the
> mount command after boot. This really is looking like a bug.
On Sat, 12 Mar 2011 13:54:02 -0500 (EST), Stan Hoeppner wrote:
> Stephen Powell put forth on 3/12/2011 8:30 AM:
>>
>> I have to admit that tops my story. But I think I can do better.
>> I once tore up the wall of my living room trying to find an
>> electrical problem, only to discover that the rea
Stephen Powell put forth on 3/12/2011 8:30 AM:
> I have to admit that tops my story. But I think I can do better.
> I once tore up the wall of my living room trying to find an
> electrical problem, only to discover that the reason that the
> electrical outlet wouldn't work was that it was a switc
a new PC.
>
> A year later, I looked at the old PC at just the correct angle and
> saw a disk in the floppy drive...
>
> *That* was embarrassing!
I have to admit that tops my story. But I think I can do better.
I once tore up the wall of my living room trying to find an
elec
noise.
My wife's old computer (a tower sitting on the floor in a cabinet)
once wouldn't boot, and for the life of me I couldn't figure out
why. So I bought her a new PC.
A year later, I looked at the old PC at just the correct angle and
saw a disk in the floppy drive.
On Fri, 25 Feb 2011 02:07:27 -0500 (EST), Dom wrote:
> On 25/02/11 02:32, Stephen Powell wrote:
>> ...
>> Does anyone, anywhere, have a working USB
>> floppy drive under Debian Squeeze? If so, I'd like to know about
>> it, and what you did to get it working.
&
suggestion, Wayne, but I need to crawl before I
can walk. Right now, I can't even shove a floppy into the drive
without the kernel going bananas. From my research, this is
looking more and more like a bug. This specific model of USB
floppy drive was known to work under Etch. See
ve a floppy into the drive
> without the kernel going bananas. From my research, this is
> looking more and more like a bug. This specific model of USB
> floppy drive was known to work under Etch. See
>
> http://lists.debian.org/debian-laptop/2005/07/msg00207.html
>
> I
I need to crawl before I
can walk. Right now, I can't even shove a floppy into the drive
without the kernel going bananas. From my research, this is
looking more and more like a bug. This specific model of USB
floppy drive was known to work under Etch. See
http://lists.debian.org/debian-lap
On 02/23/2011 07:27 AM, Stephen Powell wrote:
I have recently install Debian Squeeze on an IBM ThinkPad X31. It has
an external USB-attached floppy drive. The BIOS sees it. I can boot
from it just fine, and when running Windows 95 in MS-DOS mode (no WIN.EXE
running) I can access it as drive
I have recently install Debian Squeeze on an IBM ThinkPad X31. It has
an external USB-attached floppy drive. The BIOS sees it. I can boot
from it just fine, and when running Windows 95 in MS-DOS mode (no WIN.EXE
running) I can access it as drive "A:". I used the FORMAT command of
Win
On Mon, Dec 20, 2010 at 5:13 PM, Stephen Powell wrote:
> On Sat, 11 Dec 2010 22:28:52 -0500 (EST), Tom H wrote:
>> On Sat, Dec 11, 2010 at 9:30 PM, Stephen Powell wrote:
>>> ...
>>> I have been able to circumvent the problem
>>> by commenting out the following entries in /etc/fstab and rebooting:
On Sat, 11 Dec 2010 22:28:52 -0500 (EST), Tom H wrote:
> On Sat, Dec 11, 2010 at 9:30 PM, Stephen Powell wrote:
>> ...
>> I have been able to circumvent the problem
>> by commenting out the following entries in /etc/fstab and rebooting:
>>
>> /dev/fd0 /media/floppy0 auto rw,user,noauto
On Sat, Dec 11, 2010 at 9:30 PM, Stephen Powell wrote:
> On Thu, 09 Dec 2010 20:11:40 -0500 (EST), Stephen Powell wrote:
>>
>> I don't know. My computer does not have a USB floppy drive, that's true.
>> It is a traditional AT-style floppy disk controller with two
On Thu, 09 Dec 2010 20:11:40 -0500 (EST), Stephen Powell wrote:
>
> I don't know. My computer does not have a USB floppy drive, that's true.
> It is a traditional AT-style floppy disk controller with two floppy
> drives. And I can no longer reproduce the problem. Having
mon enabled mounting of the drive.
>
> However, I suspect this is a different problem to the one the OP is
> getting, as this only affects USB floppy drives, not "normal" ones.
I don't know. My computer does not have a USB floppy drive, that's true.
It is a traditional AT-styl
I recently hit the same problem, but assumed it was just my system
playing up.
Using a USB floppy drive, I created a FAT floppy from an image file,
but when I wanted to change some files on it, it wouldn't mount.
Copying the floppy to a file using dd, then mounting with loop option
worked.
blem, but assumed it was just my system
playing up.
Using a USB floppy drive, I created a FAT floppy from an image file,
but when I wanted to change some files on it, it wouldn't mount.
Copying the floppy to a file using dd, then mounting with loop option
worked.
There were no read or write
s the mounting of the image file with
the loop option confirms. Also, further experimentation seems
to suggest that if the floppy disk is physically mounted in the
floppy drive during boot, then I can logically mount it with the
mount command after boot. This really is looking like a bu
recently hit the same problem, but assumed it was just my system
playing up.
Using a USB floppy drive, I created a FAT floppy from an image file,
but when I wanted to change some files on it, it wouldn't mount.
Copying the floppy to a file using dd, then mounting with loop option
worked.
On Sun, 05 Dec 2010 16:27:48 -0500, Stephen Powell wrote:
> On Sun, 05 Dec 2010 16:09:52 -0500 (EST), Camaleón wrote:
>> On Sun, 05 Dec 2010 15:07:20 -0500, Stephen Powell wrote:
>>> Well, I'm not exactly a newbie. I've been using Linux for more than
>>> 10 years. But I must be doing something wr
Dne, 06. 12. 2010 06:39:16 je Doug napisal(a):
OTOH, I've heard stories about short lifetimes of
homebrewed CDs also. At the moment, I believe even professionals
and governments are having trouble trying to find a long-lasting
medium
for preserving data over decades and maybe centuries. The
clue.
I tried other disks and also tried 3.5-inch disks in the other
floppy drive, but I can't seem to get any floppy disk to mount. Am
I doing something wrong? Or is there a bug here?
As an alternative try the 'mtools' on it. It accesses the data
without mounting.
Descrip
I tried other disks and also tried 3.5-inch disks in the other
> floppy drive, but I can't seem to get any floppy disk to mount. Am
> I doing something wrong? Or is there a bug here?
As an alternative try the 'mtools' on it. It accesses the data
without mounting.
De
On Sun, 05 Dec 2010 16:09:52 -0500 (EST), Camaleón wrote:
> On Sun, 05 Dec 2010 15:07:20 -0500, Stephen Powell wrote:
>> Well, I'm not exactly a newbie. I've been using Linux for more than 10
>> years. But I must be doing something wrong. I can't seem to get a
>> floppy disk to mount.
>> ...
>
>
On Sun, 05 Dec 2010 15:07:20 -0500, Stephen Powell wrote:
> Well, I'm not exactly a newbie. I've been using Linux for more than 10
> years. But I must be doing something wrong. I can't seem to get a
> floppy disk to mount.
(...)
Weird :-?
I would try with the simplest command:
mount /dev/fd0
I tried other disks and also tried 3.5-inch
disks in the other floppy drive, but I can't seem to get any floppy disk
to mount. Am I doing something wrong? Or is there a bug here? I am running
stock Debian kernel 2.6.32-5-686 version 2.6.32-28.
--
.''`. Stephen Powell
Hello.
I'm trying to get an understanding of udev and a usb floppy drive I have.
The drive is a Mitsumi usb floppy sold under the Nexxtech name and it
does work but there are a couple of behaviors that I don't understand.
First, without any udev rule mods, plugging the drive in results
e:
> > I have purchased a Mitsumi USB (external) floppy drive, and, having
> > attached it to my computer, I am trying to find where it is located in
> > /dev. I would like to use the udev system, and the command udevinfo, but
> > it seems I have to specify the location of the
On Mon, Jan 16, 2006 at 09:56:19PM -0800, Peter Stoddard wrote:
> I have purchased a Mitsumi USB (external) floppy drive, and, having attached
> it to my computer, I am trying to find where it is located in /dev. I would
> like to use the udev system, and the command udevinfo, but i
I have purchased a Mitsumi USB (external) floppy drive, and, having attached
it to my computer, I am trying to find where it is located in /dev. I would
like to use the udev system, and the command udevinfo, but it seems I have to
specify the location of the floppy drive in /dev first, and I
On Wednesday 14 April 2004 13:20, you wrote:
> On 04/13/2004 06:36 PM, Justin Guerin wrote:
> >On Tuesday 13 April 2004 14:32, Matt Morgan wrote:
> >>I'm trying to install Debian (3.0 r2) on a Penguin Computing Relion
> >> 140. It has an LSI MegaRAID disk controller; the driver is not present
> >>
tall
> on. Interestingly, the driver is present on the floppy install set I
> downloaded, and of course you can download it.
>
> The problem is, this computer has no floppy drive. I tried a USB drive
> and it didn't work. So I can't install because I get to the point where
>
y install set I
downloaded, and of course you can download it.
The problem is, this computer has no floppy drive. I tried a USB drive
and it didn't work. So I can't install because I get to the point where
the install asks for a floppy with the driver, and I can't provide it.
There do
On Mon, 2004-02-09 at 09:53, Gregory Machin wrote:
> Hi all.
> Could someone please advise mo on how to setup the automount for MSDOS
> in fstab. I need Open Office to write to msdos floppy disks.
> Using Mandrake 9.0 + KDE ..
>
I wouldn't mind helping, but this is a list for debian users (henc
On Monday 09 February 2004 09:53 am, Gregory Machin wrote:
> Could someone please advise mo on how to setup the automount for MSDOS
> in fstab. I need Open Office to write to msdos floppy disks. Using
> Mandrake 9.0 + KDE ..
This is a Debian list, not a Mandrake list.
And that functionality is us
Hi all.
Could someone please advise mo on how to setup the
automount for MSDOS in fstab. I need Open Office to write to msdos floppy disks.
Using Mandrake 9.0 + KDE ..
Many Thanks
Gregory Machin
On 25 Jun 2003, Jamin W. Collins wrote:
> On Wed, Jun 25, 2003 at 03:35:18PM +0100, Anthony Campbell wrote:
> > I'm considering replacing the broken floppy drive on my Toshiba
> > Satellite 4000 with a USB FDD. USB is working on this machine for
> > scanner and download
The USB floppy drive on my Vaio (PCG-Z505HS) works fine, and it appears
pretty generic. I can get you particulars if you want - email me offlist.
ap
--
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of
On Wed, Jun 25, 2003 at 03:35:18PM +0100, Anthony Campbell wrote:
> I'm considering replacing the broken floppy drive on my Toshiba
> Satellite 4000 with a USB FDD. USB is working on this machine for
> scanner and downloading camera pictures. Can I assume it will also
> w
I'm considering replacing the broken floppy drive on my Toshiba
Satellite 4000 with a USB FDD. USB is working on this machine for
scanner and downloading camera pictures. Can I assume it will also work
for the drive? Experience, anyone?
AC
--
[EMAIL PROTECTED]||
In article <[EMAIL PROTECTED]>,
Kevin McKinley <[EMAIL PROTECTED]> wrote:
> On Tue, 10 Jun 2003 02:15:02 -0700
> Steve Grabowsku <[EMAIL PROTECTED]> wrote:
>
>> I was using GRUB as the bootloader, and I pointed it at the /boot
>> directory on the Debian partition. It seemed to locate the kernel I
In article <[EMAIL PROTECTED]>,
Clive Menzies <[EMAIL PROTECTED]> wrote:
> On (10/06/03 02:15), Steve Grabowsku wrote:
>
>> Thanks to this list, I was able to get good instructions on how to do
>> a cross-install using a chroot jail. I tried them, and things went
>> well, up to the point were I
On Tue, 10 Jun 2003 02:15:02 -0700
Steve Grabowsku <[EMAIL PROTECTED]> wrote:
> I was using GRUB as the bootloader, and I pointed it at the /boot
> directory on the Debian partition. It seemed to locate the kernel I
> specified correctly. (Specifying it wrong gave me a different error.)
>
> I'm
On (10/06/03 02:15), Steve Grabowsku wrote:
> When we last left our hero, he was trying to install Debian onto a machine
> with no floppy or CD drive, but with a working Red Hat installtion
>
> Thanks to this list, I was able to get good instructions on how to do
> a cross-install using a chro
When we last left our hero, he was trying to install Debian onto a machine
with no floppy or CD drive, but with a working Red Hat installtion
Thanks to this list, I was able to get good instructions on how to do
a cross-install using a chroot jail. I tried them, and things went
well, up to th
On Tue, 27 May 2003 01:38:27 -0700
Steve Grabowsku <[EMAIL PROTECTED]> wrote:
> I'm sure this will mean learning about GRUB and/or LILO.
Good on ya.
Go here:
http://www.linuxjournal.com/article.php?sid=4622
Kevin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe"
on Tue, May 14, 2002, David Raeker-Jordan ([EMAIL PROTECTED]) wrote:
> I suspect that the floppy drive on my computer has gone bad, but the
> diagnostic software from the manufacturer (Dell) says the drive is fine.
>
> Is there software to test whether a floppy drive has gone
I suspect that the floppy drive on my computer has gone bad, but the
diagnostic software from the manufacturer (Dell) says the drive is fine.
Is there software to test whether a floppy drive has gone bad?
TIA
--
David Raeker-Jordan
mailto:[EMAIL PROTECTED]
Harrisburg, PA, USA
--
To
on Mon, Apr 15, 2002, Jesse Lackey ([EMAIL PROTECTED]) wrote:
> Hello all -
>
> Maybe someone can clarify what's going on (and provide a workaround...) :)
>
> I have a vaio pcg-717 laptop but no floppy drive for it.
> I'm booting from CD 1 of 2.2R6 CD-Rs I burnt fro
Hello all -
Maybe someone can clarify what's going on (and provide a workaround...) :)
I have a vaio pcg-717 laptop but no floppy drive for it.
I'm booting from CD 1 of 2.2R6 CD-Rs I burnt from the .iso images.
Boot fine, partition fine, I'm at the "install operating syste
lists.debian.org
> Subject: Re: CD install with no floppy drive??
>
> > -Original Message-
> > From: dxtr [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, March 13, 2002 7:16 PM
> > To: debian-user@lists.debian.org
> > Subject: CD install with no floppy
> -Original Message-
> From: dxtr [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 13, 2002 7:16 PM
> To: debian-user@lists.debian.org
> Subject: CD install with no floppy drive??
>
> Hi,
>
> I tried to install Debian in my laptop, but it has swappable flopp
You don't need the floppy drive at all to install. Install CDs are
bootable.
-Ramesh
-Original Message-
From: dxtr [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 13, 2002 7:16 PM
To: debian-user@lists.debian.org
Subject: CD install with no floppy drive??
Hi,
I tried to in
like a rescue disk syslinux screen telling you all of your options,
but if you hit enter to continue it should go on with even thinking about
the floppy drive.
HTH,
Brooks
Hi,
I tried to install Debian in my laptop, but it has swappable
floppy/cd drive, so I can only the CD drive.
How can I bypass the floppy boot disk setup?
There is no skip button, it just have a continue/OK button.
Thanks,
dex
on Tue, Dec 04, 2001 at 09:01:37PM +1100, Brian May ([EMAIL PROTECTED]) wrote:
> > "Gong" == Gong Zeng <[EMAIL PROTECTED]> writes:
>
> Gong> However, if the swapping of floppies are far and few in
> Gong> between and okay with mounting/umounting whenever you change
> Gong> the flop
> "Gong" == Gong Zeng <[EMAIL PROTECTED]> writes:
Gong> However, if the swapping of floppies are far and few in
Gong> between and okay with mounting/umounting whenever you change
Gong> the floppy (like myself), just issue the command:
Just *never* *ever* forget and eject the flopp
y" "mdel"
the full list you'll find out by issuing "mtools" command only,
good luck.
-Mesaj original-
De la: Reena Mahbubani [mailto:[EMAIL PROTECTED]
Trimis: Monday, December 03, 2001 2:43 PM
Catre: debian-user@lists.debian.org
Subiect: How do you access your fl
On Mon, 3 Dec 2001, Reena Mahbubani wrote:
> I was wondering how you access your floppy drive from the command line
> Also, How do you install the GUI?
If it's a DOS or Windows floppy, try as root,
# mount -t vfat /dev/fd0 /floppy
Before you eject the disk, it's important to un
Reena Mahbubani wrote:
>Hi, I'm using Woody Debian Linux
>And I dont have the GUI installed.
>I was wondering how you access your floppy drive from the command line
The DOS way is via the use of the mtools (mformat, mcopy, mdir, etc...). Just
do apt-get install mtools if you
Tobias Wolter wrote:
>
> On 2001-12-03T17:42:51 +, Reena Mahbubani wrote:
>
> > I was wondering how you access your floppy drive from the command line
>
> mount /dev/fd0 /mnt
>
> Then cd /mnt and voila, there you have your floppy drive.
If you're usin
On 2001-12-03T17:42:51 +, Reena Mahbubani wrote:
> I was wondering how you access your floppy drive from the command line
mount /dev/fd0 /mnt
Then cd /mnt and voila, there you have your floppy drive.
> Also, How do you install the GUI?
Depends :)
If you really have no clue, f
Mesaj original-
De la: Reena Mahbubani [mailto:[EMAIL PROTECTED]
Trimis: Monday, December 03, 2001 2:43 PM
Catre: debian-user@lists.debian.org
Subiect: How do you access your floppy drive?
Hi, I'm using Woody Debian Linux
And I dont have the GUI installed.
I was wondering how you acce
Hi, I'm using Woody Debian Linux
And I dont have the GUI installed.
I was wondering how you access your floppy drive from the command line
Also, How do you install the GUI?
Any responses to either of these questions as soon as possible would be
greatly appreciated.
Thank you.
Reena Mahb
Hello,
I am running a Woody box and I have the problem that whenever I try to
use the floppy drive (mount it or using mtools) I get the error "device
already mounted or device busy." But /dev/fd0 is not mounted (as
reported by df); also if I type "fuser -m /dev/fd0" I get a
pplaw wrote:
> debs,
>
> i just got a sony picturebook (pcg-c1xs) yesterday.
>
> i did a smooth, harddrive install. (thanks project!)
>
> having a usb floppy drive, i want to make a boot floppy, but the
> box doesn't recognize /dev/fd0.
>
> eg. "$ moun
pplaw <[EMAIL PROTECTED]> writes:
> debs,
>
> i just got a sony picturebook (pcg-c1xs) yesterday.
>
> i did a smooth, harddrive install. (thanks project!)
>
> having a usb floppy drive, i want to make a boot floppy, but the
> box doesn't recognize /dev/f
debs,
i just got a sony picturebook (pcg-c1xs) yesterday.
i did a smooth, harddrive install. (thanks project!)
having a usb floppy drive, i want to make a boot floppy, but the
box doesn't recognize /dev/fd0.
eg. "$ mount /dev/fd0 /bt "
" mount: the kernel does no
Hey,
I just bought an I-Opener, and I need to get a floppy drive for it.
Teac sells an external USB floppy drive (the Teac FD05PU), but I'm not
sure it will work. It's for iMac's, does this make any difference?
Thanks,
Cameron Matheson
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
Today, [EMAIL PROTECTED], spilled the beans:
> How do I access my floppy drive from command line?
The first floppy drive is a block device accessable as /dev/fd0
What you will want to do with this information is apply it into a mount
ktb wrote:
> [EMAIL PROTECTED] wrote:
> >
> > How do I access my floppy drive from command line?
>
> You can do so with the following command,
>
> mount -t msdos /dev/fd0 /floppy
>
> that is if you have a /floppy directory which I think is created by
> def
[EMAIL PROTECTED] wrote:
>
> How do I access my floppy drive from command line?
You can do so with the following command,
mount -t msdos /dev/fd0 /floppy
that is if you have a /floppy directory which I think is created by
default so you probably do and the file system you are trying to
How do I access my floppy drive from command line?
Donivan Roby
*- On 1 Sep, Christian Dysthe wrote about "Listing floppy drive correctly in
fstab - Need help"
> Hi,
>
> I have a "stupid" question, but I have been trying to figure this out
> now for too long by trial, error and some reading, so I ask:
>
> I want my
Hi,
I have a "stupid" question, but I have been trying to figure this out
now for too long by trial, error and some reading, so I ask:
I want my floppy drive mounted in /etc/fstab so that I can use and
app like wmmount to mount it. It all works fine with my HD and CD-Rom
drive, but
On Wed, 02 Jun 1999, N. Raghavendra wrote:
> Hi,
>
> Many thanks to all the people who replied to my email about my floppy
> drive problem. A quick recap: in my BIOS setup I had configured A: as
> 1.44MB and B: as 1.2 MB, but Linux sees the 1.2 MB drive as /dev/fd0 and
> the 1
Hi,
Many thanks to all the people who replied to my email about my floppy
drive problem. A quick recap: in my BIOS setup I had configured A: as
1.44MB and B: as 1.2 MB, but Linux sees the 1.2 MB drive as /dev/fd0 and
the 1.44 MB one as /dev/fd1, and I wanted to know how to reverse this
order, so
If i recall,i had that problem. Just use the command "umount" with the same
parameters as mount that you used, and then you can use mount again without a
problem.
Colin Winters
"N. Raghavendra" wrote:
>
> Hi,
>
> I am a Debian newbie and have the following problem with my floppy drives.
> There are two of them: a 1.44 MB floppy drive and an unused 1.2 MB floppy
> drive. In the BIOS setup I have configured the 1.44 MB drive as A: and
&
On Sat, 29 May 1999, N. Raghavendra wrote:
> I am a Debian newbie and have the following problem with my
> floppy drives. There are two of them: a 1.44 MB floppy drive
> and an unused 1.2 MB floppy drive. In the BIOS setup I have
> configured the 1.44 MB drive as A: and the
On Sat, 29 May 1999, N. Raghavendra wrote:
> I am a Debian newbie and have the following problem with my
> floppy drives. There are two of them: a 1.44 MB floppy drive
> and an unused 1.2 MB floppy drive. In the BIOS setup I have
> configured the 1.44 MB drive as A: and the other
"N. Raghavendra" wrote:
>
> Hi,
>
> I am a Debian newbie and have the following problem with my floppy drives.
> There are two of them: a 1.44 MB floppy drive and an unused 1.2 MB floppy
> drive. In the BIOS setup I have configured the 1.44 MB drive as A: and
> th
Hi,
I am a Debian newbie and have the following problem with my floppy drives.
There are two of them: a 1.44 MB floppy drive and an unused 1.2 MB floppy
drive. In the BIOS setup I have configured the 1.44 MB drive as A: and
the other floppy drive as B:. But Linux seems to reverse this order: it
Hello,
I've just finished installing Debian 2.1 . Since yesterday evening the light
of my floppy drive is permanently on and the drive can't be initialized by
Linux. Is it possible this is caused by the installation of Linux or can it
be another fine example of Murphy's Law?
Jan
Hi Tyrus,
Remember to use the rawrite (or dd in *nix) when creating these
floppies rather than formatting and just coping the file to them. They
should fit on a normal high density disk.
Hope this helps,
Rob
I seem to be having a problem with my floppy drive install of
Debian GNU/Linux. I downloade rescu144.bin, and it is exactly 1.4
MB. However, I can't seem to get ahold of a floppy that has more that 1.38
MB of space on it. It says they are 1.4 MB floppies, but upon formatting
them, I
1 - 100 of 122 matches
Mail list logo