Questions tagged [reiserfs]
24 questions
0
votes
0 answers
Recover data from a Linux software RAID1
I get a new customer with a failed old server (it does not boot anymore because of a failed CPU).
Unfortunately the customer does not have a backup and I am trying to recover data from the hard drives (the server has 2 x SATA hard drives with 2 x…

Mat
- 1,873
- 7
- 25
- 41
0
votes
3 answers
reiserfsck --rebuild-tree failed: Not enough allocable blocks
I have a reiserfs volume that required a --rebuild-tree, but is currently failing to complete when I pass it --rebuild-tree. Here is the output that I receive when running it:
reiserfsck 3.6.19 (2003 www.namesys.com)
###########
reiserfsck…
mojo
0
votes
1 answer
How to increase inodes limit in ReiserFS filesystem?
Is it possible to increase inode limit in ReiserFS without formatting the partition?
Currently, the filesystem on my VPS allows me to create 489K inodes, which is not enough. The machine works as online server so disk format is not an option.

lkrzysiak
- 1
- 1
0
votes
1 answer
Is it possible to install CentOS with ReiserFS in VPS?
I'm confused because as I know, CentOS doesn't support ReiserFS.
But my previous CentOS VPS is running on ReiserFS.
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/vzfs reiserfs 314572800 10694756 303878044 4% /
none …

cewebugil
- 715
- 3
- 9
- 12
0
votes
1 answer
Convert root filesystem from ext3 to reiserfs in centos
When running df -T:
Filesystem Type 1K-blocks Used Available Use% Mounted on
/dev/hda1 ext3 1417219800 1197276 1342870552 1% /
tmpfs tmpfs 4150720 0 4150720 0% /dev/shm
How to convert /dev/hda1 to…

cewebugil
- 715
- 3
- 9
- 12
0
votes
2 answers
Recover programmation source files
I've source code files (Java and C++) to recover from a broken RAID 1+0 array, I've been able to access the virtual drive with an other server but the ReiserFS partition can't be recovered with ReiserFS tools.
I've made a binary image of the…

Alexandre Lavoie
- 154
- 12
0
votes
3 answers
bash: loop over 20000 files slow - why?
A simple loop over a lot of files is half as fast on one system vs. the other.
using bash, I did something like
for * in ./
do
something here
done
Using "time" I was able to confirm, that on system2 the "something here"-part runs faster than on…

brengo
- 730
- 6
- 8
0
votes
0 answers
How to install Ubuntu on ReiserFS?
I prepared a drive for installing Ubuntu on it and formatted it as ReiserFS using GParted.
But there is no ReiserFS option in the ubuntu installer, so I have to choose a different file system type, but that does not suit me.
How can I still install…

niXman
- 9
- 2
-1
votes
3 answers
Which distro support ReiserFS out of the box?
I need an OS distro (Linux, BSD ,or any other open source) which out of the box give option to use ReiserFS for the file system

cewebugil
- 715
- 3
- 9
- 12