LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 04-09-2005, 02:20 AM   #1
thebored
LQ Newbie
 
Registered: Mar 2005
Posts: 23

Rep: Reputation: 15
Hard drive imaging, and ftp


I'm going to try and install FreeBSD on this old 60mhz 24mb ram computer I just remembered I had. The problem is, there are some documents on it that I may need, and also it has Windows 3.1 which I'd kind of like to save, just in case I need to use the computer for desktop purposes again someday. It has a 500mb hd, and I wan't to make a disk image of it and upload it to my ftp server(or if there is another method that would be better I can do that) and then I'll wipe it and go through the install. The problem is, how do I make the hard drive image and save it directly to another computers hard drive since I can't save it locally first.
Any suggestion? Maybe do something clever with the FreeBSD live cd?

I would appreciate any help,
HK
 
Old 04-09-2005, 02:36 AM   #2
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
there are some disk cloning softwares here

http://ultimatebootcd.com/
 
Old 04-09-2005, 02:41 AM   #3
thebored
LQ Newbie
 
Registered: Mar 2005
Posts: 23

Original Poster
Rep: Reputation: 15
I give that a shot, but will it let me save it to another computer?
 
Old 04-09-2005, 03:03 AM   #4
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
hi there

it will allow u to cone ur partition to another hdd partiton
 
Old 04-09-2005, 03:13 AM   #5
thebored
LQ Newbie
 
Registered: Mar 2005
Posts: 23

Original Poster
Rep: Reputation: 15
But does it have to be a local partition? Because the entire 500mb is one partition and I want to back it up. Is there anyway I can mount the partition, over the network, on another computer and just copy all the files over? I'm not sure how I would go about doing that though.
 
Old 04-09-2005, 03:24 AM   #6
masand
LQ Guru
 
Registered: May 2003
Location: INDIA
Distribution: Ubuntu, Solaris,CentOS
Posts: 5,522

Rep: Reputation: 69
what it will allow is that u boot with the CD

then allow u to amke an image ands save to another partiton locally not on network i think

regards
 
Old 04-09-2005, 03:38 AM   #7
kencaz
Senior Member
 
Registered: Mar 2005
Location: Las Vegas, NV
Distribution: Mandriva Slackware FreeBSD
Posts: 1,468

Rep: Reputation: 48
Well, with imaging software like Norton Ghost, yes, you still need available space for the compressed file. I don't know of any software that would allow you to compress and xfr on the fly.

I would suggest if you have your Windows install disks just upload your data files to your ftp server and just re-partition the drive.

KC
 
Old 04-09-2005, 03:52 AM   #8
thebored
LQ Newbie
 
Registered: Mar 2005
Posts: 23

Original Poster
Rep: Reputation: 15
I suppose I can always just do some bit torrenting to get windows, but I guess I could boot using the live cd and use the ftp command to send the files to my server?
 
Old 01-18-2006, 05:31 AM   #9
bjuhn
LQ Newbie
 
Registered: Jan 2005
Distribution: gentoo, slackware, fedora core 4
Posts: 16

Rep: Reputation: 0
i'd wanted to do the same thing, i eventually came across http://www.feyrer.de/g4u/

just posting in case anyone else come across this thread in search of an answer
 
Old 01-18-2006, 11:53 AM   #10
halo14
Senior Member
 
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Debian | CentOS | Arch
Posts: 1,103

Rep: Reputation: 45
Quote:
Originally Posted by kencaz
Well, with imaging software like Norton Ghost, yes, you still need available space for the compressed file. I don't know of any software that would allow you to compress and xfr on the fly.

I would suggest if you have your Windows install disks just upload your data files to your ftp server and just re-partition the drive.

KC
not true at all..well, maybe for the home version of ghost.. i dunno.. never used it... i use symantec ghost corporate at work, and the application is installed on the server, set the server up to accept a dump image, use a ghost boot disk to boot the computer(with network drivers) you want to image, and attach to the session... tell it to send, and viola... the image is on the server... same thing for dropping the image back onto a machine..


