Displaying 20 results from an estimated 20000 matches similar to: "Copying my new Centos 5 to my main drive"
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
2007 Jun 12
3
Centos 5, X dies, I cry
I just installed Centos 5 for my notebook (HP compaq nc4010) on a
separate drive (than this one that has Centos 4.5).
When I first booted after all the setup, X did not start. hmm.
Rebooted, and X came up fine. I did a bunch of customizing and upgraded
the kernel
Rebooted, X did not start.
Rebooted X started fine. I checked some things out then tried the
Suspend feature. Not
2017 Mar 03
2
imaging a drive with dd
On 03/02/2017 08:53 PM, Warren Young wrote:
> On Mar 2, 2017, at 6:36 PM, Robert Moskowitz <rgm at htt-consult.com> wrote:
>> I want to image the drive at various 'checkpoints' so I can go back and redo from a particular point?
>> what dd params work?
>>
>> dd if=/dev/sdb of=os.img bs=1M count=3210
> That looks plausible. (I haven?t verified your count
2015 Sep 07
7
User and Group management from Linux plus roaming profiles
Right now, RSAT seems not to be an option for me, as the only Win
systems here are XP...
None of my PDC users were brought over with classicupdate. Perhaps
becuase my users are LINUX user accounts? And the home directories map
to /home/user ?
So I would think I need to start adding users and put them into groups.
How?
And I am reading:
2017 Mar 03
3
imaging a drive with dd
On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote:
> On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com>
> wrote:
>
> > dd if=/dev/sdb of=os.img bs=1M count=3210
> >
>
> I would recommend bs=512 to keep the block sizes the same though not a huge
> diff just seems to be happier for some reason and add status=progress if
> you
2017 Aug 10
2
Errors on an SSD drive
Robert Moskowitz wrote:
> On 08/09/2017 10:44 PM, mad.scientist.at.large at tutanota.com wrote:
>> what file system are you using? ssd drives have different
>> characteristics that need to be accomadated (including a relatively slow
>> write process which is obvious as soon as the buffer is full), and
>> never, never put a swap partition on it, the high activity will
2017 Aug 10
4
Errors on an SSD drive
On 08/09/2017 10:46 AM, Chris Murphy wrote:
> If it's a bad sector problem, you'd write to sector 17066160 and see if the
> drive complies or spits back a write error. It looks like a bad sector in
> that the same LBA is reported each time but I've only ever seen this with
> both a read error and a UNC error. So I'm not sure it's a bad sector.
>
> What is
2017 Mar 03
2
imaging a drive with dd
On Thu, Mar 02, 2017 at 10:57:51PM -0500, Robert Moskowitz wrote:
>
>
> On 03/02/2017 10:02 PM, Fred Smith wrote:
> >On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote:
> >>On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com>
> >>wrote:
> >>
> >>>dd if=/dev/sdb of=os.img bs=1M count=3210
> >>>
2013 Mar 15
0
Fwd: atheros wifi on my oqo2
---------- Forwarded message ----------
From: SilverTip257 <silvertip257 at gmail.com>
Date: Fri, Mar 15, 2013 at 7:51 PM
Subject: Re: [CentOS] atheros wifi on my oqo2
To: Robert Moskowitz <rgm at htt-consult.com>
On Fri, Mar 15, 2013 at 5:07 PM, Robert Moskowitz <rgm at htt-consult.com>wrote:
>
> On 03/14/2013 07:09 PM, SilverTip257 wrote:
>
>> On Thu, Mar 14,
2017 Aug 11
2
Errors on an SSD drive
On 08/10/2017 11:06 AM, Chris Murphy wrote:
> On Thu, Aug 10, 2017, 6:48 AM Robert Moskowitz <rgm at htt-consult.com> wrote:
>
>>
>>
>> On 08/09/2017 10:46 AM, Chris Murphy wrote:
>>> If it's a bad sector problem, you'd write to sector 17066160 and see if
>> the
>>> drive complies or spits back a write error. It looks like a bad sector
2017 Aug 11
3
Errors on an SSD drive
On 08/11/2017 12:16 PM, Chris Murphy wrote:
> On Fri, Aug 11, 2017 at 7:53 AM, Robert Nichols
> <rnicholsNOSPAM at comcast.net> wrote:
>> On 08/10/2017 11:06 AM, Chris Murphy wrote:
>>>
>>> On Thu, Aug 10, 2017, 6:48 AM Robert Moskowitz <rgm at htt-consult.com>
>>> wrote:
>>>
>>>>
>>>>
>>>> On
2017 Feb 21
1
Problems with my simple write conf files method
On 02/21/2017 11:03 AM, KM wrote:
> I have never used this method per se, but in general in any script if you want to preserve the $ (dollar sign) or variable name you must use a backslash to preserve it. For example change your $CONF to \$CONF. The $CONF should then be printed into your conf file.
Thanks that worked.
> KM
>
> From: Robert Moskowitz <rgm at
2008 Sep 11
3
My turn at building a custom kernel for IPsec BEET mode
Well I am working on building a kernel that will have the IPsec BEET
mode patch available from infrahip.hiit.fi.
I have some decent help, but really no one there is a seasoned Centos
kernel builder (though they work with different FC kernels), and now
they are mostly done for the day.
I have been following the wiki on building a custom kernel, got my patch
in ~/rpmbuild/SOURCES and away with
2017 Mar 03
4
imaging a drive with dd
On 3/3/2017 5:34 AM, Robert Moskowitz wrote:
> Well, I only wanted to copy the used part of the drive which I try to
> keep small so I can still copy the image to an mSD card if I wish. So
> I have to supply the amount of the drive to copy. The bs=512 went
> fast enough, but then I was only copying 3.2GB.
>
> thanks for the help.
personally, I would use 'dump' for
2017 Mar 03
0
imaging a drive with dd
On 03/03/2017 07:50 AM, Fred Smith wrote:
> On Thu, Mar 02, 2017 at 10:57:51PM -0500, Robert Moskowitz wrote:
>>
>> On 03/02/2017 10:02 PM, Fred Smith wrote:
>>> On Thu, Mar 02, 2017 at 09:06:52PM -0500, fred roller wrote:
>>>> On Thu, Mar 2, 2017 at 8:36 PM, Robert Moskowitz <rgm at htt-consult.com>
>>>> wrote:
>>>>
2015 Sep 10
3
rsync question
On 09/10/15, C Linus Hicks wrote:
On 09/10/15, Robert Moskowitz wrote:
---------------- Quoted text ------------------------
Try this:
rsync -ah --stats 192.168.192.2:/root/samba.PDC/
/home/rgm/data/htt/httnet/homebase/new/root/
--------------------- End Quote ----------------------------------
Sorry, I was too fast, not paying attention, you want this I believe:
rsync -ah --stats root at
2015 Sep 11
2
rsync question
On Thu, 10 Sep 2015 22:50:47 -0400
Robert Moskowitz wrote:
> > That will use the default port on the remote host, you can override
> > that without specifying the -e if required using -p <port>.
>
>
> $ rsync -ah --stats --delete -p 613 root at 192.168.129.2:/etc/dhcp/
> /home/rgm/data/htt/httnet/homebase/new/dhcp
> Unexpected remote arg: root at
2017 Feb 21
4
Problems with my simple write conf files method
I have been creating conf files and similar with the following method
that I picked up (I think from psotfix docs):
cat <<EOF>>/etc/aliases || exit 1
root: youremail
EOF
See: http://medon.htt-consult.com/Centos7-armv7.html
But with postfixadmin I stumbled onto a problem. The following:
cat <<EOF>/usr/share/postfixadmin/config.local.php || exit 1
<?php
2013 Mar 13
2
atheros wifi on my oqo2
I have a few oqo2 units that I use for testing, normally using the
dongle for ethernet connection. Well supposedly they have atheros
wifi. in dmseg I see:
ath5k 0000:03:04.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
ath5k 0000:03:04.0: registered as 'phy0'
ath5k phy0: Couldn't identify radio revision.
ath5k 0000:03:04.0: PCI INT A disabled
I press magic <fnc-?> per
2017 May 28
4
Low random entropy
On 28/05/17 23:56, Leon Fauster wrote:
>> Am 28.05.2017 um 12:16 schrieb Robert Moskowitz <rgm at htt-consult.com>:
>>
>>
>>
>> On 05/28/2017 04:24 AM, Tony Mountifield wrote:
>>> In article <792718e8-f403-1dea-367d-977b157af82c at htt-consult.com>,
>>> Robert Moskowitz <rgm at htt-consult.com> wrote:
>>>> On 05/26/2017