All of lore.kernel.org
 help / color / mirror / Atom feed
* mount /dev/hdb2 /usr; swapon /dev/hdb2  keeps flooding
@ 2001-05-12 23:00 BERECZ Szabolcs
  2001-05-12 23:23 ` Alexander Viro
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: BERECZ Szabolcs @ 2001-05-12 23:00 UTC (permalink / raw)
  To: linux-kernel

Hi!

root@kama3:/home/szabi# cat /proc/mounts
...
/dev/hdb2 /usr ext2 rw 0 0
...
root@kama3:/home/szabi# swapon /dev/hdb2
set_blocksize: b_count 1, dev ide0(3,66), block 2, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 3, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 4, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 5, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 6, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 7, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 8, from c0126b48
set_blocksize: b_count 1, dev ide0(3,66), block 1, from c0126b48
Unable to find swap-space signature
swapon: /dev/hdb2: Invalid argument
root@kama3:/home/szabi#

and then set_blocksize keeps flooding the console, not continuously,
but 20-40 lines at a time, then it sleeps a bit, sometimes half a
minute (caused by kupdated?)

root@kama3:/home/szabi# mount -o remount,ro /usr
ll_rw_block: device 03:42: only 4096-char blocks implemented (1024)
root@kama3:/home/szabi#

once I got these:
ll_rw_block: device 03:42: only 4096-char blocks implemented (1024)
EXT2-fs error (device ide0(3,66)): ext2_write_inode: unable to read inode block
- inode=2084, block=8207
ll_rw_block: device 03:42: only 4096-char blocks implemented (1024)
EXT2-fs error (device ide0(3,66)): ext2_write_inode: unable to read inode block
- inode=6328, block=24609
...

szabi@kama3:/hdc1/kernel/linux-2.4.4-ac6# gdb vmlinux
(gdb) disas 0xc0126b48
...
0xc0126b43 <sys_swapon+371>:    call   0xc012bcc0 <set_blocksize>
0xc0126b48 <sys_swapon+376>:    mov    0xe8(%edi),%edi
0xc0126b4e <sys_swapon+382>:    mov    %edi,0xffffffd0(%ebp)
...

I tried it on several partitions, and it worked on /dev/hdc,
and did not work on /dev/hdb
on /dev/hdb all the filesystems are ext2
on /dev/hdc one fs is a new, clean ext2, the others are reiserfs

so I really don't know what's the problem.

do you need any other information?

Bye,
Szabi


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2001-05-14  9:34 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-12 23:00 mount /dev/hdb2 /usr; swapon /dev/hdb2 keeps flooding BERECZ Szabolcs
2001-05-12 23:23 ` Alexander Viro
2001-05-12 23:32   ` Alan Cox
2001-05-12 23:42     ` Alexander Viro
2001-05-13 13:04       ` Jesse Pollard
2001-05-13  0:00     ` Guest section DW
2001-05-12 23:33   ` BERECZ Szabolcs
2001-05-12 23:39     ` Alexander Viro
2001-05-12 23:54       ` BERECZ Szabolcs
2001-05-13 14:21       ` Gerhard Mack
2001-05-13 16:23       ` Alan Cox
2001-05-14  9:29     ` 2.2.19 and RAID levels Riccardo Facchetti
2001-05-14  9:30       ` Alan Cox
2001-05-12 23:25 ` mount /dev/hdb2 /usr; swapon /dev/hdb2 keeps flooding Matthew Dharm
2001-05-12 23:42   ` BERECZ Szabolcs
2001-05-13  2:17 ` ashridah

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.