Displaying 20 results from an estimated 700 matches similar to: "blockdev --flushbufs required [was: parted issue/question"
2016 Sep 27
1
Am I crazy (parted)
I swear I've done this dozens of times: a new server, going to install
(CentOS 7, in this case), and I manually partition the disk before the
install using parted, and do
mkpart pri 0.0GB +1.0GB
Except now it appears to be saying it doesn't like the +1.0GB, I *think*
it's the plus sign.
mark
2016 Mar 13
1
C7 + UEFI + GPT + RAID1
Hi messmer,
seems that anaconda supports partitioned RAID devices. Disk selection
see one mdraid device and permits to create partition on it.
Il 13/03/2016 01:04, Gordon Messmer ha scritto:
> On 03/12/2016 08:22 AM, Alessandro Baggi wrote:
>> From several how-to concerning raid1 installation, I must put each
>> partition on a different md devices.
>
> Not necessarily. You
2014 Nov 23
0
[PATCH 2/3] New API: guestfs_blockdev_setra: Adjust readahead for filesystems and devices.
This adds a binding for 'blockdev --setra', allowing you to adjust the
readahead parameter for filesystems and devices.
---
daemon/blockdev.c | 30 ++++++++++++++++++++----------
generator/actions.ml | 14 ++++++++++++++
2 files changed, 34 insertions(+), 10 deletions(-)
diff --git a/daemon/blockdev.c b/daemon/blockdev.c
index 8a7b1a8..6e8821d 100644
--- a/daemon/blockdev.c
+++
2016 Mar 13
0
C7 + UEFI + GPT + RAID1
On 03/12/2016 08:22 AM, Alessandro Baggi wrote:
> From several how-to concerning raid1 installation, I must put each
> partition on a different md devices.
Not necessarily. You could put LVM on top of the RAID device, and
create logical volumes.
> I've asked times ago if it's more correct create the md device,
> partitioning it and create fs on each partition created on
2012 Jan 09
2
centos6.2, parted and alignment
I have a large raid (lsi megaraid sas2 9261-8i card) and when I use
parted to initialize it as the one big partition I want, it gives me a
warning.
# parted /dev/sda "mklabel gpt"
Warning: The existing disk label on /dev/sda will be destroyed and
all data on this
disk will be lost. Do you want to continue?
Yes/No? yes
# parted -a optimal /dev/sda
2010 Dec 16
1
use parted to create "raw paration"????
we have CENTOS 5.5 on X86. I tried to create a "raw partition" (NOT FS) on a disk and it continue to show "ext3". How can I get ride of it?
=== procedures=====
# parted /dev/sde
GNU Parted 1.8.1
Using /dev/sde
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) p
Model: DELL PERC
2007 Sep 24
2
parted - is there a problem
Everyone,
I recently added a 300gig Seagate sata drive on a Centos 5.0 and have a
couple of questions.
The drive was recognized with the device as /dev/sdc. The system came
with some SCCI drives that are labeled as /dev/sda and /dev/sdb. I was
surprised that the sata drives used sdc. Are the sata drives considered
more like SCCI or IDE drives?
The real problem occurred when I tried to
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
2009 Feb 03
1
hello and aoe booting
hi to the list,
Hello everyone, I am new in the world of pxe booting and i try to use
AOE to boot my linux debian lenny machines.
I install the linux like this:
parted -s /dev/etherd/e10.1 mklabel gpt
parted -s /dev/etherd/e10.1 mklabel gpt
parted -s /dev/etherd/e10.1 mkpart primary ext3 17408B 314590207B
parted -s /dev/etherd/e10.1 mkpart primary ext3 314590208B 3535815679B
parted -s
2014 Sep 23
0
CentOS or upstream bug in parted
I make a gpt, then mkpart pri xfs 0.0GB 100%
and it comes up with
Number Start End Size File system Name Flags
1 1049kB 2000GB 2000GB ntfs pri
^^^^ not xfs
mark
2015 Jul 31
0
OT - parted guidance
Ken Smith wrote:
>
> Hi All, Slightly OT as this is on a Centos 6 system
>
Not at all OT. We started using parted when we started using 3TB drives a
few years ago, since fdisk can't handle > 2TB.
> I'm getting the fdisk message "partition does not start on a physical
> sector boundary" on a 4096 sector disk. I understand why this has
> happened.
>
> I
2014 Feb 20
2
Growing HW RAID arrays, Online
We add disks to an LSI raid array periodically to increase the amount
of available space for business needs.
It is understood that this process starts with metal, and has many
layers that must each adjust to make use of the additional space.
Each of these layers also says that it can do that 'online' without
interruption or rebooting. But making it happen is not that easy.
When the HW
2017 Feb 15
2
Kickstart - part ignore onpart ??
Hello Guys,
after hours of uncessfull create example before i forward special
parition tests.
part ignoe --onpart
But Installation hang out for parition the harddisk.
jump to another console partitions are ok ?
Which line/lines is/are missing?
Andy
#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical
2010 Jul 21
0
[PATCH] RFC: Advanced Storage Configuration
This patch introduces the concept of an "Advanced Storage Configuration", specifically for automated installs (although it could be hooked into manual install), while preserving the original style of specifying LVs. It accomplishes the following:
* Add an optional AppVG
* Offer new optional LVs - Data2,Swap2 - as part of the new AppVG
* Allows the specification of multiple disks, per VG
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
2009 Sep 03
2
[PATCH resend] block: silently error unsupported empty barriers too
With 2.6.31-rc5 in a KVM guest using dm and virtio_blk, we see the
following errors:
end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0
The errors go away if dm stops submitting empty barriers, by reverting:
commit 52b1fd5a27c625c78373e024bf570af3c9d44a79
Author: Mikulas Patocka <mpatocka at redhat.com>
dm: send empty barriers to targets in
2009 Sep 03
2
[PATCH resend] block: silently error unsupported empty barriers too
With 2.6.31-rc5 in a KVM guest using dm and virtio_blk, we see the
following errors:
end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0
The errors go away if dm stops submitting empty barriers, by reverting:
commit 52b1fd5a27c625c78373e024bf570af3c9d44a79
Author: Mikulas Patocka <mpatocka at redhat.com>
dm: send empty barriers to targets in
2012 Mar 21
1
altmbr.bin always boots the first partition
Hi,
altmbr.bin and its variants apparently always boot the first partition
(in Syslinux 4.05, but this issue seems older than that). The
following example uses parted 3.0:
----------
rm -f flat
mkdir mnt
truncate -s 20M flat
parted -s flat mklabel msdos mkpart primary fat32 1MiB 10485759B
mkpart primary ext2 11MiB 100% unit KiB print
losetup -o 1048576 -s 9437184 /dev/loop7 flat
mkdosfs
2014 Feb 02
0
xorriso or genisoimage syntax assistance
On Sun, Feb 2, 2014 at 2:31 AM, Thomas Schmitt <scdbackup at gmx.net> wrote:
> Hi,
>
> > # Most linux distros dont have `mkisofs' (
>
> Or they have genisoimage under the name "mkisofs".
> (e.g. Debian, Archlinux)
>
...
> I would add option -R or -r for Rock Ridge names and file attributes.
> This will make appear the files with their original
2015 Feb 27
0
OT: AF 4k sector drives with 512 emulation
On 2/27/2015 3:06 PM, m.roth at 5-cent.us wrote:
> Alignment's easy: using parted (the user-hostile program), if you do go in
> with parted -a optimal /dev/drive, and do
> mkpart pri ext4 0.0GB 100% (for non-root drives, for example), it's
> aligned correctly.
i found -a optimal to do weird things, and almost always complain. I
just use -a none now, and specify partition