Displaying 20 results from an estimated 5000 matches similar to: "partprobe command showing error"
2017 Feb 15
1
Kickstart - part ignore onpart ??
I'm ill, i'm german ...
the script is looks ok, copy from a slim installation of anaconda.
Insert only the "pre part"
and
part /boot --onpart=/dev/sda1
part / --onpart=/dev/sda2
part swap --onpart=/dev/sda3
As i wrote: Jump over to another console and the partitions are there.
Sincerely
Andy
Am Mittwoch, den 15.02.2017, 11:16 -0800 schrieb John R
2008 Oct 15
2
Encrypting tmp swap and home
Hi everyone,
I added a page under the HowTos for Encryption, and then added a guide
for encrypting /tmp /swap and /home using cryptsetup and LUKS keys on
LVM, when you already have partitions setup.
http://wiki.centos.org/HowTos/EncryptTmpSwapHome
Regards,
Max
2008 Aug 28
3
potential wiki on encryption
Hello all,
I posted the whole disk encryption instructions in the forum that has been briefly discussed on the list. I joined the list per Ned's post on the thread.
http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=15923&forum=42
I have a couple of questions about the process of creating a wiki.
1. How does the peer-review process work?
2. Is there a place
2012 Aug 13
1
server fails to boot GRUB and flashing cursor
I have a power edge with raid5 that contains Centos 5.4.
I had a drive failure, anyway the array is optimal now but the server
won't boot.
I can boot from a Centos 5.3 liveCD and all the data is still there.
There is no grub.conf just shows a broken link.
Is fixing this as simple as gub-install |--root-directory=/mnt/disc/sda3
/dev/sda|
Before screwing things up I am seeking your all's
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....fixed gnuparted...but mount -t ocfs2 fails...
more messages in the other node of the cluster.../var/log/messages.
========
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:05:59 linux2 kernel: cdrom: open failed.
Jun 1 19:09:35 linux2 kernel: OCFS2 Node Manager 0.99.10-BETA14 Tue May 31
23:34:42 EDT 2005 (build 82257c19fee200eff2ba31569613b46a)
Jun 1 19:09:35 linux2 kernel: OCFS2 DLM 0.99.10-BETA14 Tue May 31 23:34:43
EDT 2005
2007 Feb 06
1
Increasing existing partition and LVM size
I have a disk on which CentOS is installed and running. The disk
partitions look like this:
Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 1044
2012 Aug 24
2
resize disk image partition
Hi,
I''m trying to clarify if it''s at all possible to live resize a disk image.
After trying and failing it seems that the reason a disk image cannot be
resized - is that domU is only able to detect changes in partitions (eg.
partprobe), not in block devices as the xvd driver lacks a rescan feature.
My domU sees disk images as blockdevices - that is without a partition
table,
2005 Jun 01
1
Re: ocfs2 and configfs.ko..fixed...but gnuparted has issues....
I was able to get the source code for ocfs2 and compile it. This worked and created the necessary .ko files
Now I have to figure out why gnu parted 1.6.15 has bugs. when I try a partprobe on a partitioned firewire maxtor drive
mount -t ocfs2 /dev/sdb1 /u01/oradata/orcl
It says no such device....
Any ideas anyone?...
Regards,
Mandar Vengurlekar
----- Original Message -----
From: Mandar P
2010 Apr 05
1
RESEND: [PATCH node 1/3] enables ability for a common shared root
---
scripts/ovirt-config-boot | 13 +++++-
scripts/ovirt-config-storage | 111 ++++++++++++++++++++++++------------------
2 files changed, 75 insertions(+), 49 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d545878..8cc127b 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -29,6 +29,12 @@ ovirt_boot_setup() {
local disk2
2015 Dec 21
4
Extending a CentOS disk without reboot
Hello,
Today a virtual server under my administration ran out of disk space, so
I had to get extra space to it.. while it was running, because it's an
important web server without any kind of HA/Load Balancing (don't do
that, kids).
So what happened, is that after another administrator had extended the
disk from VMWare, I tried to extend it from the OS side.
Everything went well,
2010 Apr 01
2
[PATCH node 1/3] Enables ability to have a common shared root
---
scripts/ovirt-config-boot | 13 +++++++-
scripts/ovirt-config-storage | 73 +++++++++++++++++++++++++----------------
2 files changed, 56 insertions(+), 30 deletions(-)
diff --git a/scripts/ovirt-config-boot b/scripts/ovirt-config-boot
index d545878..8cc127b 100755
--- a/scripts/ovirt-config-boot
+++ b/scripts/ovirt-config-boot
@@ -29,6 +29,12 @@ ovirt_boot_setup() {
local disk2
2012 Apr 10
3
Removing LVM
I have a CentOS 5 machine in which I'm trying to remove lvm. I dd'ed the
file system to another partition, then dd'ed it back overwriting the lvm
partition. I then modified menu.lst and fstab and replaced the paths to
point to the correct device.
When the system boots it's still looking for lvm. I can restore the
system back to where it was with lvm, but I'm not sure what
2010 Mar 31
1
[PATCH node] Handle space in storage wwid
Quote everywhere that we reference wwid in o-c-storage, o-c-boot
and ovirt-functions.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/ovirt-config-boot | 6 +-
scripts/ovirt-config-storage | 178 +++++++++++++++++++++---------------------
scripts/ovirt-functions | 38 +++++-----
3 files changed, 111 insertions(+), 111 deletions(-)
diff --git
2008 May 01
4
Boot into dom0 "Failed to parse block device name"
I am trying to install the binary version of xen 3.1.
When I boot, after some console output, I get the following:
:: Loading Initramfs
scsi_mod: no version for "struct_module" found: kernel tainted.
SCSI subsystem intialized
:: Running Hook [udev]
:: Loading udev...input: AT Translated Set 2 keyboard as /class/inpt/input0
done.
:: Running Hook [keymap]
:: Loading keymap...Cannot find
2017 Aug 18
4
Problem with softwareraid
Hello all,
i have already had a discussion on the software raid mailinglist and i
want to switch to this one :)
I am having a really strange problem with my md0 device running
centos7. after a new start of my server the md0 was gone. now after
trying to find the problem i detected the following:
Booting any installed kernel gives me NO md0 device. (ls /dev/md*
doesnt give anything). a 'cat
2015 Aug 05
2
CentOS 5 grub boot problem
- Ahh OK now I see why I was confused. The originally posted partition
map uses cylinders as units, not LBA. I missed that. Cylinder 1 is the
same as LBA 63. And that is sufficiently large for a GRUB legacy stage
2.
- OK this is screwy. Partitions 1 and 3 on both drives have the same
number of sectors, but partitions 2 differ:
/dev/hde2 401,625 975,691,709 975,290,085 fd Linux
2016 May 14
3
C6: Gparted "the kernel failed to re-read partition table"
On Fri, 2016-05-13 at 23:17 -0453, William A. Mahaffey III wrote:
> Is the disk or 1 of its partitions mounted ? If so, can it be
> unmounted
Hi William, its the only HDD on that machine. All the partitions are
mounted. The error message refers to the HDD, not to any of the mounted
partitions.
> > WARNING: the kernel failed to re-read the partition table
> > on /dev/sda
2012 Jan 13
5
Can't resize second device in RAID1
Hi,
the situation:
Label: ''RootFS'' uuid: c87975a0-a575-405e-9890-d3f7f25bbd96
Total devices 2 FS bytes used 284.98GB
devid 2 size 311.82GB used 286.51GB path /dev/sdb3
devid 1 size 897.76GB used 286.51GB path /dev/sda3
RootFS created when sda3 was 897.76GB and sdb3 311.82GB.
I have now freed other space on sdb. So I deleted sdb3 and recreated
it occupying all
2014 Jan 22
2
migrate ext3 to ext4
Hi all,
I issued the commands on a single disk system:
with two partitions / is linux sda1 and /home is sda3
yum -y update
yum -y install e4fsprogs
reboot
umount /home
tune2fs -O extents,uninit_bg,dir_index /dev/sda3
e2fsck -yfDC0 /dev/sda3
That worked just fine.
I then had a different system that is software raid.
where / is linux and md0 and /home is md1
yum -y update
yum -y