Re: Read-only file system on /dev/fd0?

1999-10-06 Thread Eric G . Miller
On Tue, Oct 05, 1999 at 12:59:06PM -0400, Yifang Dai wrote: I hit this strange problem today, on my potato machine: /boot# dd if=bzImage-2.2.12 of=/dev/fd0 dd: /dev/fd0: Read-only file system Here is the permission for /dev/fd0 /boot# ls -l /dev/fd0 brw-rw-r-- 1 root floppy 2

Re: Read-only file system on /dev/fd0?

1999-10-06 Thread Yifang Dai
On Tue, Oct 05, 1999 at 04:11:00PM -0700, Eric G . Miller wrote: On Tue, Oct 05, 1999 at 12:59:06PM -0400, Yifang Dai wrote: I hit this strange problem today, on my potato machine: /boot# dd if=bzImage-2.2.12 of=/dev/fd0 dd: /dev/fd0: Read-only file system Here is the permission

Re: Read-only file system on /dev/fd0?

1999-10-06 Thread David Coe
Yifang Dai [EMAIL PROTECTED] writes: I hit this strange problem today, on my potato machine: /boot# dd if=bzImage-2.2.12 of=/dev/fd0 dd: /dev/fd0: Read-only file system do you have it mounted? try umount /dev/fd0 and see if that lets it work.

Read-only file system on /dev/fd0?

1999-10-05 Thread Yifang Dai
I hit this strange problem today, on my potato machine: /boot# dd if=bzImage-2.2.12 of=/dev/fd0 dd: /dev/fd0: Read-only file system Here is the permission for /dev/fd0 /boot# ls -l /dev/fd0 brw-rw-r-- 1 root floppy 2, 0 Oct 4 17:41 /dev/fd0 The floppy is not write-protected