similar to: Am I crazy (parted)

Displaying 20 results from an estimated 10000 matches similar to: "Am I crazy (parted)"

2015 Feb 27
2
OT: AF 4k sector drives with 512 emulation
Chris Murphy wrote: <snip> > The emulation implementations don't come into play if the alignment is > correct from the start. The better implementations have significantly > less pathological behavior if alignment is wrong, but that's > anecdotal, I don't have any empirical data available. But I'd say in > any case you want it properly aligned. You really,
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 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
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 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
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
2015 Jul 31
4
OT - parted guidance
Hi All, Slightly OT as this is on a Centos 6 system 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 just want to be sure of my parted syntax before I really mess things up. (before anyone says it - I know - do a backup) parted says that the offending partition 5 begins at 512 byte
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 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
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
2013 Apr 10
4
Formatting a USB Drive
Hi All, I have a Drobo, connected to a CentOS 6.4 box. The box sees it as /dev/sdg. I want to format it ext3 (as they dont support ext4) but when I try I get: # fdisk -u /dev/sdg WARNING: GPT (GUID Partition Table) detected on '/dev/sdg'! The util fdisk doesn't support GPT. Use GNU Parted. WARNING: The size of this disk is 17.6 TB (17592186044416 bytes). DOS partition table
2013 May 08
1
Parted Bug? in C 5.9
I'm receiving the following error when trying to repartition and reformat a USB flash drive via parted using a simple script. The bug follows: /sbin/parted -s /dev/sdb mkpart primary fat32 Backtrace has 14 calls on stack: 14: /usr/lib/libparted-1.8.so.0(ped_assert+0x3b) [0x10af3b] 13: /usr/lib/libparted-1.8.so.0 [0x146194] 12: /usr/lib/libparted-1.8.so.0 [0x146f4d] 11:
2012 Jan 18
0
blockdev --flushbufs required [was: parted issue/question
[Following up on this thread: http://thread.gmane.org/gmane.linux.kernel.device-mapper.devel/14999] Alasdair G Kergon wrote: > Try > blkdev --flushbufs > after any cmd that writes to a dev to see if that makes any difference. Thanks for the work-around. Using "blockdev --flushbufs $dev" does indeed make parted behave the same with dm-backed storage as with other devices.
2015 Jan 13
3
CentOS 6.6 64-bit won't install on a 3 TB disk
> I'm having an issue getting a C6.6 install to work on a 3 TB dual hard >drive system, raid 0. I'm hoping that someone here can help. 1: Is this system booting UEFI or BIOS? 2: Is the disk partitioned with MBR or GPT? 3: Is /boot on its own partition? 3TB drives are larger than MBR and BIOS properly support, so they're only really expected to work on a system partitioned with
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
2009 Sep 30
1
[PATCH node] split root filesystems out of HostVG and onto their own partitions
This lays the groundwork for setting Root and RootBackup onto individual partitions for multiple disk installations in the future. Install, removal, upgrade testing has been performed and all seems to work at this point. --- scripts/ovirt-config-boot | 15 ++++++++------- scripts/ovirt-config-storage | 28 +++++++++++++++------------- scripts/ovirt-config-uninstall | 2 ++
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
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
2005 Apr 25
1
bugs with large partitions
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I installed centos4 on a raid system with 7 400GB Hitachi SATA disks in RAID 5 on the 3Ware card. I set up a 2.2TB EXT3 Partition /opt. After the install I rebooted and the system went straight into maintenance mode....! The system reported a problem with /opt, but I was able to mount it manually and init 4 with no problems. However a reboot dropped
2008 Aug 15
1
Hard disk, format, filesystem
Ok, I give up... I have to ask. This is CentOS 5. I switched one of my raid1 disks, and I already thought I had succeeded. But now it seems that something is very wrong with the first partition on the new disk. Luckily my system is fully bootable with the other disk. Here's some info. The new disk is sdb. // I removed all partitions with parted, and created the first one again. // parted