* Reiser disc hosed?
@ 2006-01-07 3:46 Eric P
2006-01-07 9:52 ` David Masover
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Eric P @ 2006-01-07 3:46 UTC (permalink / raw)
To: reiserfs-list
So I'm doing an 'mplayer -dumpfile', and before I know it I've
completely filled the last 10GB of my hard drive (total 80GB). It
wasn't were the OS resided; just a HD used for a file holding space.
Anyway, after reaching 100%, the folder I was working in became
non-working. When I would do 'ls' from its parent folder, it said
something like 'Couldn't lstat /folder permission denied'; even as root.
(sorry if my details are sketchy. Unfortunately, I tried tackling
this problem while I had a fever. Bad idea.).
It's a reiser4 FS, so I umounted and ran:
# fsck.reiser4 /dev/hdb1
...
Warn : Fatal corruptions were found. Semantic pass is skipped.
***** fsck.reiser4 finished at Thu Jan 5 18:35:18 2006
Closing fs...done
1 fatal corruptions were detected in FileSystem. Run with --build-fs
option to fix them.
So, as suggested, I ran:
# fsck.reiser4 --build-fs /dev/hdb1 (which ran for ~30 min)
...
Warn : Reiser4 storage tree does not exist. Filter pass skipped.
...
Fatal: No reiser4 metadata were found. Semantic pass is skipped.
***** fsck.reiser4 finished at Thu Jan 5 19:16:50 2006
Closing fs...done
NO REISER4 METADATA WERE FOUND. FS RECOVERY IS NOT POSSIBLE.
So this is (ahem) bad, huh? Am I screwed? Or is there any way to
recover some of the files?
Thanks for reading!
Eric P.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reiser disc hosed?
2006-01-07 3:46 Reiser disc hosed? Eric P
@ 2006-01-07 9:52 ` David Masover
2006-01-11 3:45 ` Eric P
2006-01-11 9:49 ` Vitaly Fertman
2 siblings, 0 replies; 4+ messages in thread
From: David Masover @ 2006-01-07 9:52 UTC (permalink / raw)
To: Eric P; +Cc: reiserfs-list
Eric P wrote:
[...]
> Anyway, after reaching 100%, the folder I was working in became
[...]
> NO REISER4 METADATA WERE FOUND. FS RECOVERY IS NOT POSSIBLE.
eek! Does this happen every time a Reiser4 disk hits 100%?
I can't reproduce it with a 50 meg FS on a loop device, but it still
scares me.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reiser disc hosed?
2006-01-07 3:46 Reiser disc hosed? Eric P
2006-01-07 9:52 ` David Masover
@ 2006-01-11 3:45 ` Eric P
2006-01-11 9:49 ` Vitaly Fertman
2 siblings, 0 replies; 4+ messages in thread
From: Eric P @ 2006-01-11 3:45 UTC (permalink / raw)
To: reiserfs-list
Eric P wrote:
> So I'm doing an 'mplayer -dumpfile', and before I know it I've
> completely filled the last 10GB of my hard drive (total 80GB). It
> wasn't were the OS resided; just a HD used for a file holding space.
>
> Anyway, after reaching 100%, the folder I was working in became
> non-working. When I would do 'ls' from its parent folder, it said
> something like 'Couldn't lstat /folder permission denied'; even as root.
>
> (sorry if my details are sketchy. Unfortunately, I tried tackling
> this problem while I had a fever. Bad idea.).
>
>
> It's a reiser4 FS, so I umounted and ran:
> # fsck.reiser4 /dev/hdb1
> ...
> Warn : Fatal corruptions were found. Semantic pass is skipped.
> ***** fsck.reiser4 finished at Thu Jan 5 18:35:18 2006
> Closing fs...done
>
> 1 fatal corruptions were detected in FileSystem. Run with --build-fs
> option to fix them.
>
>
> So, as suggested, I ran:
> # fsck.reiser4 --build-fs /dev/hdb1 (which ran for ~30 min)
> ...
> Warn : Reiser4 storage tree does not exist. Filter pass skipped.
> ...
> Fatal: No reiser4 metadata were found. Semantic pass is skipped.
> ***** fsck.reiser4 finished at Thu Jan 5 19:16:50 2006
> Closing fs...done
>
> NO REISER4 METADATA WERE FOUND. FS RECOVERY IS NOT POSSIBLE.
>
>
> So this is (ahem) bad, huh? Am I screwed? Or is there any way to
> recover some of the files?
>
> Thanks for reading!
> Eric P.
>
Should I post this somewhere else? Maybe on the devel ML?
Thanks,
Eric P
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reiser disc hosed?
2006-01-07 3:46 Reiser disc hosed? Eric P
2006-01-07 9:52 ` David Masover
2006-01-11 3:45 ` Eric P
@ 2006-01-11 9:49 ` Vitaly Fertman
2 siblings, 0 replies; 4+ messages in thread
From: Vitaly Fertman @ 2006-01-11 9:49 UTC (permalink / raw)
To: reiserfs-list; +Cc: Eric P
On Saturday 07 January 2006 06:46, Eric P wrote:
> So I'm doing an 'mplayer -dumpfile', and before I know it I've
> completely filled the last 10GB of my hard drive (total 80GB). It
> wasn't were the OS resided; just a HD used for a file holding space.
>
> Anyway, after reaching 100%, the folder I was working in became
> non-working. When I would do 'ls' from its parent folder, it said
> something like 'Couldn't lstat /folder permission denied'; even as root.
>
> (sorry if my details are sketchy. Unfortunately, I tried tackling
> this problem while I had a fever. Bad idea.).
>
>
> It's a reiser4 FS, so I umounted and ran:
> # fsck.reiser4 /dev/hdb1
> ...
> Warn : Fatal corruptions were found. Semantic pass is skipped.
> ***** fsck.reiser4 finished at Thu Jan 5 18:35:18 2006
> Closing fs...done
>
> 1 fatal corruptions were detected in FileSystem. Run with --build-fs
> option to fix them.
have you run fsck.reiser4 --build-sb before running this to rebuild
the super block?
> So, as suggested, I ran:
> # fsck.reiser4 --build-fs /dev/hdb1 (which ran for ~30 min)
> ...
> Warn : Reiser4 storage tree does not exist. Filter pass skipped.
> ...
> Fatal: No reiser4 metadata were found. Semantic pass is skipped.
> ***** fsck.reiser4 finished at Thu Jan 5 19:16:50 2006
> Closing fs...done
>
> NO REISER4 METADATA WERE FOUND. FS RECOVERY IS NOT POSSIBLE.
it looks like it is not reiser4 or probably the partition table got
corrupted or the fs was wiped out somehow. If you need our assistance,
visit www.namesys.com/support.html please.
> So this is (ahem) bad, huh? Am I screwed? Or is there any way to
> recover some of the files?
>
> Thanks for reading!
> Eric P.
>
>
--
Vitaly
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-11 9:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-07 3:46 Reiser disc hosed? Eric P
2006-01-07 9:52 ` David Masover
2006-01-11 3:45 ` Eric P
2006-01-11 9:49 ` Vitaly Fertman
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.