All of lore.kernel.org
 help / color / mirror / Atom feed
* Something is not right...
@ 2004-08-15 22:00 f00bar
  2004-08-16 20:29 ` Alex Zarochentsev
  0 siblings, 1 reply; 3+ messages in thread
From: f00bar @ 2004-08-15 22:00 UTC (permalink / raw)
  To: reiserfs-list

I am having an issue creating and mounting a new
partition with 2.6.8-rc4-mm1 & and latest snapshot.

# mkfs.reiser4 -qf /dev/sdc1
# mount -treiser4 /dev/sdc1 /var/tmp/portage

if I try:
# ls /var/tmp/portage
ls: reading directory /var/tmp/portage: Input/output
error


so... here is some more info...

I have 8K stacks and all debugging options for resier4
enabled.

# uname -a
2.6.8-rc4-mm1 #1 SMP Sun Aug 15 14:08:05 CDT 2004 i686
AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux

# debugfs.reiser4 /dev/sdc1
debugfs.reiser4 1.0.0
Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser,
licensing governed by reiser4progs/COPYING. 

Master super block (16):
magic:          ReIsEr4
blksize:        4096
format:         0x0 (format40)
uuid:           92934d00-0000-0000-0000-000000000000
label:          <none>

Format super block (17):
plugin:         format40
description:    Disk-format for reiser4, ver. 1.0.0
magic:          ReIsEr40FoRmAt
flushes:        0
mkfs id:        0x273042db
blocks:         1110485
free blocks:    1110419
root block:     23
tail policy:    0x2 (smart)
next oid:       0x10000
file count:     0
tree height:    2
key policy:     LARGE

FS status block (21):
FS marked consistent


# debugfs.reiser4 -t /dev/sdc1
debugfs.reiser4 1.0.0
Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser,
licensing governed by reiser4progs/COPYING. 

NODE (23) LEVEL=2 ITEMS=1 SPACE=4022 MKFS
ID=0x273042db FLUSH=0x0
#0  NPTR (nodeptr40): [29:1(SD):0:2a:0] OFF=28, LEN=8,
flags=0x0 UNITS=1
[24]
==============================================================================
NODE (24) LEVEL=1 ITEMS=2 SPACE=3808 MKFS
ID=0x273042db FLUSH=0x0
#0  SD (stat40): [29:1(SD):0:2a:0] OFF=28, LEN=82,
flags=0x0 UNITS=1
exts:           3
mask:           0x13
plugin:         sdext_lw
offset:         2
len:            14
mode:           drwxr-xr-x
nlink:          3
size:           2
plugin:         sdext_unix
offset:         16
len:            28
uid:            0
gid:            0
atime:          Sun Aug 15 16:43:34 2004
mtime:          Sun Aug 15 16:43:34 2004
ctime:          Sun Aug 15 16:43:34 2004
rdev:           100
bytes:          100
plugin:         sdext_plug
offset:         44
len:            38
Pset count:     9
    permission : id = 0
    formatting : id = 2 (smart)
          hash : id = 1 (r5_hash)
     fibration : id = 2 (ext_1_fibre)
      statdata : id = 0 (stat40)
       diritem : id = 2 (cde40)
        crypto : id = 0
        digest : id = 0
      compress : id = 0
------------------------------------------------------------------------------
#1  DIRITEM (cde40): [2a:0(NAME):0:0:0] OFF=110,
LEN=102, flags=0x0 UNITS=2
NR  NAME                                  OFFSET HASH 
                            SDKEY             
  0 .                                         54
0000000000000000:0000000000000000 0000291:000002a
  1 ..                                        78
0000000000000000:0000000000000000 0000291:000002a
==============================================================================


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

* Re: Something is not right...
  2004-08-15 22:00 Something is not right f00bar
@ 2004-08-16 20:29 ` Alex Zarochentsev
  2004-08-17  4:45   ` f00bar
  0 siblings, 1 reply; 3+ messages in thread
From: Alex Zarochentsev @ 2004-08-16 20:29 UTC (permalink / raw)
  To: f00bar; +Cc: reiserfs-list

Hello

On Sun, Aug 15, 2004 at 03:00:02PM -0700, f00bar wrote:
> I am having an issue creating and mounting a new
> partition with 2.6.8-rc4-mm1 & and latest snapshot.
> 
> # mkfs.reiser4 -qf /dev/sdc1
> # mount -treiser4 /dev/sdc1 /var/tmp/portage
> 
> if I try:
> # ls /var/tmp/portage
> ls: reading directory /var/tmp/portage: Input/output
> error

what reiser4 messages are in the syslog?

> 
> so... here is some more info...
> 
> I have 8K stacks and all debugging options for resier4
> enabled.
> 
> # uname -a
> 2.6.8-rc4-mm1 #1 SMP Sun Aug 15 14:08:05 CDT 2004 i686
> AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux
> 
> # debugfs.reiser4 /dev/sdc1
> debugfs.reiser4 1.0.0
> Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser,
> licensing governed by reiser4progs/COPYING. 
> 
> Master super block (16):
> magic:          ReIsEr4
> blksize:        4096
> format:         0x0 (format40)
> uuid:           92934d00-0000-0000-0000-000000000000
> label:          <none>
> 
> Format super block (17):
> plugin:         format40
> description:    Disk-format for reiser4, ver. 1.0.0
> magic:          ReIsEr40FoRmAt
> flushes:        0
> mkfs id:        0x273042db
> blocks:         1110485
> free blocks:    1110419
> root block:     23
> tail policy:    0x2 (smart)
> next oid:       0x10000
> file count:     0
> tree height:    2
> key policy:     LARGE
> 
> FS status block (21):
> FS marked consistent
> 
> 
> # debugfs.reiser4 -t /dev/sdc1
> debugfs.reiser4 1.0.0
> Copyright (C) 2001, 2002, 2003, 2004 by Hans Reiser,
> licensing governed by reiser4progs/COPYING. 
> 
> NODE (23) LEVEL=2 ITEMS=1 SPACE=4022 MKFS
> ID=0x273042db FLUSH=0x0
> #0  NPTR (nodeptr40): [29:1(SD):0:2a:0] OFF=28, LEN=8,
> flags=0x0 UNITS=1
> [24]
> ==============================================================================
> NODE (24) LEVEL=1 ITEMS=2 SPACE=3808 MKFS
> ID=0x273042db FLUSH=0x0
> #0  SD (stat40): [29:1(SD):0:2a:0] OFF=28, LEN=82,
> flags=0x0 UNITS=1
> exts:           3
> mask:           0x13
> plugin:         sdext_lw
> offset:         2
> len:            14
> mode:           drwxr-xr-x
> nlink:          3
> size:           2
> plugin:         sdext_unix
> offset:         16
> len:            28
> uid:            0
> gid:            0
> atime:          Sun Aug 15 16:43:34 2004
> mtime:          Sun Aug 15 16:43:34 2004
> ctime:          Sun Aug 15 16:43:34 2004
> rdev:           100
> bytes:          100
> plugin:         sdext_plug
> offset:         44
> len:            38
> Pset count:     9
>     permission : id = 0
>     formatting : id = 2 (smart)
>           hash : id = 1 (r5_hash)
>      fibration : id = 2 (ext_1_fibre)
>       statdata : id = 0 (stat40)
>        diritem : id = 2 (cde40)
>         crypto : id = 0
>         digest : id = 0
>       compress : id = 0
> ------------------------------------------------------------------------------
> #1  DIRITEM (cde40): [2a:0(NAME):0:0:0] OFF=110,
> LEN=102, flags=0x0 UNITS=2
> NR  NAME                                  OFFSET HASH 
>                             SDKEY             
>   0 .                                         54
> 0000000000000000:0000000000000000 0000291:000002a
>   1 ..                                        78
> 0000000000000000:0000000000000000 0000291:000002a
> ==============================================================================
> 

-- 
Alex.

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

* Re: Something is not right...
  2004-08-16 20:29 ` Alex Zarochentsev
@ 2004-08-17  4:45   ` f00bar
  0 siblings, 0 replies; 3+ messages in thread
From: f00bar @ 2004-08-17  4:45 UTC (permalink / raw)
  To: Alex Zarochentsev; +Cc: reiserfs-list

Alex,

Something is very wrong with my root filesystem (xfs).
I am receiving io errors when I compile and I lose the
ability to read files (df returns io errors). I can
change to different directories but I can not read the
files. I will reinstall my system, I was thinking
about it anyway. I was just waiting for resier4 to
make in mm.

John


--- Alex Zarochentsev <zam@namesys.com> wrote:

> Hello
> 
> On Sun, Aug 15, 2004 at 03:00:02PM -0700, f00bar
> wrote:
> > I am having an issue creating and mounting a new
> > partition with 2.6.8-rc4-mm1 & and latest
> snapshot.
> > 
> > # mkfs.reiser4 -qf /dev/sdc1
> > # mount -treiser4 /dev/sdc1 /var/tmp/portage
> > 
> > if I try:
> > # ls /var/tmp/portage
> > ls: reading directory /var/tmp/portage:
> Input/output
> > error
> 
> what reiser4 messages are in the syslog?
> 
> > 
> > so... here is some more info...
> > 
> > I have 8K stacks and all debugging options for
> resier4
> > enabled.
> > 
> > # uname -a
> > 2.6.8-rc4-mm1 #1 SMP Sun Aug 15 14:08:05 CDT 2004
> i686
> > AMD Athlon(tm) MP 2400+ AuthenticAMD GNU/Linux
> > 
> > # debugfs.reiser4 /dev/sdc1
> > debugfs.reiser4 1.0.0
> > Copyright (C) 2001, 2002, 2003, 2004 by Hans
> Reiser,
> > licensing governed by reiser4progs/COPYING. 
> > 
> > Master super block (16):
> > magic:          ReIsEr4
> > blksize:        4096
> > format:         0x0 (format40)
> > uuid:          
> 92934d00-0000-0000-0000-000000000000
> > label:          <none>
> > 
> > Format super block (17):
> > plugin:         format40
> > description:    Disk-format for reiser4, ver.
> 1.0.0
> > magic:          ReIsEr40FoRmAt
> > flushes:        0
> > mkfs id:        0x273042db
> > blocks:         1110485
> > free blocks:    1110419
> > root block:     23
> > tail policy:    0x2 (smart)
> > next oid:       0x10000
> > file count:     0
> > tree height:    2
> > key policy:     LARGE
> > 
> > FS status block (21):
> > FS marked consistent
> > 
> > 
> > # debugfs.reiser4 -t /dev/sdc1
> > debugfs.reiser4 1.0.0
> > Copyright (C) 2001, 2002, 2003, 2004 by Hans
> Reiser,
> > licensing governed by reiser4progs/COPYING. 
> > 
> > NODE (23) LEVEL=2 ITEMS=1 SPACE=4022 MKFS
> > ID=0x273042db FLUSH=0x0
> > #0  NPTR (nodeptr40): [29:1(SD):0:2a:0] OFF=28,
> LEN=8,
> > flags=0x0 UNITS=1
> > [24]
> >
>
==============================================================================
> > NODE (24) LEVEL=1 ITEMS=2 SPACE=3808 MKFS
> > ID=0x273042db FLUSH=0x0
> > #0  SD (stat40): [29:1(SD):0:2a:0] OFF=28, LEN=82,
> > flags=0x0 UNITS=1
> > exts:           3
> > mask:           0x13
> > plugin:         sdext_lw
> > offset:         2
> > len:            14
> > mode:           drwxr-xr-x
> > nlink:          3
> > size:           2
> > plugin:         sdext_unix
> > offset:         16
> > len:            28
> > uid:            0
> > gid:            0
> > atime:          Sun Aug 15 16:43:34 2004
> > mtime:          Sun Aug 15 16:43:34 2004
> > ctime:          Sun Aug 15 16:43:34 2004
> > rdev:           100
> > bytes:          100
> > plugin:         sdext_plug
> > offset:         44
> > len:            38
> > Pset count:     9
> >     permission : id = 0
> >     formatting : id = 2 (smart)
> >           hash : id = 1 (r5_hash)
> >      fibration : id = 2 (ext_1_fibre)
> >       statdata : id = 0 (stat40)
> >        diritem : id = 2 (cde40)
> >         crypto : id = 0
> >         digest : id = 0
> >       compress : id = 0
> >
>
------------------------------------------------------------------------------
> > #1  DIRITEM (cde40): [2a:0(NAME):0:0:0] OFF=110,
> > LEN=102, flags=0x0 UNITS=2
> > NR  NAME                                  OFFSET
> HASH 
> >                             SDKEY             
> >   0 .                                         54
> > 0000000000000000:0000000000000000 0000291:000002a
> >   1 ..                                        78
> > 0000000000000000:0000000000000000 0000291:000002a
> >
>
==============================================================================
> > 
> 
> -- 
> Alex.
> 


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

end of thread, other threads:[~2004-08-17  4:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-15 22:00 Something is not right f00bar
2004-08-16 20:29 ` Alex Zarochentsev
2004-08-17  4:45   ` f00bar

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.