* Emergency - Can't Boot
@ 2011-07-30 19:51 .
2011-07-30 20:46 ` Hugo Mills
0 siblings, 1 reply; 5+ messages in thread
From: . @ 2011-07-30 19:51 UTC (permalink / raw)
To: linux-btrfs
Help!
I just did my monthly dist-upgrade and rebooted, only to have it stall
at Control D. It tried to automatically run fsck.btrfs and of course it
failed, and insists that I run it manually. I can't. I've rebooted
several times and can't get past Control D. Don't know where it keeps
track of the number of reboots since last fsck.
What do you do in a case like this?
Debian Testing running kernel 2.6.39-2 and KDE. btrfs-tools 0.19
+20100601 - the latest in Debian Testing as of today.
Please reply on list and directly to me, as I'm waiting for listserv
approval.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emergency - Can't Boot
2011-07-30 19:51 Emergency - Can't Boot .
@ 2011-07-30 20:46 ` Hugo Mills
2011-07-30 21:12 ` CACook
0 siblings, 1 reply; 5+ messages in thread
From: Hugo Mills @ 2011-07-30 20:46 UTC (permalink / raw)
To: .; +Cc: linux-btrfs
[-- Attachment #1: Type: text/plain, Size: 786 bytes --]
On Sat, Jul 30, 2011 at 12:51:51PM -0700, . wrote:
> I just did my monthly dist-upgrade and rebooted, only to have it stall
> at Control D. It tried to automatically run fsck.btrfs and of course it
> failed, and insists that I run it manually. I can't. I've rebooted
> several times and can't get past Control D. Don't know where it keeps
> track of the number of reboots since last fsck.
>
> What do you do in a case like this?
[Just a note -- this seems to have been fixed in a conversation on
IRC, by linking /bin/true to /bin/fsck.btrfs]
Hugo.
--
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
--- Always be sincere, whether you mean it or not. ---
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emergency - Can't Boot
2011-07-30 20:46 ` Hugo Mills
@ 2011-07-30 21:12 ` CACook
2011-07-31 2:34 ` Fajar A. Nugraha
0 siblings, 1 reply; 5+ messages in thread
From: CACook @ 2011-07-30 21:12 UTC (permalink / raw)
To: linux-btrfs
On Saturday 30 July, 2011 13:46:21 Hugo Mills wrote:
> On Sat, Jul 30, 2011 at 12:51:51PM -0700, . wrote:
> > I just did my monthly dist-upgrade and rebooted, only to have it stall
> > at Control D. It tried to automatically run fsck.btrfs and of course it
> > failed, and insists that I run it manually. I can't. I've rebooted
> > several times and can't get past Control D. Don't know where it keeps
> > track of the number of reboots since last fsck.
> >
> > What do you do in a case like this?
>
> [Just a note -- this seems to have been fixed in a conversation on
> IRC, by linking /bin/true to /bin/fsck.btrfs]
Yes that fixed it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emergency - Can't Boot
2011-07-30 21:12 ` CACook
@ 2011-07-31 2:34 ` Fajar A. Nugraha
2011-07-31 4:16 ` CACook
0 siblings, 1 reply; 5+ messages in thread
From: Fajar A. Nugraha @ 2011-07-31 2:34 UTC (permalink / raw)
To: CACook; +Cc: linux-btrfs
On Sun, Jul 31, 2011 at 4:12 AM, <CACook@quantum-sci.com> wrote:
> On Saturday 30 July, 2011 13:46:21 Hugo Mills wrote:
>> On Sat, Jul 30, 2011 at 12:51:51PM -0700, . wrote:
>> > I just did my monthly dist-upgrade and rebooted, only to have it s=
tall
>> > at Control D. =A0It tried to automatically run fsck.btrfs and of c=
ourse it
>> > failed, and insists that I run it manually. =A0I can't. =A0I've re=
booted
>> > several times and can't get past Control D. =A0Don't know where it=
keeps
>> > track of the number of reboots since last fsck.
>> >
>> > What do you do in a case like this?
>>
>> =A0 =A0[Just a note -- this seems to have been fixed in a conversati=
on on
>> IRC, by linking /bin/true to /bin/fsck.btrfs]
>
> Yes that fixed it.
IMHO a better fix is to just disable fsck on fstab for that fs. Somethi=
ng like
# <file system> <mount point> <type> <options> <dump> <pass>
LABEL=3DROOT / btrfs
subvolid=3D258,compress-force=3Dlzo,noatime 0 0
--=20
=46ajar
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Emergency - Can't Boot
2011-07-31 2:34 ` Fajar A. Nugraha
@ 2011-07-31 4:16 ` CACook
0 siblings, 0 replies; 5+ messages in thread
From: CACook @ 2011-07-31 4:16 UTC (permalink / raw)
To: linux-btrfs
On Saturday 30 July, 2011 19:34:26 Fajar A. Nugraha wrote:
> IMHO a better fix is to just disable fsck on fstab for that fs. Something like
>
> # <file system> <mount point> <type> <options> <dump> <pass>
> LABEL=ROOT / btrfs
> subvolid=258,compress-force=lzo,noatime 0 0
I've done that too.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-07-31 4:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-30 19:51 Emergency - Can't Boot .
2011-07-30 20:46 ` Hugo Mills
2011-07-30 21:12 ` CACook
2011-07-31 2:34 ` Fajar A. Nugraha
2011-07-31 4:16 ` CACook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox