* [gentoo-user] Hanging mount
@ 2012-06-27 2:44 meino.cramer
2012-06-27 11:03 ` Helmut Jarausch
0 siblings, 1 reply; 5+ messages in thread
From: meino.cramer @ 2012-06-27 2:44 UTC (permalink / raw
To: Gentoo
Hi,
i accidentally tried to mount the extended partition /dev/sda4
from this disk:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x07ec16a2
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 104447 51200 83 Linux
/dev/sda2 104448 12687359 6291456 82 Linux swap / Solaris
/dev/sda3 12687360 222402559 104857600 83 Linux
/dev/sda4 222402560 1953525167 865561304 5 Extended
/dev/sda5 222404608 232890367 5242880 83 Linux
/dev/sda6 232892416 442607615 104857600 83 Linux
/dev/sda7 442609664 652324863 104857600 83 Linux
/dev/sda8 652326912 862042111 104857600 83 Linux
/dev/sda9 862044160 1071759359 104857600 83 Linux
/dev/sda10 1071761408 1281476607 104857600 83 Linux
/dev/sda11 1281478656 1491193855 104857600 83 Linux
/dev/sda12 1491195904 1953525167 231164632 83 Linux
which results in a hanging mount process, which cannot be killed.
I was urged to use the sysreq-key to reboot and get rid of that
process.
This happens with kernel 3.2.21 and 3.4.4.
Is this the expected bahviour?
Best regards,
mcc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Hanging mount
2012-06-27 2:44 [gentoo-user] Hanging mount meino.cramer
@ 2012-06-27 11:03 ` Helmut Jarausch
2012-06-27 12:56 ` Alex Schuster
0 siblings, 1 reply; 5+ messages in thread
From: Helmut Jarausch @ 2012-06-27 11:03 UTC (permalink / raw
To: gentoo-user
On 06/27/2012 04:44:34 AM, meino.cramer@gmx.de wrote:
> Hi,
>
> i accidentally tried to mount the extended partition /dev/sda4
> from this disk:
>
>
>
> Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
> 255 heads, 63 sectors/track, 121601 cylinders, total 1953525168
> sectors
> Units = sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disk identifier: 0x07ec16a2
>
> Device Boot Start End Blocks Id System
> /dev/sda1 * 2048 104447 51200 83 Linux
> /dev/sda2 104448 12687359 6291456 82 Linux swap /
> Solaris
> /dev/sda3 12687360 222402559 104857600 83 Linux
> /dev/sda4 222402560 1953525167 865561304 5 Extended
> /dev/sda5 222404608 232890367 5242880 83 Linux
> /dev/sda6 232892416 442607615 104857600 83 Linux
> /dev/sda7 442609664 652324863 104857600 83 Linux
> /dev/sda8 652326912 862042111 104857600 83 Linux
> /dev/sda9 862044160 1071759359 104857600 83 Linux
> /dev/sda10 1071761408 1281476607 104857600 83 Linux
> /dev/sda11 1281478656 1491193855 104857600 83 Linux
> /dev/sda12 1491195904 1953525167 231164632 83 Linux
>
>
> which results in a hanging mount process, which cannot be killed.
>
> I was urged to use the sysreq-key to reboot and get rid of that
> process.
>
> This happens with kernel 3.2.21 and 3.4.4.
>
> Is this the expected bahviour?
>
I cannot tell you if kernel hanging in this case is normal.
But, if there is any problem during mount, the kernel seems to hang.
As far as I remember, it only has a very long time out, but it will
'kill' that mount request some time.
Helmut.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Hanging mount
2012-06-27 11:03 ` Helmut Jarausch
@ 2012-06-27 12:56 ` Alex Schuster
2012-06-28 13:45 ` Alex Schuster
0 siblings, 1 reply; 5+ messages in thread
From: Alex Schuster @ 2012-06-27 12:56 UTC (permalink / raw
To: gentoo-user
Helmut Jarausch writes:
> On 06/27/2012 04:44:34 AM, meino.cramer@gmx.de wrote:
> > Hi,
> >
> > i accidentally tried to mount the extended partition /dev/sda4
> > from this disk:
[...]
> > which results in a hanging mount process, which cannot be killed.
> >
> > I was urged to use the sysreq-key to reboot and get rid of that
> > process.
> >
> > This happens with kernel 3.2.21 and 3.4.4.
> >
> > Is this the expected bahviour?
At least it happens here, too. And the mount process uses 100% of one of
my cores, this was not expected.
> I cannot tell you if kernel hanging in this case is normal.
>
> But, if there is any problem during mount, the kernel seems to hang.
> As far as I remember, it only has a very long time out, but it will
> 'kill' that mount request some time.
Let's see how long 'very long' is, it's hanging for over one hour now. I
will wait some more hours, but that would be one really long timeout.
Wonko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Hanging mount
2012-06-27 12:56 ` Alex Schuster
@ 2012-06-28 13:45 ` Alex Schuster
2012-06-28 15:00 ` Paul Hartman
0 siblings, 1 reply; 5+ messages in thread
From: Alex Schuster @ 2012-06-28 13:45 UTC (permalink / raw
To: gentoo-user
Alex Schuster writes:
> Helmut Jarausch writes:
>
> > On 06/27/2012 04:44:34 AM, meino.cramer@gmx.de wrote:
> > > i accidentally tried to mount the extended partition /dev/sda4
> > > from this disk:
> [...]
> > > which results in a hanging mount process, which cannot be killed.
> > I cannot tell you if kernel hanging in this case is normal.
> >
> > But, if there is any problem during mount, the kernel seems to hang.
> > As far as I remember, it only has a very long time out, but it will
> > 'kill' that mount request some time.
>
> Let's see how long 'very long' is, it's hanging for over one hour now. I
> will wait some more hours, but that would be one really long timeout.
All I can say now is that the timeout, if there is one, must be larger
than 24 hours.
Isn't this weird?
Wonko
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Hanging mount
2012-06-28 13:45 ` Alex Schuster
@ 2012-06-28 15:00 ` Paul Hartman
0 siblings, 0 replies; 5+ messages in thread
From: Paul Hartman @ 2012-06-28 15:00 UTC (permalink / raw
To: gentoo-user
On Thu, Jun 28, 2012 at 8:45 AM, Alex Schuster <wonko@wonkology.org> wrote:
> Alex Schuster writes:
>
>> Helmut Jarausch writes:
>>
>> > On 06/27/2012 04:44:34 AM, meino.cramer@gmx.de wrote:
>
>> > > i accidentally tried to mount the extended partition /dev/sda4
>> > > from this disk:
>> [...]
>> > > which results in a hanging mount process, which cannot be killed.
>
>> > I cannot tell you if kernel hanging in this case is normal.
>> >
>> > But, if there is any problem during mount, the kernel seems to hang.
>> > As far as I remember, it only has a very long time out, but it will
>> > 'kill' that mount request some time.
>>
>> Let's see how long 'very long' is, it's hanging for over one hour now. I
>> will wait some more hours, but that would be one really long timeout.
>
> All I can say now is that the timeout, if there is one, must be larger
> than 24 hours.
>
> Isn't this weird?
Almost all cases of linux hangs I've ever experienced have been from either:
1) mount/unmount
2) insmod/rmmod
and they usually last forever. Sometimes prevent proper shutdown,
requiring SysRq magic or usually hard power-off...
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-06-28 15:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 2:44 [gentoo-user] Hanging mount meino.cramer
2012-06-27 11:03 ` Helmut Jarausch
2012-06-27 12:56 ` Alex Schuster
2012-06-28 13:45 ` Alex Schuster
2012-06-28 15:00 ` Paul Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox