From: Evgeny Stambulchik <Evgeny.Stambulchik@weizmann.ac.il>
To: linux-kernel@vger.kernel.org
Subject: Weirdness of "mount -o remount,rw" with write-protected floppy
Date: Thu, 27 Oct 2005 13:57:27 +0200 [thread overview]
Message-ID: <4360C0A7.4050708@weizmann.ac.il> (raw)
Hello,
here is what I found the hard way (having lost the configuration of a
firewall...):
# mount /dev/fd0 /mnt/floppy/
mount: block device /dev/fd0 is write-protected, mounting read-only
# mount -o remount,rw /mnt/floppy
# echo $?
0
# touch /mnt/floppy/blabla
# ls -l /mnt/floppy/blabla
-rwxr-xr-x 1 root root 0 Oct 27 13:18 /mnt/floppy/blabla*
# umount /mnt/floppy
# echo $?
0
# mount /dev/fd0 /mnt/floppy/
mount: block device /dev/fd0 is write-protected, mounting read-only
# ls -l /mnt/floppy/blabla
ls: /mnt/floppy/blabla: No such file or directory
The kernel actually tries to write to the floppy - the light is blinking
(so everything looks nice from outside). Of course, there are kernel
errors, seen in dmesg like:
> end_request: I/O error, dev fd0, sector 21
> Buffer I/O error on device fd0, logical block 21
> lost page write due to I/O error on fd0
but these don't propagate to the user space in any way.
The bug is present in both 2.4 and 2.6, and is specific to floppy
devices. Other RO media I tried (CDROM, RO-exported NFS) are partially
OK, in the sense that a write attempt returns an error; however, "mount
-o remount,rw" always returns success (this might be a bug in mount).
Regards,
Evgeny
next reply other threads:[~2005-10-27 11:57 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-27 11:57 Evgeny Stambulchik [this message]
2005-10-27 15:05 ` Weirdness of "mount -o remount,rw" with write-protected floppy Jon Masters
2005-10-29 11:58 ` Jon Masters
2005-10-29 13:10 ` Jon Masters
2005-10-27 21:09 ` Rob Landley
2005-10-28 11:55 ` Evgeny Stambulchik
2005-10-28 12:26 ` Rob Landley
2005-10-28 13:15 ` Evgeny Stambulchik
2005-10-28 13:50 ` Rob Landley
2005-10-28 14:52 ` Evgeny Stambulchik
2005-10-29 1:29 ` Rob Landley
2005-10-29 11:06 ` Evgeny Stambulchik
2005-10-29 16:02 ` Jon Masters
2005-10-29 17:05 ` Jon Masters
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=4360C0A7.4050708@weizmann.ac.il \
--to=evgeny.stambulchik@weizmann.ac.il \
--cc=linux-kernel@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