Displaying 20 results from an estimated 700 matches similar to: "Centos 7 how to make second disk of RAID1 bootable"
2019 Oct 24
3
fresh C7.7 install
HI all,
I just did a fresh C7 install using kickstart.
fdisk -l /dev/sda shows:
# Start End Size Type Name
1 2048 2050047 1000M EFI System EFI System Partition
2 2050048 104450047 48.8G Microsoft basic
3 104450048 112642047 3.9G Linux swap
4 112642048 234440703 58.1G Microsoft basic
What extra do I need to
2019 Apr 11
1
Kernel panic after removing SW RAID1 partitions, setting up ZFS.
On Wed, 10 Apr 2019 08:38:04 -0700, Benjamin Smith <lists at benjamindsmith.com> wrote
>I drove to the site, picked up the machine, and last night found that the
>problem wasn't anything to do with mdadm, but rather setting a partition to
>GPT. For some reason, you *cannot* have a partition of type GPT and expect
>Linux to boot. (WT F/H?!?)
If you want to boot a BIOS
2007 May 15
5
Make Raid1 2nd disk bootable?
On earlier versions of Centos, I could boot the install CD in rescue
mode, let it find and mount the installed system on the HD even when it
was just one disk of RAID1 partitions (type=FD). When booting from the
centos5 disk the attempt find the system gives a box that says 'You
don't have any Linux partitions'. At the bottom of the screen there is
something that says:
2016 Jul 12
3
Broken output for fdisk -l
Hi,
There was some problem with our system so I re-installed the server with
CentOS 7. Now, when I am trying to run 'fdisk -l' command, it is returning
a broken output.
It throws this error- "fdisk: cannot open /dev/sdc: Input/output error".
There are valid /dev/sdd and /dev/sde devices which are mounted and they
are accessible but, somehow /dev/sdc is having a problem and
2012 May 06
4
btrfs-raid10 <-> btrfs-raid1 confusion
Greetings,
until yesterday I was running a btrfs filesystem across two 2.0 TiB
disks in RAID1 mode for both metadata and data without any problems.
As space was getting short I wanted to extend the filesystem by two
additional drives lying around, which both are 1.0 TiB in size.
Knowing little about the btrfs RAID implementation I thought I had to
switch to RAID10 mode, which I was told is
2017 May 05
2
CentOS 7 cloned VM cannot boot
On 5/5/2017 1:19 ??, Gianluca Cecchi wrote:
> Could you verify, if /dev/sda is your boot disk, with the command
>
> fdisk -l /dev/sda
> ?
It's /dev/vda in my case:
# fdisk -l /dev/vda
Disk /dev/vda: 21.5 GB, 21474836480 bytes, 41943040 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512
2017 Mar 03
8
imaging a drive with dd
I am building a mailserver and with all the steps, I want to image the
drive at various 'checkpoints' so I can go back and redo from a
particular point. The image is currently only 4GB on a 120GB drive.
Fdisk reports:
Disk /dev/sdb: 111.8 GiB, 120034124288 bytes, 234441649 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size
2006 Apr 28
1
unrooted tree and margins, ape package
Hello,
I have a question about margins when plotting an unrooted tree
(type="unrooted") with the 'ape' package ver. 1.7. When I plot an unrooted
tree with:
no.margin=TRUE
it seems that the margins are still there. It appears to be only when
type="unrooted".
I'm plotting multiple plots using layout() and would like to be able to get
rid of the margins or if
2011 Oct 26
0
PCIe errors handled by OS
Does anybody please have any experience with
the following CentOS 6 warnings in logwatch?
WARNING: Kernel Errors Present
ACPI Error (psargs-0359): [ ...: 1 Time(s)
pci 0000:00:01.0: PCIe errors handled by OS. ...: 1 Time(s)
pci 0000:00:1c.0: PCIe errors handled by OS. ...: 1 Time(s)
pci 0000:00:1c.5: PCIe errors handled by OS. ...: 1 Time(s)
pci 0000:00:1c.6: PCIe errors
2008 Apr 20
1
[LLVMdev] Global variable-length array
Chris Lattner wrote:
> On Apr 19, 2008, at 7:45 PM, Talin wrote:
>
>
>> Question about "Pascal-style" arrays as mentioned in the reference
>> guide.
>>
>> Suppose I have a global variable which points to a constant, variable
>> length array.
>>
>> The question is, how can I assign an array of type "{ i32, [5 x
>>
2016 Jul 17
0
[PATCH] : Adding dlabel option to chain.c32
On 16.07.2016 10:39, Erwan Velu wrote:
> The idea is to boot a disk in an mbr fashion while using the GPT (not
> filesystem) label to detect the disk.
>
> That is useful when you use grub2 & gpt. I was in case where my nodes
> (100s) have 8 disks each and no guarantee of which disk is "bootable" in
> the disk.
>
> This way I can tell "please boot the
2003 Aug 04
0
Feedback Bootstrapping
Dear experienced R-users,
I am having some probably trivial trouble estimating the confidence interval
for the difference of two group means, with groups been of unequal sample
size. I am using the "Bootstrap" package and the function
"bcanon"(bcanon(x, nboot, theta, ...,alpha=c(0.025, 0.05, 0.1, 0.16, 0.84,
0.9, 0.95, 0.975)) for Nonparametric BCa confidence limits.
The
2016 Jul 28
2
[PATCH] : Adding dlabel option to chain.c32
That is perfectly true. I had a beautiful bug in the code .... Switching
from python to C have some weird side-effect. Indenting is not enough,
brackets are required....
So I pushed
https://github.com/ErwanAliasr1/syslinux/commit/5a122d218553a6d4019273653ba9fad66d6ae79e
with the fix.
I tested it on my multi-disk system with success.
I also changed the name of the function.
2016-07-17 8:21
2016 Jul 28
0
[PATCH] : Adding dlabel option to chain.c32
https://github.com/ErwanAliasr1/syslinux/commit/6993cc151a67f68673bf58372870b301a3d1022a
sorry.
2016-07-28 15:52 GMT+02:00 Erwan Velu <erwanaliasr1 at gmail.com>:
> That is perfectly true. I had a beautiful bug in the code .... Switching
> from python to C have some weird side-effect. Indenting is not enough,
> brackets are required....
>
> So I pushed
>
2005 Jun 02
1
could not open libRmath.so
Hi
I got a very tricky problem when I tried to compile a C++ program
which links to libRmath.so. The program itself had no problem, I can
compile and run in my own linux machine where I compiled libRmath.so
file and copied it to system directory (/usr/local/lib).
Now I want to compile my program at another linux box where I don't
have root privilege. That machine only has binary version of R,
2012 Oct 23
0
Between single/dup and raid1/raid1
Hello,
today I wanted to remove one drive from raid1, and people at #btrfs advised me
to use ''-dconvert=single'' before ''btrfs device delete''.
I thought of adding ''-mconvert=dup'' too, but the kernel does not let me do that.
It looks like ''dup'' is disallowed for an array of multiple devices. So, to go
back to a single-drive
2007 Aug 28
0
Saftware RAID1 or Hardware RAID1 with Asterisk (Andrew Joakimsen)
Dear Andrew,
Thanks for your kind responce.
Regards,
vidura.
=============================
> Motherboard with SATA RAID1 support
That's a mulit-port SATA controller with RAID in the driver (software).
> 256 MB RAM
Use a little more RAM.
> digium PRI/E1 card
Is there any reason you aren't using Sangoma cards?
> 1. If I use Software RAID, what would be the impact to my
2013 Dec 14
1
Convert bootable raw hdd image to bootable iso?
Hi,
is it possible to convert a bootable raw hdd image including grub
(originally created with grml-debootstrap) to a bootable iso somehow?
Cheers,
adrelanos
2014 Oct 10
1
turn bootable USB into bootable iso image
Hello List
I have a Bootable USB stick that we use to Boot our servers and then install CentOS,
PostgreSQL and our SW thru a Kickstart script.
It works like a charm but now we are thinking of going Virtual and prepping Virtual CentOS servers under VMware ESXi.
However, to have the same "Boot and Install" functionality I see no other solution than Booting a VMware machine from an ISO.
2008 Jul 11
2
Dovecot - Permission denied error!
Hello:
CentOS 5.2
Postfix 2.3.3 + updates (bundled with CentOS 5.2)
Dovecot-1.0.7 (bundled with CentOS 5.2)
Dovecot-1.1.1 (Updated from www.atrpms.com)
Dovecot-sieve-1.1.5 (Updated from www.atrpms.com)
During the last few days I have installed dovecot many times without errors.
Today I installed dovecot-1.1.1 & sent a test message to 'test at tib.com'. I
received the following