similar to: ext3 mout: error 22

Displaying 20 results from an estimated 6000 matches similar to: "ext3 mout: error 22"

2002 Feb 04
1
ext3 mount: error 22
Hello, I'm using RedHat 7.2. I needed to mount my root fs to QNX 6.1. QNX supports ext2 only but I tried that anyway. It was mounted wrong (e.g. the /root directory was symbolic link to non-existing file). When I wanted to boot from the RedHat again, these errors occured: ... Mounting root filesystem EXT3: failed to open journal device unknown-block(0,0):-19 mount: error 22 mounting ext3
2003 May 01
3
mount: error 22 mounting ext3
Hi, I am running RH 9.0 with Grub. I just added an additional "old" drive from another system which has Win98 (fat32) and RH 7.2 (ext2) installed. However, now when I boot up, I am getting the following errors: ext3: No journal on filesystem ide3(34,7) mount: error 22 mounting ext3 pivotroot: pivot_root(/sysroot,/sysroot/initrd) failed: 2 umount /initrd/proc failed: 2 Freeing unused
2002 Apr 07
2
Kernel Panic
I have just installed Redhat 7.2 on a P3 with adaptec 2400A IDE RAID. After many attempts with the partitions, I have finally managed to install but not get the following error on boot: creatig root device mounting root filesystem error mounting ext3 pivotroot:pivot_root(/sysroot,/sysroot/initrd)failed:2 freeing unused kernel memory :220k freed kernel panic: no init found. try passing init=option
2002 Jan 03
4
ext3 crash after RedHat 7.2 installation
Hi everyone, I've been running Redhat 7.2 (new install) for about 2 weeks now without any problems, but today I was not so lucky. My system hung while I was trying to configure the kernel-source RPM using 'xconfig'. After rebooting the system, it seems that my whole ext3 file system is corrupted. I get the message: Mounting root filesystem EXT3-fs: ide0(3,3):couldn't mount
2002 Feb 23
1
ext3 mount problem after upgrading kernel
Hi, I use RH 7.2 (the download version) with kernel 2.4.9-13 (upgraded by using the Up2date program). Today i used Up2date (version 2.7.11) to upgrade to 2.4.9-21 (kernel, headers and source). I get the following error while the new kernel is booting: EXT3-fs: unable to read superblock mount: error 22 mounting ext3 pivotroot: pivot_root (/sysroot, /sysroot/initrd) failed: 2 Of course this
2002 Apr 16
0
Re: ext3 mount problem after upgrading kernel
On 28 Feb 2002, Stephen C. Tweedie (sct@redhat.com) wrote: > Hi, > > On Sat, Feb 23, 2002 at 02:55:33PM +0100, Jan Söderholm wrote: > > > I use RH 7.2 (the download version) with kernel 2.4.9-13 (upgraded by > > using the Up2date program). Today i used Up2date (version 2.7.11) to > > upgrade to 2.4.9-21 (kernel, headers and source). I get the following >
2002 Dec 06
1
Unable to get proper ext3 functionality in recompiled 2.4.18-18.7.x kernel
I am trying to find out where to go in regards to problem mentioned in subject line. Maybe you can offer some advice or, if not, then maybe redirect to another organization or web site. I have been installing just about every new release of the kernel that has come out for RH 7.2. I have always recompiled these to a customized version for my Tyan s1598/K6-III system. I do this so that only
2005 Apr 06
4
Query on Initramfs' and Initrd's coexistence
Hi I am trying to have a built in initramfs along with the traditional initrd. So I mount the initrd from the initramfs, but am facing problems in trying to run the 'linuxrc'. Following are the issues: 1. I mount the initrd from the initramfs and exceve 'linuxrc'. It starts executing linuxrc, but gives the following errors and panics: Red hat nash version 3.4.42 starting
2005 Nov 30
1
problem booting from USB key
I managed to install RHEL3 onto a 1GB USB key. I had to forgo using grub to get it to but, but am now using extlinux. It actually boots, but ends up panicking. Here's the console messages that should be of interest: usb.c: registered new driver hub Loading ehci-hcd.o module ehci-hcd 00:1d.7: Intel Corp. 82801EB USB2 ehci-hcd 00:1d.7: irq 23, pci mem f882b000 usb.c: new USB bus
2007 Mar 12
1
Error mounting
Hi all, i'm new in the list so i'm sorry if this i'm posting is off-topic or it was already answered before. I'm having this problem; i've got an ext3 8GB partition and it doesn't mount, the cause of this: a user (yes me!) running fsck.ext3 with the filesystem mounted, ups! (snif, forgive me!!, totally newbie and mad) errors while booting: EXT3_fs error (device hda4):
2003 Mar 17
1
Problem in recompiling 2.4.18-14.
Hi Guys, While recompiling 2.4.18-14 I get kernel/module version mismatch errors from insmod at boot time and eventually resulting in a kernel panic .I'm compiling my kernel following all usual steps doing a proper make clean and make mrproper. Here are error messages I get : Loading jbd.o module /lib/jbd.o: kernel-module version mismatch /lib/jbd.o was compiled for kernel
2004 Jun 30
0
problem loading initrd
Hi, I am trying to load kernel 2.6.6 on a Soekris net4521 from the network using PXE. I built my initrd with mkinitrd. RedHat nash (while running linuxrc) hangs after mounting /proc and says "Creating block devices". I am using the pxelinux.0 from the syslinux-2.10 distribution and the kernel and initrd were built on redhat 9.0. I built my kernel with BLK_DEV_RAM, RAMFS, TMPFS,
2011 Aug 26
1
Reg: Workaround to use pivot_root while using "rootfs" for "/" ?
Hi All, I am trying to start a lxc container using libvirt and I am facing an issue due to pivot_root. The return code from the system call ?pivot_root? is EINVAL (Invalid arguments). I isolated the issue to this specific condition check within the system call. This is an code snippet from fs/namespace.c::pivot_root * error = -EINVAL; if (root.mnt->mnt_root != root.dentry)
2005 Aug 26
1
lvm initrd -> initramfs
I converted my lvm root initrd to an initramfs by putting glibc, lvm, pivot_root, my linuxrc, etc. in my initramfs source file. I use ash compiled against klibc to run my linuxrc Unfortunately - pivot_root . initrd - complains - pivot_root: Invalid argument I suspect this may be because you can't pivot_root using a cpio initramfs root? If so, what should I do instead? Should I
2004 Dec 15
1
only pivot_root supported? [signed]
Hi, I hope this is the right list for initramfs questions. First I noticed: with initrd I can use real-root-device and pivot_root mechanisms. with initramfs only pivot_root works. My init (or linuxrc) scripts end like this: mount -t xfs -n -o ro /dev/mapper/root /new-root umount -n /sys || true umount -n /dev || true umount -n /proc || true cd /new-root pivot_root . initrd exec chroot .
2004 Nov 01
1
Newbie needs help with failed RAID5 disk
I was hoping someone could either help me or point me in the direction of a resource. I have searched the web for any howto on repairing a failed array, but keep coming up short. I have a home file server running a RAID 5 array that now will not mount my array. I believe it is telling me there is a problem with the second drive. The basics: RedHat 8.0 kernel 2.4.20-28.8 don't know the
2005 Feb 18
1
R crashes on Repeated ODBC Queries
Hi, I've been up all night trying to get the following to work. First here is the setup. I have a P4 1G mem running WinXP SP2, R 2.0.1 patched 2005-01-15, MySQL 4.1.7 and MyODBC 3.51. I've been pulling data from MySQL using the code at the end of the post, where start.date and end.date are chron objects and auction.type is a string. I've been rushed so the code, especially the
2005 Jan 05
1
[PATCH] kinit/kinit.c
A patch for a few more hiccups and trivialities in kinit.c: * The check_path() calls check for "/root" and "/old_root" - I believe that should be "/root" and "/root/old_root". * chdir("/") is recommended after pivot_root() * init_argv[0] isn't set properly to the basename pointed to by char *s - this fix also eliminates six lines of
2000 Sep 12
0
OpenSSH 2.2.0p1 port to QNX 4
Dear OpenSSH porting developers, finally I succeded in porting OpenSSH to QNX 4. To get things going I had to take over some definitions from Linux' include files, since they are not available under QNX (e.g. the howmany makro, NFDBITS, the lastlog structure). With this email I send a patch with all my changes as well as the file "qnx-term.h" which I created because IXANY and
2002 May 20
5
A solution to Kernel Panic ... on ext3 only!
Here I don't want to start a discussion, but rather share a *solution* that took me some days to come up with. The whole stuff started with a power-outage. After reboot, my server (ext3) came back with the dreaded file system error (Ctrl-D to reboot or password for maintenance) - if you've never seen this, consider yourself lucky! In any case, I did the fsck as prescribed, but abandoned