Displaying 20 results from an estimated 2000 matches similar to: "root-partition"
2000 Nov 04
1
ext3 for 2.4
Hi Stephen,
could you give us an idea, when we could expect the patch for the
2.4-series kernels? Do you have a 'roadmap' here or are you waiting here
for the 'complete' kernel-API for the journaling filesystems?
thanks,
Joachim
--
Joachim Kunze
Alte Marktstrasse 16 Tel.: +49-7042-830006
D-71665 Horrheim Fax: +49-7042-830006
Germany eMail:
2000 Nov 05
1
rootflags argument doesn't work with initrd.
I tried to convert / to ext3, so I went ahead and entered
rootflags=noload,journal=355 on the LILO prompt. The kernel failed to
mount /:
EXT3-fs error (device ramdisk(1,0)): ext3_get_inode_loc: bad inode number: 355
The boot device is a scsi hard disk, so initrd is used to load the scsi
driver, before mounting /. So, it looks like the kernel rootflags= arg
gets applied to the ramdisk, not the
2008 Feb 14
4
Problem with p2v - device /dev/ida/c0d0p2
Hello,
I''m doing one emergencial migrate for one very old machine, because we
will have one IMPLOSION (!!!) very close from here, and I''m thinking
that this old IDE disk will not survive... :-/
[root@registro-2 /root]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ida/c0d0p2 3.8G 2.3G 1.4G 62% /
/dev/ida/c0d0p8 26G 20G 4.4G 82% /data
2000 Nov 02
2
Converting / to ext3.
My guinea pig laptop has only a / partition, and a small /boot
partition. I installed the ext3 kernel succesfully (I think). Now, how
do I get / converted to ext3? I'm thinking:
* Use mkbootdisk on a floppy, to create a boot disk with the ext3 kernel.
* Boot off the floppy.
* Follow the instructions to convert / to ext3.
* Change the filesystem type in /etc/fstab to ext3.
* Reboot.
2003 Dec 04
4
ext3_get_inode_loc: bad inode number:
I've got an approximately 100GB ext3 FS which we recently sized down
from 300GB using e2fsadm (with the disc offline obviously). I noticed the
following in dmesg the other day:
EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc: bad inode number:
14827639
EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc: bad inode number:
14041793
EXT3-fs error (device lvm(58,8)): ext3_get_inode_loc:
2007 Jun 05
1
Help on ext3 file system corruption issue
Hi All,
I m a novice developer of Linux applications. Recently I faced a file
system corruption. (I guess)
I have a Kernel 2.4.7-10 with ext3 file system in compact flash. The
system was up for 3 months and was running with average load conditions.
One fine day, it just started sending kernel messages on the serial
console. The message was like this.
EXT3-fs error (device ide0(3,2)):
2002 Apr 17
2
Problem with data=journal on root file system.
I am using RedHat 7.2 w/ kernel 2.4.7-10. My / filesystem is configured
as ext3. I want to change it to use data=journaled instead of ordered.
If I mount it from a boot floppy, it mounts fine. (mount /dev/hda2 /mnt
-t ext3 -o data=journal). I have attempted to find the correct
procedure to start it up as journaled from grub to no avail. I have
created a new initrd image that works fine with
2001 Jun 18
2
not sure how to setup ext3 on a slackware 7.1 system
Hi all,
On my slackware 7.1 system, in rc.S fsck is started.
In fstab there's the following line:
/dev/hda2 / ext3 defaults,noatime 1 1
from the readme I figured that I should put the line
append="rw rootflags=journal=102"
in lilo.conf
The system boots up, but I get the error message that the
root partition is already rw.
Should I just skip the filesystem
2005 Feb 14
6
Query regarding initramfs
Hi
I had some doubts regarding what all the init application should do:
>> so, that should that application do?
>> - mount /dev/hda1 /new-root
>> - cd /new-root
>> - run-init
1. Of what I understand, before exitting, init should mount the realroot
and execute the init process.
Is realroot the '/' or the empty directory created (in the cpio
archive) ?
2011 Jul 13
9
[PATCH 0/8] switch_root() enhancements
On a train ride to Bruxelles, brought out my axe and directly attacked
run_init(8). run_init(8) is dead, long live switch_root(8).
The next run on switch_root(8) involves fdopendir,
so another push for the upcoming stdio 1.6 branch.
The following is boot tested with initramfs-tools,
kinit(8) tests would very much be appreciated!?
Michal Suchanek (1):
[klibc] switch_root: Fix single file
2012 May 04
2
[PATCH] run-init: add drop_capabilities support
Building on the work in ff0a614bd724f6c4c6a5014a9955dc1bc028f336,
this moves the capability code down into the run-init library, so that
run-init can use it as well, via the new "-d" flag.
Signed-off-by: Kees Cook <kees at outflux.net>
---
usr/kinit/Kbuild | 3 +--
usr/kinit/capabilities.h | 10 ++++++++++
usr/kinit/kinit.c | 6 +++---
2019 Apr 18
1
[PATCH] Allow the initramfs to be persisted across root changes
systemd supports switching back to the initramfs during shutdown in
order to make it easier to clean up the root file system. This is
desirable in order to allow us to remove keys from RAM before rebooting,
making it harder to obtain confidential information by rebooting into an
environment that scrapes RAM contents.
---
debian/changelog | 4 +
2002 Jun 21
1
rootflags=data=journal
Hi All,
I'm new to ext3 and I'd like to boot in data=journal mode. I'm running the
latest Debian stable. Where do I put this directive so it happens on every
reboot? In the "append=" line in /etc/lilo.conf? Sorry for the confusion,
but this line isn't clear to me:
------------------------
You may provide mount options to the root filesystem via LILO using the
rootflags
2002 Jan 05
2
e2fsck: bad magic number in super-block
Hi,
I'm on kernel 2.14.13-ac8 running Redhat 7.1. I've
successfully converted all my file system to ext3 and
is working fine for a couple of weeks. However, I did
a silly thing when I e2fsck (version 1.23) an ext3
/home partiction without umounting it. Now, I believe
my partiton super-block is corrupted and the system
wasn't able to mount /home. I tried as suggested to do
a e2fsck -b
2001 Jan 24
3
0.0.3d-e: JFS: Unrecognised features on journal
I updated my kernel from 0.0.3d to 0.0.3e using the "d-e" patch in the
0.0.3e tarball. When I try to boot the new kernel on a machine with
an ext3 root filesystem I am getting the message:
JFS: Unrecognised features on journal
Does this sound feasible or even somewhat expected? Is there any
interest in me doing some debugging of this?
Is there any way to deal with this without
2016 Jan 17
1
[PATCH klibc] run-init: Add dry-run mode
initramfs-tools wants to validate the real init program before running
it, as there is no way out once it has exec'd run-init. This is
complicated by the increasing use of symlinks for /sbin/init and for
/sbin itself. We can't simply resolve them with 'readlink -f' because
any absolute symlinks will be resolved using the wrong root. Add a
dry-run mode (-n option) to run-init
2011 Jul 19
4
[PATCH v1 0/2] Support dropping of capabilities from early userspace.
This patchset applies to klibc mainline. As is it will probably collide
with Maximilian's recent patch to rename run-init to switch_root posted
last week.
To boot an untrusted environment with certain capabilities locked out,
we'd like to be able to drop the capabilities up front from early
userspace, before we actually transition onto the root volume.
This patchset implements this by
2006 Oct 28
2
hard drive failing in linux raid
Hello all. I have a server with a linux software raid1 setup between
two drives of the same model....one hard drive as primary ide master
and second hard drive as secondary master. Now primary master hard
drive is displaying a lot of SMART errors so I would like to remove it
and replace with another drive....different brand but same size.
Partitions are /dev/md0 till /dev/md5. I think I know what
2004 Oct 28
5
Application crashes when File->open is clicked
Hello,
I found a bug in Latest wine releases. I found it in the
wine-20040914,wine-20040813 rpms for the RedHat Distributions.I had
tested it in RedHat-9.0,7.3 systems.
The bug is that, when we try to open(file->open) from any windows
applications, the application hangs. For eg., even in Notepad, when I
click File-> Open, wine shows the following error.
---------
wine: Unhandled
2002 Jul 02
1
rootflags=data=journal and grub
I hate to bother the list with this, but I am lost.
With our servers that use LILO we use append=rootflags=data=journal.
I have read everything I can find on GRUB, the key is everything I can
find, and I have no idea how perform the
same function in grub.conf
Randy