Re: floppy low-level format

2000-12-06 Thread Andre Berger
John MacPhail <[EMAIL PROTECTED]> writes: > On Wed, Dec 06, 2000 at 06:24:30AM -0900, Ethan Benson wrote: > > do you also have a floppy drive in a powerpc machine? if so take a > > 1.44MB floppy you don't care about stick it in the drive and run: > > > > superformat --superverify /dev/fd0 > > >

Re: floppy low-level format

2000-12-06 Thread Andre Berger
Ethan Benson <[EMAIL PROTECTED]> writes: > On Wed, Dec 06, 2000 at 04:20:21PM +0100, Andre Berger wrote: > > > > I have superformat too. > > do you also have a floppy drive in a powerpc machine? if so take a > 1.44MB floppy you don't care about stick it in the drive and run: > > superformat -

Re: floppy low-level format

2000-12-06 Thread Michael Schmitz
> > [jrm]$ superformat /dev/fd0 hd > > get drive characteristics: Unknown error 515 > > yup looks broken, but just to be sure, you are a member of group > floppy right? (so you have read-write permission to /dev/fd0) #define ENOIOCTLCMD 515 /* No ioctl command */ is what this error shou

Re: floppy low-level format

2000-12-06 Thread Michael Schmitz
> > The device busy could be that you havn't unmounted the drive since > > you ejected the disk. > > Nope. The drive was not mounted, as both /etc/mtab and /proc/mounts > agree. It would not have made much sense for superformat to have > mounted the drive. But somehow, somewhere, it tagged the

Re: floppy low-level format

2000-12-06 Thread Claus
>: >: [jrm]$ superformat /dev/fd0 hd >: get drive characteristics: Unknown error 515 same experiences here on my machine. after this fd0 isn't usable 'cause: 22:[EMAIL PROTECTED]/1 ~ > superformat --superverify /dev/fd0 open: Device or resource busy >: [jRm]$ eject /floppy >: eject: unabl

Re: floppy low-level format

2000-12-06 Thread John MacPhail
On Wed, Dec 06, 2000 at 10:30:31AM -0700, Jeremiah Merkl wrote: > actually, I think the "eject" command actually works to spit out > floppies...but then I may remember that wrong... In general, `eject' works. Not only does it spit out floppies, zip disks, and CDs, but `eject -t' closes the CD tr

Re: floppy low-level format

2000-12-06 Thread John MacPhail
On Wed, Dec 06, 2000 at 07:14:12AM -0900, Ethan Benson wrote: > > yup looks broken, but just to be sure, you are a member of group > floppy right? (so you have read-write permission to /dev/fd0) Right. > > willing to do more tests. But I would appreciate advice on how to get > > around the eje

Re: floppy low-level format

2000-12-06 Thread Ethan Benson
On Wed, Dec 06, 2000 at 11:07:39AM -0500, John MacPhail wrote: > On Wed, Dec 06, 2000 at 06:24:30AM -0900, Ethan Benson wrote: > > do you also have a floppy drive in a powerpc machine? if so take a > > 1.44MB floppy you don't care about stick it in the drive and run: > > > > superformat --superve

Re: floppy low-level format

2000-12-06 Thread John MacPhail
On Wed, Dec 06, 2000 at 06:24:30AM -0900, Ethan Benson wrote: > do you also have a floppy drive in a powerpc machine? if so take a > 1.44MB floppy you don't care about stick it in the drive and run: > > superformat --superverify /dev/fd0 > > you can drop the superverify i suppose. if it fails i

Re: floppy low-level format

2000-12-06 Thread Ethan Benson
On Wed, Dec 06, 2000 at 04:20:21PM +0100, Andre Berger wrote: > > I have superformat too. do you also have a floppy drive in a powerpc machine? if so take a 1.44MB floppy you don't care about stick it in the drive and run: superformat --superverify /dev/fd0 you can drop the superverify i supp

Re: floppy low-level format

2000-12-06 Thread Andre Berger
Ethan Benson <[EMAIL PROTECTED]> writes: > On Wed, Dec 06, 2000 at 02:12:51PM +0100, Michael Schmitz wrote: > > It's still broken on m68k, and I've files a bug because of that, > > mentioning powerpc in passing. My Powerbook sure has no floppy drive > > either. Anyone with a Powermac, a floppy dr

Re: floppy low-level format

