Re: Mounting a floppy drive (still)

1999-02-14 Thread David B. Teague
On Sun, 14 Feb 1999, J K wrote: > Hi again! > > A question: > I finally mounted my floppy drive with > mount -t msdos /dev/fd0 /floppy, > but when I try to ls a floppy, I get this error msg about 20 times: > "directory sread (sector 0xd) failed" > What am I doing wrong? Your mount command wor

Re: Mounting a floppy drive

1999-02-14 Thread Malcolm Miles
On Sat, 13 Feb 1999 22:12:41 -0800 (PST), you wrote: >Try > >mount /dev/fd0u1440 /mnt -t msdos > >or > >mount /dev/fd0h1440 /mnt -t msdos > >And see if that works. Some fd0 drivers do not work for all floppy >drives. I don't know why. Didn't work either. I tried formatting a few disks. They f

Re: Mounting a floppy drive

1999-02-14 Thread claydona
I have a 'not brilliant" floppy that will sometimes give an error message with mdir a: or mcopy a: . It will often work on the second attempt ie. when the green light is still on and the disk still spinning from the first attempt; good luck angus claydon [EMAIL PROTECTED]

Re: Mounting a floppy drive

1999-02-14 Thread Orion the Hunter
Quoting Malcolm Miles <[EMAIL PROTECTED]>: > Similar thing here: > > end_request: I/O error, dev 02:00, sector 0 > mount: block device /dev/fd0 is write-protected, mounting read-only > end_request: I/O error, dev 02:00, sector 0 > end_request: I/O error, dev 02:00, sector 0 > end_request: I/O erro

Re: Mounting a floppy drive

1999-02-14 Thread Malcolm Miles
Ignore that last message. mtools was already installed. I tried mdir and got the same sort of error messages as below >> end_request: I/O error, dev 02:00, sector 0 mgm On Sun, 14 Feb 1999 05:12:55 +, you wrote: >apt-get install mtools? > >Malcolm Miles wrote: >> >> On Sat, 13 Feb 1999

Re: Mounting a floppy drive

1999-02-14 Thread Malcolm Miles
apt-get: command not found mgm On Sun, 14 Feb 1999 05:12:55 +, you wrote: >apt-get install mtools? > >Malcolm Miles wrote: >> >> On Sat, 13 Feb 1999 20:17:08 PST, you wrote: >> >> >When I tried to mount my floppy drive using: >> >mount -t msdod /dev/fd0 /a >> >I got these messages: >> >e

Re: Mounting a floppy drive

1999-02-14 Thread Malcolm Miles
On Sun, 14 Feb 1999 13:09:25 +0800, you wrote: > >try mounting fd0 without specifying filesystem type. IIRC, the filesystem >will be autodetected. Didn't help. Same errors and then it came back with mount: you must specify the filesystem type. >If it is a win95/98 floppy you *may* need to spec

Re: Mounting a floppy drive

1999-02-14 Thread KTB
This may help. http://www.ssc.com/lg/issue01to08/linux_gazette.html#mounting Kent J K wrote: > Hi again! > > When I tried to mount my floppy drive using: > mount -t msdod /dev/fd0 /a > I got these messages: > end_request: I/O error, dev 02:00, sector 0 > mount: /dev/fd0 is not a valid block devi

Re: Mounting a floppy drive

1999-02-14 Thread ivan
try mounting fd0 without specifying filesystem type. IIRC, the filesystem will be autodetected. If it is a win95/98 floppy you *may* need to specify filesystem vfat rather than msdos. I'm not sure on this one. Ivan. At 04:53 AM 2/14/99 GMT, Malcolm Miles wrote: >On Sat, 13 Feb 1999 20:17:08 P

Re: Mounting a floppy drive (and other qustions)

1999-02-14 Thread Paul Nathan Puri
ivan wrote: > > At 07:19 PM 2/13/99 PST, J K wrote: > >Thanks to the people that helped me out with installation! > >Now I have a couple of questions about the basics of Linux. > >I just installed my system, and it works good, except for three things: > > > >1. I can't mount the floppy dri

Re: Mounting a floppy drive

1999-02-14 Thread Paul Nathan Puri
apt-get install mtools? Malcolm Miles wrote: > > On Sat, 13 Feb 1999 20:17:08 PST, you wrote: > > >When I tried to mount my floppy drive using: > >mount -t msdod /dev/fd0 /a > >I got these messages: > >end_request: I/O error, dev 02:00, sector 0 > >mount: /dev/fd0 is not a valid block device >

Re: Mounting a floppy drive

1999-02-14 Thread Malcolm Miles
On Sat, 13 Feb 1999 20:17:08 PST, you wrote: >When I tried to mount my floppy drive using: >mount -t msdod /dev/fd0 /a >I got these messages: >end_request: I/O error, dev 02:00, sector 0 >mount: /dev/fd0 is not a valid block device Similar thing here: end_request: I/O error, dev 02:00, sector 0

Re: Mounting a floppy drive (and other qustions)

1999-02-14 Thread ivan
At 07:19 PM 2/13/99 PST, J K wrote: >Thanks to the people that helped me out with installation! >Now I have a couple of questions about the basics of Linux. >I just installed my system, and it works good, except for three things: > >1. I can't mount the floppy drive. Does anyone know how t

Re: Mounting a floppy drive (and other qustions)

1999-02-14 Thread William Park
On Sat, 13 Feb 1999, J K wrote: > Thanks to the people that helped me out with installation! > Now I have a couple of questions about the basics of Linux. > I just installed my system, and it works good, except for three things: > > 1. I can't mount the floppy drive. Does anyone know h