Linux NILFS development
 help / color / mirror / Atom feed
From: Alexander Bezrukov <nilfs-issues-tvrqcU/I3+LBxmVkcvZ8vQ@public.gmane.org>
To: linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Corrupted nilfs2 volume
Date: Mon, 18 Mar 2013 18:23:52 +0400	[thread overview]
Message-ID: <20130318142352.GA4148@black> (raw)
In-Reply-To: <70219EF1-8083-4DD5-BA18-84CD1914DC3E-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>

Hi Vyacheslav,


> Moreover, could you share output of "nilfs-tune -l" utility?

Here you are.

nilfs-tune 2.1.4
Filesystem volume name:	  ROOT
Filesystem UUID:	  0b4ff339-f246-41c6-9c4c-55064d9ffea9
Filesystem magic number:  0x3434
Filesystem revision #:	  2.0
Filesystem features:      (none)
Filesystem state:	  invalid or mounted
Filesystem OS type:	  Linux
Block size:		  4096
Filesystem created:	  Wed May  9 16:52:59 2012
Last mount time:	  Tue Mar 12 07:24:52 2013
Last write time:	  Thu Mar 14 23:39:36 2013
Mount count:		  81
Maximum mount count:	  50
Reserve blocks uid:	  0 (user root)
Reserve blocks gid:	  0 (group root)
First inode:		  11
Inode size:		  128
DAT entry size:		  32
Checkpoint size:	  192
Segment usage size:	  16
Number of segments:	  56432
Device size:		  473390895104
First data block:	  1
# of blocks per segment:  2048
Reserved segments %:	  5
Last checkpoint #:	  5439414
Last block address:	  48011326
Last sequence #:	  305301
Free blocks count:	  45154304
Commit interval:	  0
# of blks to create seg:  0
CRC seed:		  0xf8f795ab
CRC check sum:		  0xc4ea5e0d
CRC check data size:	  0x00000118

> > I am sorry, I didn't receive any archive.
> > 
> 
> It is strange.

[offtopic]: I observed and am still observing continous timeouts
after data coming from bluehost.com domain like this:

Mar 15 10:22:18 localhost postfix/smtpd[26071]: connect from oproxy5-pub.bluehost.com[67.222.38.55]
Mar 15 10:22:19 localhost postfix/smtpd[26071]: 53590D03:client=oproxy5-pub.bluehost.com[67.222.38.55]
Mar 15 10:24:01 localhost postfix/smtpd[26054]: disconnect from vger.kernel.org[209.132.180.67]
Mar 15 10:25:18 localhost postfix/smtpd[26037]: timeout after DATA (407 bytes) from unknown[144.76.18.105]
Mar 15 10:25:18 localhost postfix/smtpd[26037]: disconnect from unknown[144.76.18.105]
Mar 15 10:26:46 localhost postfix/smtpd[26052]: timeout after DATA (999 bytes) from oproxy1-pub.bluehost.com[66.147.249.253]
Mar 15 10:26:46 localhost postfix/smtpd[26052]: disconnect from oproxy1-pub.bluehost.com[66.147.249.253]
Mar 15 10:26:46 localhost postfix/cleanup[26053]: 39E48256: message-id=<1363328491.2078.21.camel@slavad-ubuntu>
Mar 15 10:27:19 localhost postfix/smtpd[26071]: timeout after DATA (1006 bytes) from oproxy5-pub.bluehost.com[67.222.38.55]
Mar 15 10:27:19 localhost postfix/smtpd[26071]: disconnect from oproxy5-pub.bluehost.com[67.222.38.55]
Mar 15 10:27:19 localhost postfix/cleanup[26060]: 53590D03: message-id=<1363328512.2078.23.camel@slavad-ubuntu>
Mar 15 10:28:23 localhost postfix/smtpd[26052]: connect from oproxy1-pub.bluehost.com[66.147.249.253]
Mar 15 10:28:24 localhost postfix/smtpd[26052]: 1995D256: client=oproxy1-pub.bluehost.com[66.147.249.253]

This may or may not be connected to delivery of your previous mail. What
makes me to suspect this may have relation is the hostname in the
message-id. [/offtopic]


> Now you can download nilfs-utils archive with last actual
> version of fsck.nilfs2 from
> http://dubeyko.com/development/FileSystems/NILFS/nilfs-utils-fsck-v.0.04-under-development.tar.gz.

Thank you for the tool.

> Please, compile utilities set with fsck and run "fsck -v debug [device] 2> [output-file]".

I first tried with '-n' and discovered that this mode is not supported.
Then I ran the program as you suggested. I didn't study the program
source but is seems that this tool never writes. The report came out
really huge, please download in from
http://www.dragonworks.ru/nilfs2/fsck.nilfs2.debug.log.xz

I also prepared the '-v info' version which is considerably smaller:
http://www.dragonworks.ru/nilfs2/fsck.nilfs2.info.log.xz

Besides seemengly many problems in the filesystem's structures it
suggests that the primary and secondary superblocks are not identical
so I simply copied last 4kB of the volume to offset 1kB --- to no avail.
(Of course I experimented with a copy of the volume data)

What else can I do?

Thanks and regards.
Alexander.

--
To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2013-03-18 14:23 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20130315024019.7DC1BD00@mail.dragonworks.ru>
     [not found] ` <20130315024019.7DC1BD00-foQFVU7ZUqen8/iIaQqUdCjHesifYMBh@public.gmane.org>
2013-03-15  6:21   ` Corrupted nilfs2 volume Vyacheslav Dubeyko
2013-03-15 23:21     ` Alexander Bezrukov
2013-03-16 15:11       ` Vyacheslav Dubeyko
     [not found]         ` <70219EF1-8083-4DD5-BA18-84CD1914DC3E-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
2013-03-18 14:23           ` Alexander Bezrukov [this message]
2013-03-18 20:44             ` Vyacheslav Dubeyko
     [not found]               ` <4E5BDA60-7615-4F82-AC0F-4459DD9EF544-yeENwD64cLxBDgjK7y7TUQ@public.gmane.org>
2013-03-18 22:31                 ` Alexander Bezrukov
2013-03-19  8:06                   ` Vyacheslav Dubeyko
2013-03-19  8:30                     ` ARAI Shun-ichi
     [not found]                       ` <20130319.173020.3478740326553917.hermes-akuOmOme3sQYOdUovKs6ag@public.gmane.org>
2013-03-19  9:15                         ` Vyacheslav Dubeyko
     [not found]                           ` <20121130.164616.1703426007244850753.hermes-akuOmOme3sQYOdUovKs6ag@public.gmane.org>
2013-03-19 11:17                             ` ARAI Shun-ichi
     [not found]                               ` <20130319.201730.1543938923107719972.hermes-akuOmOme3sQYOdUovKs6ag@public.gmane.org>
2013-03-19 11:42                                 ` Vyacheslav Dubeyko
2013-03-19 12:52                                   ` ARAI Shun-ichi
2013-03-19 17:35                     ` Alexander Bezrukov
2013-03-21  6:31                       ` Vyacheslav Dubeyko

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=20130318142352.GA4148@black \
    --to=nilfs-issues-tvrqcu/i3+lbxmvkcvz8vq@public.gmane.org \
    --cc=linux-nilfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.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