* Initial mount fails
@ 2011-12-04 9:10 Zavi
[not found] ` <CAN67vW1TR8g=LBH6p+G4yj8UL9wCmjLghGJJOB3zzQjD-tC-Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Zavi @ 2011-12-04 9:10 UTC (permalink / raw)
To: linux-nilfs-u79uwXL29TY76Z2rM5mHXA
Hi all,
I'm trying yo mount nilfs on a device without success.
mkfs works just fine, but when I try to mount I keep getting an error
> sudo mkfs -t nilfs2 /dev/sdc
> sudo mount -t nilfs2 /dev/sdc ~/nilfs
mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument
I've installed nilfs-utils, and this is what I get from fsck
> sudo fsck0.nilfs2 -f -v /dev/sdc
fsck0.nilfs2: cannot read super block (device=/dev/sdc)
just to be sure the problem is not in the device, I mounted ext4 on it
successfuly.
I can also do block requests (dd, iometer) without a problem.
I'd appreciate any suggestion.
Thanks,
Zavi
--
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
^ permalink raw reply [flat|nested] 7+ messages in thread[parent not found: <CAN67vW1TR8g=LBH6p+G4yj8UL9wCmjLghGJJOB3zzQjD-tC-Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Initial mount fails [not found] ` <CAN67vW1TR8g=LBH6p+G4yj8UL9wCmjLghGJJOB3zzQjD-tC-Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-12-04 13:29 ` Ryusuke Konishi [not found] ` <20111204.222908.193237875.ryusuke-sG5X7nlA6pw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Ryusuke Konishi @ 2011-12-04 13:29 UTC (permalink / raw) To: zavi05-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA Hi, On Sun, 4 Dec 2011 11:10:12 +0200, Zavi wrote: > Hi all, > > I'm trying yo mount nilfs on a device without success. > mkfs works just fine, but when I try to mount I keep getting an error > > sudo mkfs -t nilfs2 /dev/sdc > > sudo mount -t nilfs2 /dev/sdc ~/nilfs > mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument > Were there any related messages in logs? Please try dmesg command or make sure system logs: $ dmesg or $ sudo cat /var/log/{messages,syslog} Regards, Ryusuke Konishi > I've installed nilfs-utils, and this is what I get from fsck > > sudo fsck0.nilfs2 -f -v /dev/sdc > fsck0.nilfs2: cannot read super block (device=/dev/sdc) > > just to be sure the problem is not in the device, I mounted ext4 on it > successfuly. > I can also do block requests (dd, iometer) without a problem. > > I'd appreciate any suggestion. > > Thanks, > Zavi > -- > 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 -- 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20111204.222908.193237875.ryusuke-sG5X7nlA6pw@public.gmane.org>]
* Re: Initial mount fails [not found] ` <20111204.222908.193237875.ryusuke-sG5X7nlA6pw@public.gmane.org> @ 2011-12-04 16:38 ` Zavi [not found] ` <CAN67vW2nSDWfESF1o2umuqduJY-MKL1da0oboDy04tyT4FEL5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Zavi @ 2011-12-04 16:38 UTC (permalink / raw) To: Ryusuke Konishi; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA Thank you Ryusuke for the quick reply Of course dmesg is the first thing I looked at. All I see is a not very informative message > NILFS: Can't find nilfs on dev sdc. On Sun, Dec 4, 2011 at 3:29 PM, Ryusuke Konishi <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: > Hi, > On Sun, 4 Dec 2011 11:10:12 +0200, Zavi wrote: >> Hi all, >> >> I'm trying yo mount nilfs on a device without success. >> mkfs works just fine, but when I try to mount I keep getting an error >> > sudo mkfs -t nilfs2 /dev/sdc >> > sudo mount -t nilfs2 /dev/sdc ~/nilfs >> mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument >> > > Were there any related messages in logs? Please try dmesg command or > make sure system logs: > > $ dmesg > > or > > $ sudo cat /var/log/{messages,syslog} > > Regards, > Ryusuke Konishi > >> I've installed nilfs-utils, and this is what I get from fsck >> > sudo fsck0.nilfs2 -f -v /dev/sdc >> fsck0.nilfs2: cannot read super block (device=/dev/sdc) >> >> just to be sure the problem is not in the device, I mounted ext4 on it >> successfuly. >> I can also do block requests (dd, iometer) without a problem. >> >> I'd appreciate any suggestion. >> >> Thanks, >> Zavi >> -- >> 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 -- 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAN67vW2nSDWfESF1o2umuqduJY-MKL1da0oboDy04tyT4FEL5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Initial mount fails [not found] ` <CAN67vW2nSDWfESF1o2umuqduJY-MKL1da0oboDy04tyT4FEL5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-12-04 17:13 ` Ryusuke Konishi [not found] ` <20111205.021311.06955058.ryusuke-sG5X7nlA6pw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Ryusuke Konishi @ 2011-12-04 17:13 UTC (permalink / raw) To: zavi05-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA On Sun, 4 Dec 2011 18:38:58 +0200, Zavi wrote: > Thank you Ryusuke for the quick reply > > Of course dmesg is the first thing I looked at. > All I see is a not very informative message > > NILFS: Can't find nilfs on dev sdc. > This message is printed when no super blocks are found on the device. Does nilfs-tune command work for the partition ? $ sudo nilfs-tune -l /dev/sdc It tries to read super block, and displays file system information if a valid super block was found. Regards, Ryusuke Konishi > On Sun, Dec 4, 2011 at 3:29 PM, Ryusuke Konishi > <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: > > Hi, > > On Sun, 4 Dec 2011 11:10:12 +0200, Zavi wrote: > >> Hi all, > >> > >> I'm trying yo mount nilfs on a device without success. > >> mkfs works just fine, but when I try to mount I keep getting an error > >> > sudo mkfs -t nilfs2 /dev/sdc > >> > sudo mount -t nilfs2 /dev/sdc ~/nilfs > >> mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument > >> > > > > Were there any related messages in logs? Please try dmesg command or > > make sure system logs: > > > > $ dmesg > > > > or > > > > $ sudo cat /var/log/{messages,syslog} > > > > Regards, > > Ryusuke Konishi > > > >> I've installed nilfs-utils, and this is what I get from fsck > >> > sudo fsck0.nilfs2 -f -v /dev/sdc > >> fsck0.nilfs2: cannot read super block (device=/dev/sdc) > >> > >> just to be sure the problem is not in the device, I mounted ext4 on it > >> successfuly. > >> I can also do block requests (dd, iometer) without a problem. > >> > >> I'd appreciate any suggestion. > >> > >> Thanks, > >> Zavi > >> -- > >> 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 > -- > 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 -- 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20111205.021311.06955058.ryusuke-sG5X7nlA6pw@public.gmane.org>]
* Re: Initial mount fails [not found] ` <20111205.021311.06955058.ryusuke-sG5X7nlA6pw@public.gmane.org> @ 2011-12-04 18:01 ` Zavi [not found] ` <CAN67vW2C3d5Byinib97otyCk9rujPhLSOmLXkC01juHo6e=nVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Zavi @ 2011-12-04 18:01 UTC (permalink / raw) To: Ryusuke Konishi; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA Here's the result > sudo nilfs-tune -l /dev/sdc nilfs-tune 2.1.0-rc1 /dev/sdc: cannot open NILFS On Sun, Dec 4, 2011 at 7:13 PM, Ryusuke Konishi <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: > On Sun, 4 Dec 2011 18:38:58 +0200, Zavi wrote: >> Thank you Ryusuke for the quick reply >> >> Of course dmesg is the first thing I looked at. >> All I see is a not very informative message >> > NILFS: Can't find nilfs on dev sdc. >> > > This message is printed when no super blocks are found on the device. > Does nilfs-tune command work for the partition ? > > $ sudo nilfs-tune -l /dev/sdc > > It tries to read super block, and displays file system information if > a valid super block was found. > > Regards, > Ryusuke Konishi > >> On Sun, Dec 4, 2011 at 3:29 PM, Ryusuke Konishi >> <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: >> > Hi, >> > On Sun, 4 Dec 2011 11:10:12 +0200, Zavi wrote: >> >> Hi all, >> >> >> >> I'm trying yo mount nilfs on a device without success. >> >> mkfs works just fine, but when I try to mount I keep getting an error >> >> > sudo mkfs -t nilfs2 /dev/sdc >> >> > sudo mount -t nilfs2 /dev/sdc ~/nilfs >> >> mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument >> >> >> > >> > Were there any related messages in logs? Please try dmesg command or >> > make sure system logs: >> > >> > $ dmesg >> > >> > or >> > >> > $ sudo cat /var/log/{messages,syslog} >> > >> > Regards, >> > Ryusuke Konishi >> > >> >> I've installed nilfs-utils, and this is what I get from fsck >> >> > sudo fsck0.nilfs2 -f -v /dev/sdc >> >> fsck0.nilfs2: cannot read super block (device=/dev/sdc) >> >> >> >> just to be sure the problem is not in the device, I mounted ext4 on it >> >> successfuly. >> >> I can also do block requests (dd, iometer) without a problem. >> >> >> >> I'd appreciate any suggestion. >> >> >> >> Thanks, >> >> Zavi >> >> -- >> >> 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 >> -- >> 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 -- 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <CAN67vW2C3d5Byinib97otyCk9rujPhLSOmLXkC01juHo6e=nVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>]
* Re: Initial mount fails [not found] ` <CAN67vW2C3d5Byinib97otyCk9rujPhLSOmLXkC01juHo6e=nVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org> @ 2011-12-05 4:23 ` Ryusuke Konishi [not found] ` <20111205.132326.69345131.ryusuke-sG5X7nlA6pw@public.gmane.org> 0 siblings, 1 reply; 7+ messages in thread From: Ryusuke Konishi @ 2011-12-05 4:23 UTC (permalink / raw) To: zavi05-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA Hi, On Sun, 4 Dec 2011 20:01:25 +0200, Zavi wrote: > Here's the result > > > sudo nilfs-tune -l /dev/sdc > nilfs-tune 2.1.0-rc1 > /dev/sdc: cannot open NILFS Hmm, seems like super blocks are not written to disk. Does the following option ('-K' option) affect the results ? $ sudo mkfs -t nilfs2 -v -K /dev/sdc $ sudo nilfs-tune -l /dev/sdc This option stops issuing discard command to disk just before writing new super blocks. Regards, Ryusuke Konishi > On Sun, Dec 4, 2011 at 7:13 PM, Ryusuke Konishi > <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: > > On Sun, 4 Dec 2011 18:38:58 +0200, Zavi wrote: > >> Thank you Ryusuke for the quick reply > >> > >> Of course dmesg is the first thing I looked at. > >> All I see is a not very informative message > >> > NILFS: Can't find nilfs on dev sdc. > >> > > > > This message is printed when no super blocks are found on the device. > > Does nilfs-tune command work for the partition ? > > > > $ sudo nilfs-tune -l /dev/sdc > > > > It tries to read super block, and displays file system information if > > a valid super block was found. > > > > Regards, > > Ryusuke Konishi > > > >> On Sun, Dec 4, 2011 at 3:29 PM, Ryusuke Konishi > >> <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: > >> > Hi, > >> > On Sun, 4 Dec 2011 11:10:12 +0200, Zavi wrote: > >> >> Hi all, > >> >> > >> >> I'm trying yo mount nilfs on a device without success. > >> >> mkfs works just fine, but when I try to mount I keep getting an error > >> >> > sudo mkfs -t nilfs2 /dev/sdc > >> >> > sudo mount -t nilfs2 /dev/sdc ~/nilfs > >> >> mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument > >> >> > >> > > >> > Were there any related messages in logs? Please try dmesg command or > >> > make sure system logs: > >> > > >> > $ dmesg > >> > > >> > or > >> > > >> > $ sudo cat /var/log/{messages,syslog} > >> > > >> > Regards, > >> > Ryusuke Konishi > >> > > >> >> I've installed nilfs-utils, and this is what I get from fsck > >> >> > sudo fsck0.nilfs2 -f -v /dev/sdc > >> >> fsck0.nilfs2: cannot read super block (device=/dev/sdc) > >> >> > >> >> just to be sure the problem is not in the device, I mounted ext4 on it > >> >> successfuly. > >> >> I can also do block requests (dd, iometer) without a problem. > >> >> > >> >> I'd appreciate any suggestion. > >> >> > >> >> Thanks, > >> >> Zavi > >> >> -- > >> >> 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 > >> -- > >> 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 > -- > 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 -- 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <20111205.132326.69345131.ryusuke-sG5X7nlA6pw@public.gmane.org>]
* Re: Initial mount fails [not found] ` <20111205.132326.69345131.ryusuke-sG5X7nlA6pw@public.gmane.org> @ 2011-12-05 8:56 ` Zavi 0 siblings, 0 replies; 7+ messages in thread From: Zavi @ 2011-12-05 8:56 UTC (permalink / raw) To: Ryusuke Konishi; +Cc: linux-nilfs-u79uwXL29TY76Z2rM5mHXA That did it! Although the messages I get now after mkfs are different than before. But the bottom line is that the file system can be mounter now Thanks a lot. On Mon, Dec 5, 2011 at 6:23 AM, Ryusuke Konishi <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: > Hi, > On Sun, 4 Dec 2011 20:01:25 +0200, Zavi wrote: >> Here's the result >> >> > sudo nilfs-tune -l /dev/sdc >> nilfs-tune 2.1.0-rc1 >> /dev/sdc: cannot open NILFS > > Hmm, seems like super blocks are not written to disk. > > Does the following option ('-K' option) affect the results ? > > $ sudo mkfs -t nilfs2 -v -K /dev/sdc > $ sudo nilfs-tune -l /dev/sdc > > This option stops issuing discard command to disk just before writing > new super blocks. > > Regards, > Ryusuke Konishi > >> On Sun, Dec 4, 2011 at 7:13 PM, Ryusuke Konishi >> <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: >> > On Sun, 4 Dec 2011 18:38:58 +0200, Zavi wrote: >> >> Thank you Ryusuke for the quick reply >> >> >> >> Of course dmesg is the first thing I looked at. >> >> All I see is a not very informative message >> >> > NILFS: Can't find nilfs on dev sdc. >> >> >> > >> > This message is printed when no super blocks are found on the device. >> > Does nilfs-tune command work for the partition ? >> > >> > $ sudo nilfs-tune -l /dev/sdc >> > >> > It tries to read super block, and displays file system information if >> > a valid super block was found. >> > >> > Regards, >> > Ryusuke Konishi >> > >> >> On Sun, Dec 4, 2011 at 3:29 PM, Ryusuke Konishi >> >> <konishi.ryusuke-Zyj7fXuS5i5L9jVzuh4AOg@public.gmane.org> wrote: >> >> > Hi, >> >> > On Sun, 4 Dec 2011 11:10:12 +0200, Zavi wrote: >> >> >> Hi all, >> >> >> >> >> >> I'm trying yo mount nilfs on a device without success. >> >> >> mkfs works just fine, but when I try to mount I keep getting an error >> >> >> > sudo mkfs -t nilfs2 /dev/sdc >> >> >> > sudo mount -t nilfs2 /dev/sdc ~/nilfs >> >> >> mount.nilfs2: Error while mounting /dev/sdc on ~/nilfs: Invalid argument >> >> >> >> >> > >> >> > Were there any related messages in logs? Please try dmesg command or >> >> > make sure system logs: >> >> > >> >> > $ dmesg >> >> > >> >> > or >> >> > >> >> > $ sudo cat /var/log/{messages,syslog} >> >> > >> >> > Regards, >> >> > Ryusuke Konishi >> >> > >> >> >> I've installed nilfs-utils, and this is what I get from fsck >> >> >> > sudo fsck0.nilfs2 -f -v /dev/sdc >> >> >> fsck0.nilfs2: cannot read super block (device=/dev/sdc) >> >> >> >> >> >> just to be sure the problem is not in the device, I mounted ext4 on it >> >> >> successfuly. >> >> >> I can also do block requests (dd, iometer) without a problem. >> >> >> >> >> >> I'd appreciate any suggestion. >> >> >> >> >> >> Thanks, >> >> >> Zavi >> >> >> -- >> >> >> 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 >> >> -- >> >> 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 >> -- >> 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 -- 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 ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-12-05 8:56 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 9:10 Initial mount fails Zavi
[not found] ` <CAN67vW1TR8g=LBH6p+G4yj8UL9wCmjLghGJJOB3zzQjD-tC-Ug-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-12-04 13:29 ` Ryusuke Konishi
[not found] ` <20111204.222908.193237875.ryusuke-sG5X7nlA6pw@public.gmane.org>
2011-12-04 16:38 ` Zavi
[not found] ` <CAN67vW2nSDWfESF1o2umuqduJY-MKL1da0oboDy04tyT4FEL5g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-12-04 17:13 ` Ryusuke Konishi
[not found] ` <20111205.021311.06955058.ryusuke-sG5X7nlA6pw@public.gmane.org>
2011-12-04 18:01 ` Zavi
[not found] ` <CAN67vW2C3d5Byinib97otyCk9rujPhLSOmLXkC01juHo6e=nVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-12-05 4:23 ` Ryusuke Konishi
[not found] ` <20111205.132326.69345131.ryusuke-sG5X7nlA6pw@public.gmane.org>
2011-12-05 8:56 ` Zavi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox