Displaying 20 results from an estimated 10000 matches similar to: "aacraid hard/firmware differences?"
2006 Oct 27
1
AACRAID controller setup?
This isn't exactly a Centos question but maybe someone here can help:
Does the AACRAID controller (as in an IBM 3550) store its config info
on the drives or internally? I only have one of the boxes and want
to load Centos 3.x on several drives which can be swapped into
servers at another location. With SCSI, all that took was a full disk
dd copy and a little fiddling with the HWADDR for the
2009 Jan 09
1
AACRAID monitoring
Does Centos include any runtime monitor/control software for raid arrays
on AACRAID devices as on IBM 3650's?
--
Les Mikesell
lesmikesell at gmail.com
2011 Apr 24
2
Curious fdisk report on large disk
I have a 1.5TB internal disk on my server.
I partitioned this with fdisk,
and CentOS-5.6 runs perfectly on it.
But fdisk gives a very strange report.
Here is the perfectly normal response to mount:
-----------------------------
/dev/sdb10 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/sdb2 on /boot type ext3
2012 Jun 19
1
CentOS 6.2 on partitionable mdadm RAID1 (md_d0) - kernel panic with either disk not present
Environment:
CentOS 6.2 amd64 (min. server install)
2 virtual hard disks of 10GB each
Linux KVM
Following the instructions on CentOS Wiki
<http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1> I
installed a min. server in Linux KVM setup (script shown below)
<script>
#!/bin/bash
nic_mac_addr0=00:07:43:53:2b:bb
kvm \
-vga std \
-m 1024 \
-cpu core2duo \
-smp 2,cores=2 \
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
On 04/22/2016 09:43 AM, g wrote:
> ]$ sudo blockdev --getalignoff /dev/sdc1
> 0
> ]$ sudo blockdev --getalignoff /dev/sdc2
> 0
> ]$ sudo blockdev --getalignoff /dev/sdc5
> 2560
> ]$ sudo blockdev --report /dev/sdc1
> RO RA SSZ BSZ StartSec Size Device
> rw 256 512 4096 2048 838860800 /dev/sdc1
> ]$ sudo blockdev --report
2012 Mar 06
1
kickstart partitioning and cylinder boundary
As I understand anaconda uses parted to partition (starting from
centos 6), using this as example (kickstart configuration file):
clearpart --all --drives=sda --initlabel
part /boot --asprimary --size=200 --fstype=ext2 --ondisk=sda
part swap --asprimary --size=16384 --fstype=swap --ondisk=sda
part / --asprimary --size=512000 --fstype=ext4 --ondisk=sda
part /scratch --asprimary --size=1 --grow
2010 Aug 12
2
Problem resizing partition of nfs volume
Hi:
I have an NFS volume that I'm trying to resize a partition on.
Something about the fdisk process is corrupting something on the drive
Before running fdisk, I can mount the volume find:
$ mount /dev/sdo1 /home
... and the volume is mounted fine.
And,
$ e2fsck -f /dev/sdo1
/dev/sdo1: clean, ...
But then I run fdisk to rewrite the partition table of this drive, to expand
the /dev/sdo1
2014 Jan 21
2
After USB boot problems on Gigabyte GA-M55Plus-S3G
> Hi,
>
> > The current states of each of those drives seem to suggest that, with
> > those particular values, they would not be ideal for booting
> > purposes.
>
> For me as half-educated user all three would look like
> "normal" MS-DOS disks. So people buy pitfalls.
The filesystem might be OK, but not ideal for a broad compatibility
for booting
2015 Feb 19
3
iostat a partition
Hey guys,
I need to use iostat to diagnose a disk latency problem we think we may be
having.
So if I have this disk partition:
[root at uszmpdblp010la mysql]# df -h /mysql
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/MysqlVG-MysqlVol
9.9G 1.1G 8.4G 11% /mysql
And I want to correlate that to the output of fdisk -l, so that I can feed
the disk
2002 Nov 05
1
[leaf-user] FW: CF Boot media creation
I downloaded DOS6.22 image from putergeek.com. Used fdisk from that floppy
and format from that floppy. Still no luck.
If I execute fdisk under leaf (monkeynoodle.org) as fdisk/dev/hdc, and give
p for print partition table, I get the following:
Disk /dev/hdc: 16 heads, 32 sectors, 123 cylinders.
Units = cylinders of 512 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hdc1
2015 Feb 19
0
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
> Hi,
>
> Ady wrote:
> > I am not so sure that using a different pair of '-h' and '-s' values
> > would be better than using 255/63.
>
> But 255 * 63 is not divisible by 4 and thus can cause
> trouble with virtual DVD-ROM.
And my suggestion to modify the _amount_ of Cylinders was intended to
overcome the "by 4" (or rather, "by
2005 Jul 11
1
Disk Druid - control RAID partition layout?
Is it possible to partition a disk with Disk Druid and control the order
of the partitions? I want to create my own boot and swap as RAID
partitions but Disk Druid won't keep them in the order I want, no
matter what I specify first. I've done this before by using fdisk
to make the partitions before starting Disk Druid but I thought
someone said this was an old bug and should have been
2015 Feb 19
2
isohybrid and ISO images whose size is not a multiple of 2048 bytes vs. VirtualBox
Hi,
Ady wrote:
> I am not so sure that using a different pair of '-h' and '-s' values
> would be better than using 255/63.
But 255 * 63 is not divisible by 4 and thus can cause
trouble with virtual DVD-ROM.
> Most BIOS and most partition editors would assume this geometry.
I cannot tell for BIOSes, but partition editors have options
to set heads-per-cyl and
2009 Feb 03
1
Cannot Mirror RPOOL, Can''t Label Disk to SMI
Dear ZFS experts,
I have 2 SATA 500 GB Hard Drive on my Dual Core PC
I have installed OpenSolaris 2008.11 using Live CD I got from Sun Tech Days in Singapore
Now, using all the guidelines I got here at Indiana Discussion, I can''t attach my second drive to rpool to make them mirror
Initially I was playing around with similar configuration in VirtualBox, and it does not succeed. Finally
2012 Aug 09
1
Partition # does not end on cylinder boundary.
Running CentOS 6.3
Areca hardware raid 10
fdisk -l
reports multiple partitions with the following description.
"Partition # does not end on cylinder boundary."
Disks are 512 byte sector size.
Raid stripe size is 64K.
but if I use
fdisk -lc
(-c Switch off DOS-compatible mode. )
I don't get any warnings.
Should I reinstall? (performance hit?)
--
Robert Arkiletian
Eric
2016 Apr 22
0
[OT] disk utility showing message "the partition is misaligned by"
Am 22.04.2016 um 12:40 schrieb g <geleem at bellsouth.net>:
> greetings.
>
> centos 6.7 [current]
>
>
> 'disk utility' has started showing message;
>
> WARNING: The partition is misaligned by 2560 bytes. This may
> result in very poor performance. Repartitioning is suggested.
>
> for sdc5 - /home partition.
>
> /dev/sdc5 302243312
2017 Mar 18
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi,
David Christensen wrote:
> I use this USB flash drive for bootable installer images; I do not
> attempt to mount it. I don't know that I could, even if I wanted to:
mkdir /mnt/iso
mount /dev/sdc /mnt/iso
or, because partition 1 starts at block 0, you may mount it too
mount /dev/sdc1 /mnt/iso
> # fdisk -l /dev/sdc
> WARNING: GPT (GUID Partition Table) detected on
2003 May 24
3
UDMA ICRC error
Hi there.
OS version: FreeBSD 4.7-Stable FreeBSD #3
I just added a disk to my box and after playing with
fdisk and disklabel with this configuration:
fdisk:
****************************************************************
g c16383 h16 s63
p 1 165 0 39102336
****************************************************************
disklabel
2009 Jun 14
3
Trouble (?) reformatting flash drive to include former U3 partition
Semi-OT?
I just got a new SanDisk 8GB flash drive, and, as usual, it came with
the U3 software (for Windoze) on a "CD" partition and considerably
less than 8GB on the disk partition. I put it into my WinXP portable
and told U3 to delete itself, but I still can't get at the old U3 part
of the drive. I've tried WinXP's format command, disk management and
CentOS's fdisk,
2016 Apr 22
2
[OT] disk utility showing message "the partition is misaligned by"
On 04/22/16 08:19, Leon Fauster wrote:
<<>>
> check it with:
>
> blockdev --getalignoff /dev/sd
>
> (if a '0' is returned, the partition is aligned)
>
===>
Leon,
thank you for reply.
]$ sudo blockdev --getalignoff /dev/sdc1
0
]$ sudo blockdev --getalignoff /dev/sdc2
0
]$ sudo blockdev --getalignoff /dev/sdc5
2560
]$ sudo blockdev --report /dev/sdc1
RO