ANYWAYS....

I'm curious as to what docs would be on a windows 3.1 that you would still need?? and the chances that you will ever have a desktop use for a 60Mhz machine again?? regardless... one thing you could probably do is boot with knoppix and if there is a network share you can mount, you maybe able to do it with dd..

i.e. -
*assuming the old box has a network connection and cdrom

boot the old box with knoppix... mount a network share to /mnt/storage (windows or nfs, doesn't matter)...
Code:
dd if=/dev/hda of=/mnt/storage/win-31-backup.img
should work..
 
Old 01-18-2006, 10:30 PM   #11
megahard
LQ Newbie
 
Registered: Jan 2006
Distribution: Slackware 9.0, Kurumin 3.0, Knoppix, Debian unstable, Puppy, MoviX2
Posts: 11

Rep: Reputation: 0
Lightbulb

Quote:
Originally Posted by bjuhn
just posting in case anyone else come across this thread in search of an answer
Upper applies for following too.

Some experience of mine under even much more restricted circumstances:
Laptop 20Mhz, 4MB RAM, 128MB HDD, no CD, no Network, Win3.1.
Tried to find any HDD-imaging app to save HDD to floppies.
PartImage is a no-go with floppies.
SavePartition would work, but size of chunks has to be stated in
MB unfortunately, so practically it would write only 1MB per floppy,
terrible waste.
Tried several versions of Ghost, only one of them would finally
work.(Don't remember now which, but if there's demand for this
I might check, don't hesitate to ask).
Only way to get it going was with Image-All switch.
Tried with high compression, it filled 20 floppies an then
gloriously died.
Image-All(sector-to-sector) switch and compression-rate might depend on available RAM and CPU, I guess.
Switching to fast compression would finally do the job.
Floppies used were overformated with 2M30 to a net of 1748KB (Overformat capability may depend on the specific drive and should
be thoroughly tested to be reliable).
The fully crammed 128MB HDD resulted in a 91MB image distributed
over 68 floppies.
Take this as a last resort, not highly recommendable, but sure feasable...

P.S. Anyone curious what I then installed (floppie-chunks again)
on this oldie?
Zipslack 9.0 (Kernel lowmem.i first, custom ~500KB later)
running flawlessly, but sloooooow.....
 
Old 01-27-2006, 06:11 AM   #12
Dan Angelescu
RoFreeSBIE
 
Registered: Oct 2001
Posts: 81

Rep: Reputation: 15
Clone

I don't think you can use a FreeBSD Live CD because you don't have enough ram.Try Frenzy CD for that.As I know it is possible to boot with that ram.
1)
You can do this by starting computer with a small linux which lets-you to mount a smbfolder on a windows machine and wich content dd ,cp and gzip to compress on the fly the partiton.Normaly you must have an supported network card.
2)
Another method is using a small linux to boot and run dolly cloning utility.The same problem you must have an supported network card and configured of course.
3)
An Linux or FreeBSD hardrive in the computer and save the partion on that after you boot from that drive.
4) Same as above but using dolly cloning utility .

All the Best !
 
Old 04-03-2006, 04:25 AM   #13
danielanson
Member
 
Registered: May 2005
Location: San Antonio, TX
Distribution: OpenBSD 3.7
Posts: 76

Rep: Reputation: 15
do a dd to the network.

-=SuperChicken=-
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hard Disk Imaging software neouto General 6 09-07-2005 07:01 PM
ftp server - hard drive format rndilger Linux - Networking 1 02-13-2005 01:27 PM
Hard drive Imaging software? sohmc Linux - Software 4 05-24-2004 01:16 PM
Drive imaging witeshark General 1 01-28-2004 12:00 AM
Imaging a hard drive...is it possible nbukis Linux - General 6 04-10-2003 08:19 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 04:19 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration