All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6.0test3mm2 reiserfs3.6.11 usb-storage
@ 2003-08-18 12:11 Catalin BOIE
  0 siblings, 0 replies; 5+ messages in thread
From: Catalin BOIE @ 2003-08-18 12:11 UTC (permalink / raw)
  To: linux-kernel

Hi, List!

In my journey to discover kernel 2.6 I get this error trying to reiserfsck
/dev/sda1 (usb flash disk, 128 MB)

bash-2.05b# reiserfsck --check /dev/sda1
reiserfsck 3.6.11 (2003 www.namesys.com)

*************************************************************
** If you are using the latest reiserfsprogs and  it fails **
** please  email bug reports to reiserfs-list@namesys.com, **
** providing  as  much  information  as  possible --  your **
** hardware,  kernel,  patches,  settings,  all reiserfsck **
** messages  (including version),  the reiserfsck logfile, **
** check  the  syslog file  for  any  related information. **
** If you would like advice on using this program, support **
** is available  for $25 at  www.namesys.com/support.html. **
*************************************************************

Will read-only check consistency of the filesystem on /dev/sda1
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you
do):Yes
Failed to open the journal device ((null)).

An strace tell me:
brk(0)                                  = 0x809c000
brk(0x809d000)                          = 0x809d000
_llseek(4, 8192, [8192], SEEK_SET)      = 0
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096)
= 4096
_llseek(4, 65536, [65536], SEEK_SET)    = 0
read(4, "\370|\0\0\214\24\0\0\325\5\0\0\22\0\0\0\0\0\0\0\0\2\0\0"...,
4096) = 4096
_llseek(4, 131035136, [131035136], SEEK_SET) = 0
read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377"...,
4096) = 4096
write(2, "Failed to open the journal devic"..., 44Failed to open the
journal device ((null)).
) = 44
fsync(4)                                = 0




I expect reiserfsck to treat this device as any other device.
Mount /dev/sda1 works.

Any advice, please?
Thank you!

P.S. More informations on request.

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

* 2.6.0test3mm2 reiserfs3.6.11 usb-storage
@ 2003-08-18 12:27 Catalin BOIE
  2003-08-18 13:58 ` Oleg Drokin
  0 siblings, 1 reply; 5+ messages in thread
From: Catalin BOIE @ 2003-08-18 12:27 UTC (permalink / raw)
  To: reiserfs-list

Hi, List!

In my journey to discover kernel 2.6 I get this error trying to reiserfsck
/dev/sda1 (usb flash disk, 128 MB)

bash-2.05b# reiserfsck --check /dev/sda1
reiserfsck 3.6.11 (2003 www.namesys.com)

*************************************************************
** If you are using the latest reiserfsprogs and  it fails **
** please  email bug reports to reiserfs-list@namesys.com, **
** providing  as  much  information  as  possible --  your **
** hardware,  kernel,  patches,  settings,  all reiserfsck **
** messages  (including version),  the reiserfsck logfile, **
** check  the  syslog file  for  any  related information. **
** If you would like advice on using this program, support **
** is available  for $25 at  www.namesys.com/support.html. **
*************************************************************

Will read-only check consistency of the filesystem on /dev/sda1
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you
do):Yes
Failed to open the journal device ((null)).

An strace tell me:
brk(0)                                  = 0x809c000
brk(0x809d000)                          = 0x809d000
_llseek(4, 8192, [8192], SEEK_SET)      = 0
read(4, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096)
= 4096
_llseek(4, 65536, [65536], SEEK_SET)    = 0
read(4, "\370|\0\0\214\24\0\0\325\5\0\0\22\0\0\0\0\0\0\0\0\2\0\0"...,
4096) = 4096
_llseek(4, 131035136, [131035136], SEEK_SET) = 0
read(4, "\377\377\377\377\377\377\377\377\377\377\377\377\377\377"...,
4096) = 4096
write(2, "Failed to open the journal devic"..., 44Failed to open the
journal device ((null)).
) = 44
fsync(4)                                = 0




I expect reiserfsck to treat this device as any other device.
Mount /dev/sda1 works.

Any advice, please?
Thank you!

P.S. More informations on request.

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

* Re: 2.6.0test3mm2 reiserfs3.6.11 usb-storage
  2003-08-18 12:27 2.6.0test3mm2 reiserfs3.6.11 usb-storage Catalin BOIE
@ 2003-08-18 13:58 ` Oleg Drokin
  2003-08-19  6:13   ` Catalin BOIE
  0 siblings, 1 reply; 5+ messages in thread
From: Oleg Drokin @ 2003-08-18 13:58 UTC (permalink / raw)
  To: Catalin BOIE; +Cc: reiserfs-list

Hello!

On Mon, Aug 18, 2003 at 03:27:51PM +0300, Catalin BOIE wrote:

> Failed to open the journal device ((null)).
> I expect reiserfsck to treat this device as any other device.
> Mount /dev/sda1 works.

What is "debugreiserfs /dev/sda1" output?

Bye,
    Oleg

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

* Re: 2.6.0test3mm2 reiserfs3.6.11 usb-storage
  2003-08-18 13:58 ` Oleg Drokin
@ 2003-08-19  6:13   ` Catalin BOIE
  2003-08-19  8:19     ` Oleg Drokin
  0 siblings, 1 reply; 5+ messages in thread
From: Catalin BOIE @ 2003-08-19  6:13 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list

> > Failed to open the journal device ((null)).
> > I expect reiserfsck to treat this device as any other device.
> > Mount /dev/sda1 works.
>
> What is "debugreiserfs /dev/sda1" output?

debugreiserfs -d /dev/sda1
debugreiserfs 3.6.11 (2003 www.namesys.com)


debugreiserfs: Failed to open the fs journal.
bash-2.05b# debugreiserfs /dev/sda1
debugreiserfs 3.6.11 (2003 www.namesys.com)


debugreiserfs: Failed to open the fs journal.

I created the fs with command: mkreiserfs -s 513 /dev/sda1

Thanks!

>
> Bye,
>     Oleg
>

---
Catalin(ux) BOIE
catab@deuroconsult.ro

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

* Re: 2.6.0test3mm2 reiserfs3.6.11 usb-storage
  2003-08-19  6:13   ` Catalin BOIE
@ 2003-08-19  8:19     ` Oleg Drokin
  0 siblings, 0 replies; 5+ messages in thread
From: Oleg Drokin @ 2003-08-19  8:19 UTC (permalink / raw)
  To: Catalin BOIE; +Cc: reiserfs-list

Hello!

On Tue, Aug 19, 2003 at 09:13:02AM +0300, Catalin BOIE wrote:
> > > Failed to open the journal device ((null)).
> > > I expect reiserfsck to treat this device as any other device.
> > > Mount /dev/sda1 works.
> > What is "debugreiserfs /dev/sda1" output?
> debugreiserfs -d /dev/sda1
> debugreiserfs 3.6.11 (2003 www.namesys.com)
> debugreiserfs: Failed to open the fs journal.
> bash-2.05b# debugreiserfs /dev/sda1
> debugreiserfs 3.6.11 (2003 www.namesys.com)
> debugreiserfs: Failed to open the fs journal.
> I created the fs with command: mkreiserfs -s 513 /dev/sda1

I see. Looks like there is a bug in reiserfsprogs.
We will work on a fix and will let you know after we are done.
2.6.4 appears to work, though, so you might downgrade to this version for now.

Thank you.

Bye,
    Oleg

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

end of thread, other threads:[~2003-08-19  8:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-18 12:27 2.6.0test3mm2 reiserfs3.6.11 usb-storage Catalin BOIE
2003-08-18 13:58 ` Oleg Drokin
2003-08-19  6:13   ` Catalin BOIE
2003-08-19  8:19     ` Oleg Drokin
  -- strict thread matches above, loose matches on Subject: below --
2003-08-18 12:11 Catalin BOIE

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.