LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 12-16-2005, 04:05 PM   #46
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31

Quote:
Originally Posted by microsoft/linux
how would you do that? I'm not overly familiar with tarring things, and I'm not at a linux machine until late tonight.
http://www.cpqlinux.com/tar.html will help you.
 
Old 12-16-2005, 04:13 PM   #47
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
Hee, Microlinux,

Tell me: 'Why do you want to back-up y're / anyway?'
Don't you have an XP-Install-CD?
Don't you have the drivers belonging to the laptop?

Or you donot have the Debian-installer?

Tell me, what is that interresting in your /, that you want to make a back-up from it?

Must be a very special version, very rare, or what?
 
Old 12-16-2005, 04:16 PM   #48
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
Ah, now I know!

You want to spend a lot of time to establish something, which can be done quicker!
Yes, that must be it, no?
 
Old 12-16-2005, 05:47 PM   #49
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
it just takes a long time to get all the setting back to the way they were. Also, if I've got a way to set my system back to the way it was, it saves a lot of bandwithdth later on. Just convenience really. I'll see if I can contact the IT guy at my old school, he helped me mirror a drive one time, so I may be able to do something similar here. Does anyone else know?
 
Old 12-16-2005, 05:58 PM   #50
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
Ah, its the bandwidth, that worries you?
You do not have ADSL or TL?

Well, that's fair enough.

The things you want are surely possible...

Only breakpoint is where to leave the data to back-up.

Some place back in this thread of yours, is spoken of the way to segment the back-up to more than one DVD or CD's, and putting all together, 'assemble' afterwards..

Do you posess a Burner?
Or can you borrough one?

Another possibility is to use a friends spare drive to put the data on, throw away the partitions, format, repartition, format the new partitions,and put the data back.

Last edited by Monkey 9; 12-16-2005 at 06:06 PM.
 
Old 12-16-2005, 06:46 PM   #51
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
How big would the tarred / be? I've got a spare drive laying around(20GB), so I should be able to tar it to that right? I've got DSL, it's just a hassle. Like I said before, this seems to be the route with the least reconfiguring. I'll go back and look for the disassemble/reassemble method, however, if there is a way to do it w/out disassembling it...that would preferable
 
Old 12-17-2005, 03:16 PM   #52
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
The hdd you are using now is 30GB.
Do you happen to know how much is actualy used on the drive you are using now?
It might be possible, to back-up your total install, windows and all, to the 20GB hdd.
But that is dependable on what is on the disk.
MP3 and movies do not pack much, at best 2 or 3%...
 
Old 12-17-2005, 04:25 PM   #53
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
Most of my drive is taken up by my windows install, and coresponding FAT32(windows/linux swap space). I've got 10 GB set up for a linux install(debian, and the other half was gonig to be used LFS. I only need to back up the debian install, then I'll reset the partitions, and copy the debian install back to the one 10GB partition.
 
Old 12-17-2005, 06:19 PM   #54
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
Well, than there won't be much of a problem, room enough!
I wish you luck.....
Let us know when y're done?
And how it went?
 
Old 12-17-2005, 10:04 PM   #55
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
judging from here
I'd need to run
Code:
dd if=/dev/hda3 of=/backup<an HD mounted across a network> bs=4096 conv=notrunc,noerror
to backup my root
and
Code:
dd if=/backup skip=1 of=/dev/hda3<being the new, larger, partition> seek=1 bs=4k conv=noerror
Is this right? Or did I mis-read the posted link?
 
Old 12-18-2005, 05:23 AM   #56
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
Did you check the mount?
Is your second hdd visible and accessable?
You can give it a try, but if you are unshure, you can ask awesome machine about this, he says he maintains the thread....
 
Old 12-18-2005, 02:52 PM   #57
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
I haven't tried it yet, I dont' wanna mess something up. I'd like to be sure that's what I need to do.
 
Old 01-13-2006, 03:36 PM   #58
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
wait, could I just mount the 20GB drive on NFS, and just do a
Code:
# cp -R / <NFS mount-point>
Would this work? It'd copy the directory structure to the other drive, allowing me to reformat everything, and then copy it back via knoppix, right?
 
Old 01-14-2006, 06:06 PM   #59
Monkey 9
Member
 
Registered: Nov 2005
Location: The Netherlands.
Distribution: Debian-Sarge (2.4) / openSuSE 11.0.42 (Linux 2.6.25.9-3-default)/Knoppix 3.9 (2.6) /DSL 4.0.1 (2.4)
Posts: 138

Rep: Reputation: 15
This could work, but I would first check the accessability by just copying something.
If that works, I would try your suggestion.
If everything is copied, I would verify.
After being assured, I would delete my other drive.
 
Old 01-14-2006, 09:28 PM   #60
microsoft/linux
Senior Member
 
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445

Original Poster
Blog Entries: 9

Rep: Reputation: 48
what do you mean by check accessability? like to the NFS drive? how would you verify? Like, how can you be sure that everything is on there?
 
  


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
Problem Resizing Linux Partition From Partition magic John_Emad SUSE / openSUSE 5 02-16-2005 12:42 PM
need help resizing an ext3 partition with an underlying partition... spiroth10 Linux - Software 1 07-30-2004 12:21 PM
? on resizing partition eroica Mandriva 0 05-11-2004 11:50 AM
Resizing a partition aikempshall Linux - Hardware 4 04-22-2004 03:06 AM
Resizing the / partition lacerto Linux - General 1 03-18-2004 12:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 07: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