2000-12-06 Thread Ethan Benson
On Wed, Dec 06, 2000 at 02:12:51PM +0100, Michael Schmitz wrote: > > Sure, and knows of no other architecture. Or all the Debian > porting machines had floppies disabled. Someone using an iMac as build > machine? superformat builds on powerpc, it just does not do anything useful. the boot-floppie

Re: floppy low-level format

2000-12-06 Thread Michael Schmitz
> > Someone file a bug against superformat then. How could fdformat be removed > > when superformat doesn't work on PPC (and on m68k neither)? > > the maintainer probably uses x86 ;-) Sure, and knows of no other architecture. Or all the Debian porting machines had floppies disabled. Someone usin

Re: floppy low-level format

2000-12-06 Thread Ethan Benson
On Wed, Dec 06, 2000 at 01:25:07PM +0100, Michael Schmitz wrote: > > Someone file a bug against superformat then. How could fdformat be removed > when superformat doesn't work on PPC (and on m68k neither)? the maintainer probably uses x86 ;-) i'll file the bug if no one else wants to, but befor

Re: floppy low-level format

2000-12-06 Thread Michael Schmitz
> one problem: > > [EMAIL PROTECTED] eb]$ fdformat /dev/fd0 > > Note: /usr/bin/fdformat is obsolete and is no longer available. > Please use /usr/bin/superformat instead (make sure you have the > fdutils package installed first). Also, there had been some > major changes from version 4.x. Pleas

Re: floppy low-level format

2000-12-06 Thread Ethan Benson
On Wed, Dec 06, 2000 at 11:37:40AM +0100, Michael Schmitz wrote: > > If you mean you want to erase every last cluster on the disk, then you can > > use the following command to do that, no matter what type of drive it is: > > dd if=/dev/zero of=/dev/fd0 count= > clear whole disk> > > This would b

Re: floppy low-level format

2000-12-06 Thread Michael Schmitz
> If you mean you want to erase every last cluster on the disk, then you can > use the following command to do that, no matter what type of drive it is: > dd if=/dev/zero of=/dev/fd0 count= clear whole disk> This would be erasing a disk, not formatting it. fdformat handles the formatting (writing

Re: floppy low-level format

2000-12-05 Thread Ethan Benson
On Tue, Dec 05, 2000 at 10:34:14PM -0500, Eric Reischer wrote: > If you mean you want to erase every last cluster on the disk, then you can > use the following command to do that, no matter what type of drive it is: > dd if=/dev/zero of=/dev/fd0 count= clear whole disk> this only works if the flo

Re: floppy low-level format

2000-12-05 Thread Ethan Benson
On Tue, Dec 05, 2000 at 12:40:04PM -0600, pohl wrote: > > Ethan Benson <[EMAIL PROTECTED]> wrote: > > > > On Tue, Dec 05, 2000 at 05:13:25PM +0100, Andre Berger wrote: > > > I haven't figure out yet how to do a low-level format on > > > /dev/fd0 on PPCs, can anybody help me? > > > > i don't thin

Re: floppy low-level format

2000-12-05 Thread Eric Reischer
If you mean you want to erase every last cluster on the disk, then you can use the following command to do that, no matter what type of drive it is: dd if=/dev/zero of=/dev/fd0 count=clear whole disk> This should essentially create a floppy disk with absolutely no information on it; not even a

Re: floppy low-level format

2000-12-05 Thread pohl
Ethan Benson <[EMAIL PROTECTED]> wrote: > > On Tue, Dec 05, 2000 at 05:13:25PM +0100, Andre Berger wrote: > > I haven't figure out yet how to do a low-level format on > > /dev/fd0 on PPCs, can anybody help me? > > i don't think you can... the tool used for this is superformat > which function o

Re: floppy low-level format

2000-12-05 Thread Ethan Benson
On Tue, Dec 05, 2000 at 05:13:25PM +0100, Andre Berger wrote: > I haven't figure out yet how to do a low-level format on /dev/fd0 on > PPCs, can anybody help me? > > My machine is a PowerBook 3400/potato/2.2.17, the floppy drive comes > as a module (hardware module of course :)). i don't think yo

floppy low-level format

2000-12-05 Thread Andre Berger
I haven't figure out yet how to do a low-level format on /dev/fd0 on PPCs, can anybody help me? My machine is a PowerBook 3400/potato/2.2.17, the floppy drive comes as a module (hardware module of course :)). Thank you, Andre