Displaying 20 results from an estimated 30000 matches similar to: "disk initialize"
2006 Jul 14
2
creating disk images
I am familiar with using dd to create a disk image. dd if=/dev/hda1
of=myimge.img
However, is there a way to capture the entire disk image into a file.
I have 3 partitions:
hda1 /
hda2 swap
hda3 /home
and mbr
How can I wrap them all into 1 image file.
Thanks,
Jerry
2007 Nov 21
8
resize an image file
I have a 100G disk on an old redhat 7.3 system.
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 9.6G 2.4G 6.7G 27% /
/dev/hda3 99G 6.1G 88G 7% /home
hda2 is 2G swap
I am trying to back that complete image up on my centos 5 system.
I can do the dd if=/dev/hda bs=1M | ssh root at machine 'cat > disk.img'
which gets me the whole 100G.
As
2012 Feb 03
5
install detecting disk as sdb not sda
I am trying to install 6.2 on a machine.
I am using PXE as I have done so a number of times.
My hard disk is being detected as sdb and not sda.
My kickstart config is wanting it at sda.
There are no other disks in the unit. It has and SD slot and an esata
although BIOS does not appear to have a disable for either of those devices.
Is there anyway to "force" the disk to sda ?
or find
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64.
the transcript below (hangs for 60 seconds) at the line:
MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56
AUTH=root at devcentos5x64.msgnet.com
The email succeeds - but I am trying to figure out the 60 second delay.
Neither email server is busy. Nothing is waiting.
the DNS on both machines point to the same nameserver. The DNS
2007 Jan 31
3
performance lost in using a software raid array with only 1 disk
Is there any performance lost in using a software raid array
with only 1 disk?
I was wanting to use the mdadm monitoring tools to monitor the
machines single disk drive for failures and such. Is there any
performance hit for such a setup?
Some machines have RAID some machines dont (for me) and
I was thinking about a common setup.
Also then if I want in the future I can actually just add the
2005 Dec 19
7
Compaq V2000 laptop no USB recognized
To continue here with problems on this compaq v2000
laptop, I put kernel source on a USB disk and plugged it
into the v2000. NOTHING IS recognized.
I tried to manually mount the disk and nothing either...
I thought USB was well established....
I thought trying to recompile the kernel for realtek support
might get my networking going...
I am stuck???
Jerry
-------------- next part
2006 Nov 10
2
hdparm equivalent for SATA
Hi,
I was wanting to run the equivalent of "hdparm -Tt /dev/hda"
except on a SATA hard disk. What is the equivalent
command for an SATA drive?
I was wanting to see what kind of speed I am getting on the
SATA drive.
thanks,
Jerry
2010 Dec 21
3
preparing to migrating to new system
hi all,
I will be migrating my mail server from centos 4.8 to 6 when its released.
Basically its just a number of users with their passwords. Their mail is
downloaded to their clients
and not stored on the server.
What is the most sensible or correct way to migrate ALL the users to the
new system?
Way in the past is was just perhaps copy the /etc/passwd file but I know
thats not the case
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686.
I seem to have an o pen r elay sendmail server.
How do I close it?
I have the STRAIGHT centos install sendmail.mc file.
Only thing I changed was:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
so as to allow incoming email and not just localhost. however this seems
to relay everyone.
I looked at http://www.sendmail.org/tips/relaying but it
2007 Oct 27
2
migrating files for centos virtualization, virtual disk no longer boots.
All,
I am playing with virtualization on centos 5.
I took my old redhat 7 disks and created a 10GIG virtual disk, I
installed redhat 7.
Now I am trying to get the EXACT image copied off of my actual redhat 7 disk
so that I know it is the same (including all patches, updates and OTHER
things I did to it that I
have forgotten about).
I booted the redhat 7 image just fine at this point. I also
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w)
this is what I get on standard 5.2 x86_64.
hwclock --debug
hwclock from util-linux-2.13-pre7
hwclock: Open of /dev/rtc failed, errno=19: No such device.
No usable clock interface found.
Cannot access the Hardware Clock via any known method.
[root at devcentos5x64 src]# ls -l /dev/rtc
crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc
Any
2009 Jan 29
1
Question on script
Hi all,
I am trying to extract from the aplay -l output the Card and Device numbers.
I had a script that was working but found another motherboard that has
an EXTRA word.
HDA Nvidia and HDA ATI HDMI is what I am talking about below.
how do I search for a line that has HDMI (which I know how to do), then
ignore everything upto the device work and take the next field after that?
Thanks,
Jerry
2008 Apr 03
6
ztdummy
What does it take to get ztdummy to work correctly?
I have a new laptop HP HDX9200. I am running asterisk 1.4.19 and zaptel
1.4.9.2
Zaptel compiles fine. asterisk compiles fine. ztdummy loads asterisk runs.
Problem is playback() does not work. So then I stop zaptel, asterisk
runs and playback() now
works. However, meetme()'s dont work. I need ztdummy I'm pretty sure for
that.
I am
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being
detected
in "lsusb". Is there something special I need to do? I am running centos
5.5 x86_64.
I thought 3.0 was backward compatible. Nothing special about my device
its an RS232 to USB device.
It works in 2.0 slot.
Thanks,
Jerry
2006 Feb 10
1
question on software raid-1
I have a system that is RAID -1 configured as
/dev/md0 is /dev/hda1 /dev/hdb1
/dev/md1 is /dev/hdb3 /dev/hdb3
it seems as though /dev/hda has failed....
I have another disk (identical model) that I can replace hda with.
I know about the commands fdisk to repartion and raidhotadd /dev/md0
/dev/hda1
and raidhotadd /dev/md1 /dev/hda3 (to be ran after the system boots).
BUT... how do I now get
2008 Apr 03
1
rtc issue
Hi all,
I have installed centos 5.1 x86_64. 2.6.18-53.1.14.el5
Everything seems to be working fine except that the rtc module is not
working.
cat /proc/interrupts shows:
CPU0 CPU1
0: 129 0 XT-PIC-XT timer
1: 330797 0 XT-PIC-XT i8042
2: 0 0 XT-PIC-XT cascade
3: 4 0
2016 Aug 15
4
DAHDI on CentOS 7
What is needed to get DAHDI to start up correctly on CentOS 7 and systemd...
I am using DAHDI-linux-complete 2.11.1
I saw mention in my search that it has been fixed after 2.11.1 but cannot
find
what the fix is.
Thanks,
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Nov 16
1
correct way to migrate old data on hda to new sda
I am migrating off of a 40GIG hda to a new 160GIG sda disk.
I plan on installing 4.2 from scratch. But after that what is the
correct way
do transfer all the data from hda (home partition really) to the new sda
home
partition?
I presume there is just a couple files in /etc to restore also. Like
hosts, passwd.
Anything else?
Other suggestions welcome also. this is my first time migrating to a
2007 Nov 29
4
special tricks for developers box on centos 5
I was just wondering if there are special tricks people do
that compile A LOT on centos? Do RAM disks help or something else I dont
about that minimizes your compile time? I presently have and AMD x2
4800+ with 2GIG ram.
Just curious if I can reduce any more time out of my compiles.
Jerry
2005 Mar 08
13
Broadvoice latest changes and still not working
I have added the three lines to the sip.conf file based on the latest
changes
from broadvoice. I can receive incoming calls but cannot place any
outgoing calls.
The error I get is:
*CLI> -- Registered to '69.73.19.178', who sees us as IPADDRESS:4569
-- Attempting call on SIP/Broadvoice/5068012 for application
Playback(demo-congrats) (Retry 1)
Mar 8 08:35:21 NOTICE[29290]: