All of lore.kernel.org
 help / color / mirror / Atom feed
* ReiserFS V3 and linux-kernel-2.6
@ 2005-02-09  9:05 Oleg O. Ossovitskii
  2005-02-09 11:39 ` Vladimir Saveliev
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Oleg O. Ossovitskii @ 2005-02-09  9:05 UTC (permalink / raw)
  To: ReiserFS-List

Hello!


I run self compiled kernel 2.4.27 w/devfs and want to upgrade to
2.6.10 w/devfs. All kernels without using initrd

/dev/hdc2 - /boot - ext2
/dev/hdc8 - /     - ReiserFS V3

gcc 3.4.3, modultils-2.4.21, glibc-2.3.4

I installed
  module-init-tools-3.1.tar.bz2
  sysfsutils-1.1.0.tar.bz2
  hotplug-2004_09_23.tar.bz2
  udev-051

  and all that I found in Changes from kernel-2.6.10

  In the grub config i have:

  --------------------------------
  # For booting GNU/Linux
  title  GNU/Linux-2.6.x
  kernel (hd0,1)/vmlinuz root=/dev/hdc8 rw devfs=mount

  title  GNU/Linux-2.4.x
  kernel (hd0,1)/vmlinuz-2.4 root=/dev/hdc8 rw devfs=mount
 ----------------------------------

  I can boot into 2.4.x kernel, but when I try to boot to 2.6.10
  kernel I get error message & kernel panic:


  VFS: Cannot open root device "hdc8" or unknown-block(0,0)
  Please append a correct "root=" boot option
  Kernel panic - not syncing: VFS: Unable to mount root fs on
  unknown-block(0,0)
 

  Here is parts of my kernel config:
  ---------------------------------------------
  .....
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
# CONFIG_EXT2_FS_POSIX_ACL is not set
# CONFIG_EXT2_FS_SECURITY is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
# CONFIG_REISERFS_FS_POSIX_ACL is not set
# CONFIG_REISERFS_FS_SECURITY is not set
CONFIG_JFS_FS=m
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_XFS_FS=m
# CONFIG_XFS_RT is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
# CONFIG_XFS_POSIX_ACL is not set
CONFIG_MINIX_FS=m
CONFIG_ROMFS_FS=m
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
  ......

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_DEVFS_FS=y
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS_XATTR=y
# CONFIG_DEVPTS_FS_SECURITY is not set
CONFIG_TMPFS=y
CONFIG_TMPFS_XATTR=y
# CONFIG_TMPFS_SECURITY is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
 
  ---------------------------------------------


  What should I do additionally, for using RieserFS V3 with
  kernel-2.6?

  Should I enable CONFIG_REISERFS_FS_XATTR ?
 
---
Best regards, Oleg O. Ossovitskii
chief programmer, KGPA Ltd, West Russia, Kaliningrad (Koenigsberg)
mailto:oleg@kgpa.ru, icq# 33366588


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2005-02-17 14:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-09  9:05 ReiserFS V3 and linux-kernel-2.6 Oleg O. Ossovitskii
2005-02-09 11:39 ` Vladimir Saveliev
     [not found]   ` <73227051.20050209143915@kgpa.ru>
     [not found]     ` <1107953639.19646.215.camel@tribesman.namesys.com>
2005-02-10  6:31       ` Re[4]: " Oleg O. Ossovitskii
2005-02-09 14:44 ` Alex Zarochentsev
2005-02-09 15:09   ` Re[2]: " Oleg O. Ossovitskii
2005-02-09 15:56     ` Alex Zarochentsev
2005-02-10  6:36       ` Re[2]: " Oleg O. Ossovitskii
2005-02-10  8:01         ` Alex Zarochentsev
     [not found]       ` <1318959983.20050210165729@kgpa.ru>
2005-02-10 21:12         ` Alex Zarochentsev
2005-02-13 11:59           ` Re[2]: " Oleg O. Ossovitskii
2005-02-13 15:17 ` Christian
2005-02-17 14:03 ` Milan Holzäpfel

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.