|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - 64-bit Questions specific to 64-bit systems running SUSE Linux
(Questions that apply to both 32-bit and 64-bit systems should be posted in the appropriate mixed architecture forums) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
When I tried to download a 10MB file to my account, the download stopped with an error message saying no more space left. So, I deleted the partially downloaded file. Then, I executed telinit 1 to bring down the system to init level 1. I dismounted the home partition and executed fsck.reiserfs --rebuild-tree which ended up with the following error messages:
Code:
Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes Replaying journal: Done. Reiserfs journal '/dev/sdb8' in blocks [18..8211]: 0 transactions replayed ########### reiserfsck --rebuild-tree started at Fri Dec 21 10:25:42 2007 ########### Pass 0: ####### Pass 0 ####### Loading on-disk bitmap .. ok, 10747456 blocks marked used Skipping 8538 blocks (super block, journal, bitmaps) 10738918 blocks will be read 0%....20%....40%....60%....80%....100%************************left 0, 7948 /sec 389244 directory entries were hashed with "r5" hash. ********"r5" hash is selected Flushing..finished ********Read blocks (but not data blocks) 10738918 ****************Leaves among those 47522 ****************Objectids found 389304 Pass 1 (will try to insert 47522 leaves): ####### Pass 1 ####### Looking for allocable blocks .. finished 0%....20%....40%....60%....80%....100%************************ left 0, 489 /sec Flushing..finished ********47522 leaves read ****************47306 inserted ****************216 not inserted ####### Pass 2 ####### Pass 2: 0%....20%Not enough allocable blocks, checking bitmap...there are 0 allocable blocks, btw out of disk space Before proceeding to re-format the home partition, I thought of resizing this partition and try the above attempt again to see if I will be able to regain its contents. Anyone?
|
|
|||
|
Well, no that's not a crash. That's the program not continuing because it doesn't have the resources it needs.
What possessed you to run --rebuild-tree when the problem was not a filesystem error but simply a lack of free space? At the moment the only way out that I can see is to take an image of the partition (which you apparently already did), reformat the partition, and then recover your files from the image using loopback mount, something like this: mount -o loop,ro -t reiser /data/part.img /mnt/oldhome Hopefully you can get your files off it. |
|
|||
|
Quote:
Quote:
Code:
[root@Mi:/opt/tmp 21%] # mount -o loop=/dev/loop0,ro -t reiserfs /opt/tmp/sdb8.img /mnt mount: cannot mount /dev/loop0 read-only |
|
|||
|
Here is my update on how I resolved this problem:
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|