Re: Moving Wheezy to New Drive, et al

2014-02-15 Thread Patrick Bartek
ase. > > > > 1. Partition and format new 500GB SATA III drive. No LVM, RAID or > > GPT. [Note i] > > > > 2. Is 'rsync -axH > destination partition>' sufficient to copy ALL files with > > permissions, etc? > > > > 3. Move the old g

Re: Moving Wheezy to New Drive, et al

2014-02-14 Thread André Nunes Batista
t; 2. Is 'rsync -axH partition>' sufficient to copy ALL files with permissions, etc? > > 3. Move the old grub.cfg out of the new /boot/grub/. > > 4. Ditto for old device.map.[Note ii] > > 5. Shutdown, remove old drive, reboot with LiveCD. > > 6. Chroot to new

Moving Wheezy to New Drive, et al

2014-02-10 Thread Patrick Bartek
/grub/. 4. Ditto for old device.map.[Note ii] 5. Shutdown, remove old drive, reboot with LiveCD. 6. Chroot to new drive / partition: chroot 7. Create new grub.cfg: 'grub-mkconfig -o /boot/grub/grub.cfg' 8. Install grub on new drive's MBR: 'grub-install ' 9. Shutd

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-19 Thread Doug
On 08/19/2011 06:39 AM, Scott Ferguson wrote: On 19/08/11 19:34, Lisi wrote: On Friday 19 August 2011 01:38:58 Scott Ferguson wrote: For me the biggest problem is CD labels - my writing makes the reading even harder. Now if someone created a simple system that announced the title of any cd plac

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-19 Thread Lisi
On Friday 19 August 2011 11:34:01 Scott Ferguson wrote: > > Vinux is virtually useless [snip]  In fact, I > > agree with you that it is unusable. > > I was over-dramatising - it has some uses:- > ;drink coaster > ;memory aid for recalling slavic words that end in hard consonants. > ;decongestant (i

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-19 Thread Scott Ferguson
On 19/08/11 19:34, Lisi wrote: > On Friday 19 August 2011 01:38:58 Scott Ferguson wrote: >> For me the biggest problem is CD labels - my writing makes the reading >> even harder. Now if someone created a simple system that announced the >> title of any cd placed in the drive based on information bu

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-19 Thread Scott Ferguson
On 19/08/11 19:33, Lisi wrote: > On Friday 19 August 2011 01:38:58 Scott Ferguson wrote: >> But most of the recommendations I get are from sighted people ie. >> Vinux is "supposed" to be good > > You will have noticed that I didn't mention it! I did, the significance escaped me. Now I know better

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-19 Thread Lisi
On Friday 19 August 2011 01:38:58 Scott Ferguson wrote: > For me the biggest problem is CD labels - my writing makes the reading > even harder. Now if someone created a simple system that announced the > title of any cd placed in the drive based on information burned to the > CD Can you read B

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-19 Thread Lisi
On Friday 19 August 2011 01:38:58 Scott Ferguson wrote: > But most of the recommendations I get are from > sighted people ie. Vinux is "supposed" to be good You will have noticed that I didn't mention it! (The Adriane version of Knoppix is, of course, good because Adriane Knopper helped to desi

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-18 Thread Scott Ferguson
On 19/08/11 14:29, Karl O. Pinc wrote: > On 08/18/2011 07:38:58 PM, Scott Ferguson wrote: > >> For me the biggest problem is CD labels - my writing makes the >> reading >> even harder. Now if someone created a simple system that announced >> the >> title of any cd placed in the drive based on in

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-18 Thread Karl O. Pinc
On 08/18/2011 07:38:58 PM, Scott Ferguson wrote: > For me the biggest problem is CD labels - my writing makes the > reading > even harder. Now if someone created a simple system that announced > the > title of any cd placed in the drive based on information burned to > the > CD See http://

Re: Transplanting old System to New Drive (now Linux for vision impaired)

2011-08-18 Thread Scott Ferguson
On 19/08/11 06:39, Lisi wrote: > On Thursday 18 August 2011 03:55:30 Scott Ferguson wrote: >> As Martin isn't going to >> use a Live CD approach - it's a moot point. (though Knoppix Adriane will >> probably do the job, and includes parted) > > I understood (possibly erroneously) that Martin's prob

Re: Transplanting old System to New Drive

2011-08-18 Thread Lisi
On Thursday 18 August 2011 03:55:30 Scott Ferguson wrote: > As Martin isn't going to > use a Live CD approach - it's a moot point. (though Knoppix Adriane will > probably do the job, and includes parted) I understood (possibly erroneously) that Martin's problem wasn't that he doesn't know about a

Re: Partition not mounted. Was Transplanting old System to New Drive

2011-08-18 Thread Martin McCormick
Arno Schuring writes: > There might be. Try umount -f > > The information about current mounts is recorded in /etc/mtab > (basically an old relic, but sadly still not put down). The real > (kernel) information about mounts is in /proc/mounts. When copying root > filesystems or working on a read-on

Re: Transplanting old System to New Drive

2011-08-17 Thread Nico Kadel-Garcia
On Wed, Aug 17, 2011 at 10:55 PM, Scott Ferguson wrote: > On 17/08/11 12:15, Nico Kadel-Garcia wrote: >> and you need to use the "-x" setting to avoid descending to other >> partitions. > > What do you mean?? > > That sounds very bad - how come I've never noticed this happening? You probably don

Re: Transplanting old System to New Drive

2011-08-17 Thread Scott Ferguson
On 17/08/11 12:15, Nico Kadel-Garcia wrote: > On Sun, Aug 14, 2011 at 11:28 PM, Scott Ferguson > wrote: > >> 4. use rsync to copy the files. eg.:- # rsync -azr /media/source0/ >> /media/dest0 [rinse and repeat until all partitions copied] > > Rsync does not replicate SELinux settings. -X, --xat

Re: Partition not mounted. Was Transplanting old System to New Drive

2011-08-17 Thread Arno Schuring
Martin McCormick (mar...@x.it.okstate.edu on 2011-08-16 06:30 -0500): > > Is there a way to convince fdisk that hdb1 is not > mounted? There might be. Try umount -f The information about current mounts is recorded in /etc/mtab (basically an old relic, but sadly still not put down). The real

Re: Transplanting old System to New Drive

2011-08-16 Thread Nico Kadel-Garcia
remendously faster, especially if you old disk had swap partitions, funky partition layouts, or was only sparsely occupied, it can be used again after partial replication, and it's vastly superior for backing up live file systems than disk based operations like 'dd' and 'dump&

Re: Partition not mounted. Was Transplanting old System to New Drive

2011-08-16 Thread Martin McCormick
you write: > Have you tried with "gparted" or "cfdisk"? The first it's a GUI based > tool which usually manages very well these situations and the latter is a > more convenient tool (text based) when it comes to manage partitions from > command line. I haven't tried cfdisk yet so I will give it a

Re: Partition not mounted. Was Transplanting old System to New Drive

2011-08-16 Thread Camaleón
On Tue, 16 Aug 2011 10:21:05 -0500, Martin McCormick wrote: > You write: >> I'm not sure in what stage of the migration are you right now (I did >> not follow the full thread), but have you tried to boot from a LiveCD >> and work from there? > > I have been avoiding that. I don't know if th

Re: Partition not mounted. Was Transplanting old System to New Drive

2011-08-16 Thread Martin McCormick
You write: > I'm not sure in what stage of the migration are you right now (I did not > follow the full thread), but have you tried to boot from a LiveCD and > work from there? I have been avoiding that. I don't know if this is peculiar to Dell mother boards, but every so often, my CMOS bo

Re: Partition not mounted. Was Transplanting old System to New Drive

2011-08-16 Thread Camaleón
han the old from where you are copying the data, you can adjust some options when restoring the cloned image to avoid missing hard disk space. > The new drive is about half again as big as the old drive and research > plus several previous answers from this list has lead me to try the >

Partition not mounted. Was Transplanting old System to New Drive

2011-08-16 Thread Martin McCormick
After using dd if=/dev/hda of=/dev/hdb bs=10M, I got a copy of a boot drive's image on what will eventually be the new boot drive. The new drive is about half again as big as the old drive and research plus several previous answers from this list has lead me to try the following strategy:

Re: Transplanting old System to New Drive

2011-08-15 Thread Ivan Shmakov
> Rob Owens writes: > On Mon, Aug 15, 2011 at 06:12:24PM +0700, Ivan Shmakov wrote: > Martin McCormick writes: > Ivan Shmakov writes: It's possible to dd(1) just the filesystem (partition) instead of the whole disk. Moreover, the filesystem can be downsized pri

Re: Transplanting old System to New Drive

2011-08-15 Thread Rob Owens
a little too old to handle a large > drive. > > If I use dd to copy the 10-gig drive over to the new > drive as in: > > dd if=/dev/hda of=/dev/hdb bs=20M > > it works when I remove the old screamer drive, change the jumper > on the new drive to Master and boot

Re: Transplanting old System to New Drive

2011-08-15 Thread Rob Owens
On Mon, Aug 15, 2011 at 06:12:24PM +0700, Ivan Shmakov wrote: > > Martin McCormick writes: > > Ivan Shmakov writes: > > >> It's possible to dd(1) just the filesystem (partition) instead of > >> the whole disk. > > >> Moreover, the filesystem can be downsized prior to that with > >> r

Re: Transplanting old System to New Drive

2011-08-15 Thread Arno Schuring
disks, because of their limited erase cycles. You're probably better off creating a new partition table. Then again, the jury's still out on whether drive longevity is a real issue. > > If I use dd to copy the 10-gig drive over to the new > drive as in: > > dd if=/d

Re: Transplanting old System to New Drive

2011-08-15 Thread Martin McCormick
Ivan Shmakov writes: > resize2fs(8) after dd(1) on the destination partition ? it'll > make the additional space available to the filesystem. That may be the easiest approach to not get wrong if that is the case. The old drive is the master boot drive on /dev/h

Re: Transplanting old System to New Drive

2011-08-15 Thread Ivan Shmakov
> Martin McCormick writes: > Ivan Shmakov writes: >> It's possible to dd(1) just the filesystem (partition) instead of >> the whole disk. >> Moreover, the filesystem can be downsized prior to that with >> resize2fs(8), thus the destination partition may be smaller than the >> source

Re: Transplanting old System to New Drive

2011-08-15 Thread Martin McCormick
Ivan Shmakov writes: > It's possible to dd(1) just the filesystem (partition) instead > of the whole disk. > > Moreover, the filesystem can be downsized prior to that with > resize2fs(8), thus the destination partition may be smaller than > the source one.

Re: Transplanting old System to New Drive

2011-08-15 Thread Martin McCormick
Scott Ferguson writes: > That's part of the problem... of course all the UUIDs in fstab and > grub.cfg > will refer to your old drive... ;-p > Probably *not* the recommended way to do it, but... Of course! I will not quote any more, here, but that sounds like a plan. Many thanks.

Re: Transplanting old System to New Drive

2011-08-15 Thread Jörg-Volker Peetz
With the rsync command you should use an exclude-file (see --exclude option) containing a list of directories and files not to be transferred like ./lost+found** ./run** ./dev/** ./sys/** ./tmp/** etc (see rsync manual). After transferring the files you may have to adapt files like /etc/fstab and

Re: Transplanting old System to New Drive

2011-08-14 Thread Ivan Shmakov
>>>>> Martin McCormick writes: […] > If I use dd to copy the 10-gig drive over to the new drive as in: > dd if=/dev/hda of=/dev/hdb bs=20M > it works when I remove the old screamer drive, change the jumper on > the new drive to Master and boot but this

Re: Transplanting old System to New Drive [addendum]

2011-08-14 Thread Scott Ferguson
little too old to handle a large drive. Sorry - addendum to my previous post... You'll need to run mkswap on the new drive while still mounted under the Live CD. Though it will still run anyway.. Cheers -- “We gotta come to some new ideas about life folks ok? I'm not being blase abou

Re: Transplanting old System to New Drive

2011-08-14 Thread Scott Ferguson
. If I use dd to copy the 10-gig drive over to the new drive as in: dd if=/dev/hda of=/dev/hdb bs=20M it works when I remove the old screamer drive, change the jumper on the new drive to Master and boot but this is not very efficient as it wastes almost 6 gigs of drive. What I

Transplanting old System to New Drive

2011-08-14 Thread Martin McCormick
drive over to the new drive as in: dd if=/dev/hda of=/dev/hdb bs=20M it works when I remove the old screamer drive, change the jumper on the new drive to Master and boot but this is not very efficient as it wastes almost 6 gigs of drive. What I tried to do was to format /dev/hdb with hdb1

Re: (solved) Re: new drive = new install?

2007-08-29 Thread Masatran, R. Deepak
* David A. <[EMAIL PROTECTED]> 2007-08-29 > > > What is common practice when migrating a system from one drive to > > > another. Should I reinstall from scratch or partition the new drive > > > and "copy everything" from the old one? > > > &g

(solved) Re: new drive = new install?

2007-08-29 Thread David A.
> > What is common practice when migrating a system from one drive to > > another. Should I reinstall from scratch or partition the new drive > > and "copy everything" from the old one? > > Reinstallation is not necessary. There are plenty of HOWTOs available,

Re: new drive = new install?

2007-08-24 Thread Jochen Schulz
David A.: > > What is common practice when migrating a system from one drive to > another. Should I reinstall from scratch or partition the new drive > and "copy everything" from the old one? Reinstallation is not necessary. There are plenty of HOWTOs available, one being

new drive = new install?

2007-08-24 Thread David A.
Hi, I've bought a samsung solid state drive, 8gb, to replace my HD in my "silent home server". What is common practice when migrating a system from one drive to another. Should I reinstall from scratch or partition the new drive and "copy everything" from the old on

Re: New drive, problems with old drive

2004-12-30 Thread Ron Johnson
point it was getting > memory errors on boot. We installed a new drive in, and put the old drive > as master. > > Installed Debian on the new drive, no problems, and during the > partitioning process, it showed both drives (though I didn't partition the > old drive, b

New drive, problems with old drive

2004-12-30 Thread Scott Mohnkern
Critical info: Debian with 2.22 Kernel I386 infrastructure 2 120 GB hard drives We were having problems with the old drive, to the point it was getting memory errors on boot. We installed a new drive in, and put the old drive as master. Installed Debian on the new drive, no problems, and

Re: moving root (/) to new drive...

2003-06-01 Thread Vineet Kumar
* Jeff Hahn ([EMAIL PROTECTED]) [030531 05:42]: > I'm clearly missing a step here, any help would be appreciated... > > copy drive to new partition, edit /etc/fstab. > > Once I copy drive contents to a new partition, I am unable to get a clean > boot using the new partition as root even when boot

Re: moving root (/) to new drive...

2003-05-31 Thread Thomas Elsen
Jeff Hahn wrote: I'm clearly missing a step here, any help would be appreciated... copy drive to new partition, edit /etc/fstab. Once I copy drive contents to a new partition, I am unable to get a clean boot using the new partition as root even when booting from the install cd in rescue mode. Ap

moving root (/) to new drive...

2003-05-31 Thread Jeff Hahn
I'm clearly missing a step here, any help would be appreciated... copy drive to new partition, edit /etc/fstab. Once I copy drive contents to a new partition, I am unable to get a clean boot using the new partition as root even when booting from the install cd in rescue mode. Apparently there is

X won't start after cp to new drive

2002-06-08 Thread Lance Hoffmeyer
I installed a new harddrive and copied all directories via cp -a home usr etc ... Now X won't start as a user. X WILL start as root. I checked the Xwrapper and it has the allowed-users=console line in it. I can rescue root=/dev/hdb1 to the old drive and start X fine as a user. The permissions

Re: Copying Linux to a new drive

2001-07-31 Thread Alvin Oga
hi ya... am assuming that /dev/md0 is mounted as / and /dev/md1 is mounted as /mnt/raid/xxx and /dev/md2 is mounted as /mnt/raid/something and while copying, dont bother to copy /tmp either... - and you need to run lilo to put an mbr onto the cloned disks lilo -C /etc/lilo.Clone.conf

Re: Copying Linux to a new drive

2001-07-31 Thread George Karaolides
On Tue, 31 Jul 2001, Willi Dyck wrote: > I would like to know if tar handels the device files right! It looks like it. I am making a root-raid system. I have created my raid arrays, formatted and mounted them under /mnt/raid in the same hierarchy as they will be mounted once the system is comp

Re: Copying Linux to a new drive

2001-07-31 Thread Willi Dyck
On Tue, Jul 31, 2001 at 02:24:27PM +0300, George Karaolides wrote: > On Mon, 30 Jul 2001, Willi Dyck wrote: > > $ find . -xdev -print0 | cpio -pvdn0 /dev/[destination] > > This is a question I've been curious about for some time. Why not just do > a tar? tar copies links by default (no

Re: Copying Linux to a new drive

2001-07-31 Thread George Karaolides
On Mon, 30 Jul 2001, Willi Dyck wrote: > $ find . -print0 | cpio -pvdn0 /dev/[destination] > > This should copy everything to the defined destination. Even > other mountpoints. If you only want to copy the mountpoint your are in, > try this: > > $ find . -xdev -pr

Re: Copying Linux to a new drive

2001-07-30 Thread Willi Dyck
On Sun, Jul 29, 2001 at 05:47:03PM -0700, Santiago del Roi wrote: > How does one copy a complete Linux install from one hard drive to another? > I've tried using the cp command with various parameters, but to no avail. > There seems to be lots of special files and directories (/proc for > example)

Re: Copying Linux to a new drive

2001-07-29 Thread Calvin Chong
Title: Re: Copying Linux to a new drive How does one copy a complete Linux install from one hard drive to another?  I've tried using the cp command with various parameters, but to no avail.  There seems to be lots of special files and directories (/proc for example) that cp can't ha

Re: Copying Linux to a new drive

2001-07-29 Thread Mark Wagnon
On 07/29/01 17:47:03 -0700, Santiago del Roi wrote: > How does one copy a complete Linux install from one hard drive to > another? I've tried using the cp command with various parameters, > but to no avail. There seems to be lots of special files and > directories (/proc for example) that cp can'

Copying Linux to a new drive

2001-07-29 Thread Santiago del Roi
How does one copy a complete Linux install from one hard drive to another?  I've tried using the cp command with various parameters, but to no avail.  There seems to be lots of special files and directories (/proc for example) that cp can't handle.  Any suggestions?     ~

Re: hdparm ATA66 on new drive+new system

2000-11-29 Thread Philipp Schulte
On Wed, Nov 29, 2000 at 11:01:31AM -0500, mikpolniak wrote: > Last week after i installed potato on a new system i ran > hdparm to test the new ibm ata66 drive and it showed reads of > 32mb/sec. Since then the only changes i've made have been > apt-get installs which have increased my dis

Re: hdparm ATA66 on new drive+new system

2000-11-29 Thread Nate Amsden
mikpolniak wrote: > > Last week after i installed potato on a new system i ran > hdparm to test the new ibm ata66 drive and it showed reads of > 32mb/sec. Since then the only changes i've made have been > apt-get installs which have increased my disk usage to 895mb. > Now hdparm c

hdparm ATA66 on new drive+new system

2000-11-29 Thread mikpolniak
Last week after i installed potato on a new system i ran hdparm to test the new ibm ata66 drive and it showed reads of 32mb/sec. Since then the only changes i've made have been apt-get installs which have increased my disk usage to 895mb. Now hdparm consistently tests reads at aro

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-19 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... > Hi, > > On Wed, 19 Jan, 2000 ? 10:17:54AM +1100, Peter Ross wrote: > > well. AFAIK the only directories that need to be on the / partition are > > /bin, /sbin, and /etc. > > > Are you sure you don't need /lib and /dev ? You're right;

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-19 Thread Laurent PICOULEAU
Hi, On Wed, 19 Jan, 2000 à 10:17:54AM +1100, Peter Ross wrote: > well. AFAIK the only directories that need to be on the / partition are > /bin, /sbin, and /etc. > Are you sure you don't need /lib and /dev ? -- ( >- Laurent PICOULEAU -< ) /~\ [EMA

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-19 Thread Onno Ebbinge
Hmmm, does incremental backups sound good in this situation? Anyone? Regards, Onno At 07:44 PM 1/18/00 +, John Gay wrote: > > >I've got some good suggestions, and apparently raised a few questions as well. >Let me outline my reasons for asking and what I hope to do: > >I've got a CD-RW. I pl

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Peter Ross
On 18-Jan-2000, Ron Rademaker <[EMAIL PROTECTED]> wrote: > On Wed, 19 Jan 2000, Peter Ross wrote: > > > Currently I have two partitions. > > > > 1. / > > 2. /mnt/wally/hdc2 which contains my /usr/local and /home setup by using > >symlinks. > > > > The advantage for me, is that I can trash t

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread John Gay
another read of the FHS documents and a good think. aphro <[EMAIL PROTECTED]> on 18/01/2000 17:11:52 Sent by: aphro <[EMAIL PROTECTED]> To: Onno Ebbinge <[EMAIL PROTECTED]> cc: Ron Rademaker <[EMAIL PROTECTED]>, John Gay/IE/[EMAIL PROTECTED], debian-user@lists.

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread aphro
i do stuff along those lines as well ..i dont understand when i installed freebsd it reccomended a 20MB /var partition/slice even though i gave it 6.1GB of space. it doesnt make sense to have such small partitions even if there is nothing on them to me anyways. nate On Tue, 18 Jan 2000, Onno Ebbi

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Wouter Hanegraaff
On Tue, Jan 18, 2000 at 02:01:07PM +0100, Onno Ebbinge wrote: > Sometimes I don't understand the stratagies used in disk partitioning. Me neither, why are we making things so complicated and inflexible? My partition scheme is as follows: 1.5 GB / Rest/vol/0 /home is a link to /vol/0/_home.

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Ron Rademaker
On Wed, 19 Jan 2000, Peter Ross wrote: > Currently I have two partitions. > > 1. / > 2. /mnt/wally/hdc2 which contains my /usr/local and /home setup by using >symlinks. > > The advantage for me, is that I can trash the root partition any time I > want and still have all my important stuff.

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Peter Ross
Currently I have two partitions. 1. / 2. /mnt/wally/hdc2 which contains my /usr/local and /home setup by using symlinks. The advantage for me, is that I can trash the root partition any time I want and still have all my important stuff. Pete

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Onno Ebbinge
Sometimes I don't understand the stratagies used in disk partitioning. Please correct me if I'm wrong but I always thought that you split the partitions by long term usage: 1- 2 GB / 1- 2 GB /var 1- 4 GB /var/spool rest on /home Then I link /tmp

Re: New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread Ron Rademaker
> I recently got a new 13G hard drive. I've installed it as hdb, and moved my > CD-RW to hdc. At the moment I've got a 6G drive with 2G for WindowsNT, 100M > for > /, 1G for /home and 2G for /usr. I really need more room for both /home AND > /usr, but I also need more space for /var and /opt and

New drive ready to partition. Just what some recommendations and suggestions.

2000-01-18 Thread John Gay
I recently got a new 13G hard drive. I've installed it as hdb, and moved my CD-RW to hdc. At the moment I've got a 6G drive with 2G for WindowsNT, 100M for /, 1G for /home and 2G for /usr. I really need more room for both /home AND /usr, but I also need more space for /var and /opt and some other

Re: New drive

1999-07-02 Thread Colin R. R. Johnson
Stephan A Suerken wrote: > > Nils Rennebarth <[EMAIL PROTECTED]> writes: > > > You should not 'copy the partitions'. Don't know what ghost is, but I doubt > > it supports the ext2 filesystem. > > With GNU cp, copying whole partitions is ok via "cp -a", so tar > is not needed (if one can mount b

Re: New drive

1999-07-01 Thread Stephan A Suerken
Nils Rennebarth <[EMAIL PROTECTED]> writes: > You should not 'copy the partitions'. Don't know what ghost is, but I doubt > it supports the ext2 filesystem. With GNU cp, copying whole partitions is ok via "cp -a", so tar is not needed (if one can mount both partitions simultaneously). There i

Re: New drive

1999-07-01 Thread Didi Damian
"Ghost" is a drive imaging software. What it does, it copies your disk or partition byte for byte, formatting it on-the-fly. It works with ext2 filesystem, the only limitation is that, compared to the other filesystems, it won't resize the image, meaning that you can't take a partition created

Re: New drive

1999-06-30 Thread Nils Rennebarth
On Wed, Jun 30, 1999 at 12:51:50PM +0200, Rudy Broersma wrote: > At the moment I have a 810 MB harddisk in my Linux box. I'm going to replace > it with a 12 GB Bigfoot. Can I just 'copy' the partitions? (Using ghost). Or > do I need to reinstall Linux (hate that. When I reinstall something I always

New drive

1999-06-30 Thread Rudy Broersma
Hi, At the moment I have a 810 MB harddisk in my Linux box. I'm going to replace it with a 12 GB Bigfoot. Can I just 'copy' the partitions? (Using ghost). Or do I need to reinstall Linux (hate that. When I reinstall something I always think of Windows) Bye, Rudy

Re: x-fer /home to new drive?!

1998-05-05 Thread Bruce Jackson
Ian Keith Setford wrote: > > Yo- > > I have had my sytem running on a WD 2.1G for over a year but I just bought > a Mylex SCSI card and a WD Enterprise drive. I have everything working > fine but now I want to mount /home on its own partition on the new faster > drive. What is the best way to a

Re: x-fer /home to new drive?!

1998-05-05 Thread Bill Leach
This should be relatively easy... Partition the drive with fdisk (cfdisk or whatever) under linux. 'fdisk /dev/sda' probably You might want to think about putting a swap partition on this new drive also. It _should_ be a noticable improvement if you swap much. You probably do not

Re: x-fer /home to new drive?!

1998-05-05 Thread Noah L. Meyerhans
on on the new faster > drive. What is the best way to accomplish this? Is it even advisable? > Sure, this is easy. Create the partition on the new drive where you want /home to live and create the ext2 filesystem on that partition. Then mount this partition on /mnt or something and copy y

x-fer /home to new drive?!

1998-05-05 Thread Ian Keith Setford
Yo- I have had my sytem running on a WD 2.1G for over a year but I just bought a Mylex SCSI card and a WD Enterprise drive. I have everything working fine but now I want to mount /home on its own partition on the new faster drive. What is the best way to accomplish this? Is it even advisable?

Re: New drive--->lilo warning

1998-04-17 Thread Mark Phillips
> Re-arrange your drives like this and let me know if it fixes the situation: > > HDA - ok > HDC - Set as HDB > HDB - Set as HDC (Linux does not care where additional partitions are) I did almost this, except instead of swapping hdb and hdc, I simply detached hdb temporarily. Low and behold it

Re: New drive--->lilo warning

1998-04-16 Thread tko
Mark Phillips writes: [snip] > > Why have two "DOS" bootable drives? In my experience, "DOS" only likes to > > see > > one main bootable drive. [snip] One other item which I did not mention: The bootable "DOS" drive _must_ be the first one detectable by "DOS". > > This is the setup of my three

Re: New drive--->lilo warning

1998-04-16 Thread Marcus . Brinkmann
On Thu, Apr 16, 1998 at 11:01:34AM +0930, Mark Phillips wrote: > > > > I have just installed a third IDE hard drive (my board supports up > > > to 4). I have configured the BIOS. Now I want to use lilo to make it > > > possible to boot from it (it currently has DOS on it), but when I try, > > >

Re: New drive--->lilo warning

1998-04-16 Thread Mark Phillips
On Wed, 15 Apr 1998 [EMAIL PROTECTED] wrote: > Mark Phillips writes: > [snip] > > I tried booting anyway but it failed, complaining that it wasn't a system > > disk. However my Dad (whose disk it was before giving it to me) swears it > > was bootable. > > > > So what's wrong? On my father's com

Re: New drive--->lilo warning

1998-04-16 Thread tko
Mark Phillips writes: [snip] > I tried booting anyway but it failed, complaining that it wasn't a system > disk. However my Dad (whose disk it was before giving it to me) swears it > was bootable. > > So what's wrong? On my father's computer the disk was disk C: where as > now it is /dev/hdc (th

Re: New drive--->lilo warning

1998-04-16 Thread Mark Phillips
> > I have just installed a third IDE hard drive (my board supports up > > to 4). I have configured the BIOS. Now I want to use lilo to make it > > possible to boot from it (it currently has DOS on it), but when I try, > > it comes up with: > > > > # lilo > > Added linux * > > Added dos > > ide

Re: New drive--->lilo warning

1998-04-15 Thread tko
Mark Phillips writes: > > > Hi, > > I have just installed a third IDE hard drive (my board supports up to 4). > I have configured the BIOS. Now I want to use lilo to make it possible to > boot from it (it currently has DOS on it), but when I try, it comes up > with: > > # lilo > Added linux

New drive--->lilo warning

1998-04-15 Thread Mark Phillips
Hi, I have just installed a third IDE hard drive (my board supports up to 4). I have configured the BIOS. Now I want to use lilo to make it possible to boot from it (it currently has DOS on it), but when I try, it comes up with: # lilo Added linux * Added dos ide: probable bad entry for /dev/