good compromise would be a small scrolling window with a few last kernel messages.
Another option would be to turn it off for next boot (assuming it is reproducible),
either by setting bootparam or pressing alt-f2 early enough.
pkx
--
Peter Kundrat
[EMAIL PROTECTED]
-
To unsubscr
& is_read_only(sb->s_dev))
+ if (!(flags & MS_RDONLY) && ((sb->s_flags & MS_RDONLY) || sb->s_dev &&
+is_read_only(sb->s_dev)))
return -EACCES;
/*flags |= MS_RDONLY;*/
/* If we are remounting RDONLY, make sure there are no
On Tue, May 15, 2001 at 11:27:26AM +0200, Peter Kundrat wrote:
> This patch does:
> - set MS_RDONLY flag in cramfs superblock
> - doesnt allow -w remount in do_remount_sb
> if the filesystem has MS_RDONLY set.
Oh, ignore the second part. Seems i'd have to supply remount_fs su
On Tue, May 15, 2001 at 12:24:06PM +0200, Peter Kundrat wrote:
> On Tue, May 15, 2001 at 11:27:26AM +0200, Peter Kundrat wrote:
> > This patch does:
> > - set MS_RDONLY flag in cramfs superblock
> > - doesnt allow -w remount in do_remount_sb
> > if the filesystem
4 matches
Mail list logo