|
From: Ronald P. <pij...@ds...> - 2004-05-24 18:05:08
|
> I tried to mount my linux partitions. bouth of them are reiserfs. > > so i writed in the config file: > <block_device index="3" path="\Device\HarddiskVolume2" > enabled="true"> > </block_device> > <block_device index="4" path="\Device\HarddiskVolume7" > enabled="true"> > </block_device> > > then i tried to mount: > mount -t reiserfs -o ro /dev/cobd4 ./4 > > but i get this from the kernel: > reiserfs: found format "3.6" with standard journal > Filesystem on 75:04 cannot be mounted because it is bigger than the > device > You may need to run fsck or increase size of your LVM partition > Or may be you forgot to reboot after fdisk when it told you to > > what can i do now? is it a bug, or i was the one, who done something the > wrong way? Could it be that you are using 0.6.0? This has been fixed in the newer snapshots. Maybe you should try one of those? Ronald. |