Displaying 20 results from an estimated 200 matches similar to: "copy old CF image to new CF device"
2012 Aug 07
3
Barcode Generating With Label On Canvas by using Barby gem
********UNDEFINED METHOD REGISTER ERROR IN THE FALLOWING CODE *******
Hi all,
I am trying to generate barcode(including its name as label at the
bottom of barcode image for easy understand with out scanning by barcode
scanner).
For this I am Using barby, chuncky_png, rmagick gems.
I am using the fallowing code to generate label at bottom of image by
using rmagick gem:
gem
2008 Sep 28
1
USB external HDD error messages
Hi - relatively inexperienced user here. I installed CentOS 5.2
yesterday (http install via a mirror, worked brilliantly), as well as a
new Seagate 1Tb USB external HDD (from the new Xtreme line), for
backup/media storage.
Using fdisk I put two primary partitions on the Seagate, /dev/sde1 and
/dev/sde2 (roughly half the drive each). Then I used mkfs.ext3 on both
to create ext3 filesystems
2011 Sep 22
10
data recovery
Hi,
Need help on data recovery.
Suddenly my disk device's geometry has been changed to something that
doesnot make any sense. Its a 1.8TB in size and had only one single
partition. Now I can see 3 partitions sde1, sde2 and sde2 of sizes
130M, 140GB and 10GB.
Is there any way to recover data from these newly created disk devices?
Thanks
Paras.
2017 Aug 19
2
Problem with softwareraid
Hello Gordon,
yeah. it is really strange. from one boot to the next, everyhing is
f** up.(2 months between).
any idea?
[root at quad live]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 1.8T 0 disk
??sda1 8:1 0 1.8T 0 part
2009 Jun 28
5
How to change Disk sequence on DELL R900 CENTOS 5.3?
we have DELL R900 with CENTOS 5.3 in it. This DELL R900 come with one integrate PERC6/I and two PERC6/E card. DELL 6/I control 5 internal disks. The original disk sequence are:
/dev/sda1 /boot
/dev/sda2 /
/dev/sdb1 swap
...
after I configured PERC6/E disks and reboot, /dev/sda change to RAID disk and original /boot and / change to /dev/sde1 and /dev/sde2.
My modprobe.conf is:
alias
2006 Dec 23
3
How to start installing a Quad-Devel-Station?
Hello Xen-Users,
I am running a Debian GNU/Linux Devel-Station (P2/366 MHz, 512MByte)
and use currently chroots which give some problems from time to time.
I have following configuration:
----8<------------------------------------------------------------------
/dev/sda1 / 7700 GByte # Master System
/dev/sda2 swap 256 MByte # Master System
/dev/sda3 /var 512 MByte # Master System
2016 Nov 25
0
[PATCH 2/2] resize: shrink/expand swap partitions
Handle the swap partition on their own, rebuilding them using the
existing UUID and label.
---
resize/resize.ml | 35 ++++++++++++++++++++++++++++-------
resize/virt-resize.pod | 8 ++++++++
2 files changed, 36 insertions(+), 7 deletions(-)
diff --git a/resize/resize.ml b/resize/resize.ml
index 7d06f18..59ee5bf 100644
--- a/resize/resize.ml
+++ b/resize/resize.ml
@@ -60,6 +60,7 @@ and
2007 Dec 06
1
Help with /usr/share/sendmail-cf/m4/proto.m4 - fax macro
OK. Digging into this...
sendmail.m4 has the lines:
define(`FAX_MAILER_PATH',`/usr/bin/faxmail')dnl
define(`FAX_MAILER_ARGS',`faxmail -d -n -p 12pt $u@$h $f')dnl
MAILER(`fax')dnl
proto.m4 has:
`R$+ < @ $+ .FAX. > $#fax $@ $2 $: $1 user at host.FAX',
`ifdef(`FAX_RELAY',
`R$*<@$+.FAX.>$* $:
2006 Feb 27
1
Sendmail.cf / access.db
I've noticed from the sendmail logs, certain IP's are being blocked via
the known spammers configuration in the sendmail.cf. What I also note
is in my access file, I have several TLD's that are listed, yet are NOT
being blocked. Yes, I do call a make after each edit of the access
list, and going by the timestamp on access.db, it appears to being
updated, yet again, in the sendmail
2010 Jan 14
1
PCI-E CF adapter?
I know this is slightly OT but folks discuss zfs compatible hardware
here all the time. :)
Has anyone used something like this combination?
<http://www.cdw.com/shop/products/default.aspx?EDC=1346664>
<http://www.cdw.com/shop/products/default.aspx?EDC=1854700>
It''d be nice to have externally accessible CF slots for my NAS. I can''t
put them into a drive bay because
2005 Nov 20
0
《完全無料》どエロサイト配信中!!!
http://www.gyakuten5.net/baitoru/
$B%a!<%k<u?.5qH](B
I don' veceive yourmail
gya53243@yahoo.com.au
2003 Mar 31
0
Booting Linux off a CF card
Hello,
I am not sure if I am posting this question in the right place, so please
forgive me if this is an error :)
I am completely new to using Linux off a flash card, but I need to do it as
a project for my office. We have an 8MB CF card, which is connected to my
Linux box via an IDE adapter. I need to somehow make the system boot off
the CF card and give me a shell prompt.
I have managed to
2003 Dec 11
1
Problems booting from CF
Hi everybody,
It's my first time asking something here. I've a 128 MB Compact Flash
and I tried to boot up a Linux mini distro from it. This distro worked
previously from a floppy using syslinux, with the tipical initrd booting
system. Now I'm trying to boot it from CF, but I can't. By other side
I've another distro that boots from pxelinux that I want to make it boot
from CF
2011 Jun 09
1
bad CF disks, etc
hi folks,
I have 3 CF disks, 16M, 512M, 4G, only the 512 is working on my soekris 4801
other 2 show:
Cannot get disk parameters
coming from chain.c32
chain.c32 is not to blame, as bios also gives similar error
> boot 80
No Boot device available, enter monitor.
all 3 CFs are readable/writable on my desktop
after fiddling with various fdisk parameters,
I dd'd the image off the 512, and
2004 Dec 22
1
[LLVMdev] Iterating thru CF edges in a CFG
Hi,
I want to instrument every control-flow edge in a CFG. What is the
best way to do this ? I was thinking of getting a reference to the CFG
using GraphTraits<Function *>. Is there a simple way to get the CFG
handle?
Thanks.
2005 Mar 16
1
openssh on Red Hat and Suse Linux with PAM (cf. bug 559, patches 292, 675)
Do you know if either of the patches referenced above can be applied to the 3.6p1 code shipped by Red Hat (RHEL3) and Suse (SLES8)? It appears they were integrated in the 3.7p1 and 3.9p1 releases, respectively.
Steven Vandor
Computer Associates
425 825 2799
vandor at ca.com
This message may contain confidential, privileged or other legally protected information.? It is intended for the addressee
2004 Jul 16
1
sendmail.cf and relaymail to a smtp server
Hello,
Who can help me I am trying to setup the sendmail so that I can mail the
voicemail's to an internet SMTP mail server.
I know that I have to setup the sendmail.cf and configured a relay to my
normal SMTP server.
I am running RedHat 9 and my internet provider has a SMTP mail server with
user and password authentication.
Regards,
Han
-------------- next part
2004 Dec 07
0
cf gsm adaptors
I know I'm going to get creamed asking this question in here but I'm
really starting to feel that Palmone and Treo 650 (or it's successors)
just isn't keeping up with my requirements (bluetooth, wifi, document
sync etc) for a mobile device
I'm starting to think about moving to a mini laptop or ppc solution with
an CF GSM card.
Does anyone in here have any experience or
2006 Jan 23
0
Firewall/Embeded System/CF/etc
Manny,
You really need to try Astlinux. See www.astlinux.org. It does pretty
much what you desire.
Also see my recent article about Aslinux embedded on a Soekris Net4801
(http://www.tomsnetworking.com/Sections-article153.php)
Michael Graves
Sr Product Specialist
Pixel Power Inc
mgraves@pixelpower.com
o(713) 861-4005
o(800) 905-6412
f(713) 864-8668
c(713) 201-1262
> -------- Original
2015 Dec 22
0
[ANNOUNCE] xorg-cf-files 1.0.6
This package contains the configuration files, platform data, & Makefile
templates for the old Imake build tool.
Today is the 10th anniversary of X.Org moving off this tool for our own
builds. While we continue to accept patches and publish updates for the
benefit of other packages which still use Imake to build, we have not been
actively maintaining, testing, or adding new OS or platform