RE: [SLUG] Changing media

From: wchast@utilpart.com
Date: Fri Mar 05 2004 - 19:50:51 EST


Eben King wrote:
> On Fri, 5 Mar 2004, Joe Brandt wrote:
>
>> On Fri, 2004-03-05 at 21:06, wchast@utilpart.com wrote:
>>> I have a floppy disk based system that I would like to put on
>>> either a small hard drive or CF card.
>>>
>>> It is a combination firewall and router. Is there a way to moving
>>> this bootable floppy image to either a HD or CF card so I can
>>> have the larger space and yet conserve all of the stuff on the
>>> floppy in the same layout.
>>>
>>> My second reason is to get something that will boot faster than the
>>> floppy.
>>>
>>> If anyone is interested I can send you the image that I have.
>>>
>>> It uses busybox for the commands and I think the kernel is 2.0
>>> or 2.2.
>>
>> My swag (silly wild a--ed guess) would be dd if=/dev/fd0 of=/boot
>
> That would make a 1.44MB filesystem on the CF card/HD. Also, floppies
> don't (usually?) have partitions; CF cards/HDs usually do. My best
> guess is
>
> { cd /mnt/floppy && tar cf - . ; } | { cd /mnt/hda1 && tar xvpsf - ; }
> lilo -r /mnt/hda1 -b /dev/hda
>
> Adjust as needed. You'll probably need an IDE CF reader, unless your
> motherboard can boot from USB. Also, arrange to put the router's /
> on a RAMdisk and mount the CF ro. http://ide-cf.info-for.us/mtbf.html

Do you want me to send you the image file so you can take a look
at it?

*****************************************************************
This e-mail and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom it is
addressed. If you have received this transmission in error, please notify
the sender immediately and destroy any hard copies you may have printed and
remove all copies of the e-mail from your hard drive. Opinions, conclusions
and other information in this message that do not relate to the official
business of Utility Partners, Inc shall be understood as neither given nor
endorsed by it.

Visit us on the web at http://www.utilpart.com
*****************************************************************

-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:04:18 EDT