Results 1 to 5 of 5
Hi:
ON centos5.0,I have comipled 2.6.28.7 kernel with reiserfs supported.
and then formated original /dev/VolGroup00/LogVol01 on "/" with reiserfs filesystem.
when I boot centos5.0.reported:
Volume group VolGroup00 found ...........
VFS:Can't ...
- 02-28-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
VFS:Can't find ext3 filesystem on dev dm-0
Hi:
ON centos5.0,I have comipled 2.6.28.7 kernel with reiserfs supported.
and then formated original /dev/VolGroup00/LogVol01 on "/" with reiserfs filesystem.
when I boot centos5.0.reported:
Volume group VolGroup00 found ...........
VFS:Can't find ext3 filesystem on dev dm-0
mount:error mounting /dev/root on /sysroot as ext3:invalid argument.
setuproot:error mounting /proc:no such file or directory
setuproot:error mount /sys:no such file or directory.
switchroot:mount failed:no such file or directory.
this is my /etc/fstab
/dev/Vg0/LogVol01 / reiserfs 1 1
LABEL=/boot1 /boot ext3 defaults 1 2
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-sda9 swap swap defaults 0 0
- 02-28-2009 #2
Hi and Welcome !
You have formatted volume in Reiserfs filesystem. Remove ext3 from /etc/fstab file./dev/Vg0/LogVol01 / ext3 reiserfs 1 1
Code:/dev/Vg0/LogVol01 / reiserfs defaults 1 1
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-28-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
sorry,I post wrong it's no ext3 before reiserfs.
but the results is the same.
- 02-28-2009 #4Is it still throwing same error? Its trying to mount ext3 filesystem only. Something is wrong in /etc/fstab file.VFS:Can't find ext3 filesystem on dev dm-0It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-28-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 5
After I compile kernel with reiserfs as (M). I backup my
/dev/Vg01/VolGroup00(/) and then I have formated /dev/Vg01/VolGroup00(/) as reiserfs and vim /etc/fstab:
change "/" mount as reiserfs. I restore back my "/" and reboot
.but reported the fault.


Reply With Quote
