Re: VirtualBox WinXP host, Linux Partition guest?

2012-08-16 Thread Camaleón
ost. When check on IFCONFIG, there is no eth0 > configured. >From the guest, run: dmesg | grep -i eth lspci | grep -i ether > To confirm if my ethernet card is ok, i booted up Linux from Linux > partition. It came up perfectly ok and I can ping my gateway and i can > see eth0 i

Re: VirtualBox WinXP host, Linux Partition guest?

2012-08-16 Thread Karl E. Jorgensen
u probably have a different MAC address inside virtualbox, the "new" one will be eth1 (or eth2 if you already had an eth1 etc). If you remove /etc/udev/rules.d/70-persistent-net.rules, it will be re-created on the next boot. > To confirm if my ethernet card is ok, i booted up Linux f

Re: VirtualBox WinXP host, Linux Partition guest?

2012-08-16 Thread ernest
pt local host. When check on IFCONFIG, there is no eth0 configured. To confirm if my ethernet card is ok, i booted up Linux from Linux partition. It came up perfectly ok and I can ping my gateway and i can see eth0 in IFCONIG. Did i missed anything or the networking would not work in

Re: Merge Extra free space into current linux partition

2009-10-26 Thread Carl Johnson
Dmitry Smirnov writes: > "partprobe" can be useful in order to reread partition table. In fact > it is always good to use thic command after partitioning. > > example: sudo partprobe /dev/sda > > D. > > >> On Fri, Oct 23, 2009 at 12:08:15AM -0700, Kushal Koolwal wrote: >> >> > Does anybody else k

Re: Merge Extra free space into current linux partition

2009-10-25 Thread Dmitry Smirnov
"partprobe" can be useful in order to reread partition table. In fact it is always good to use thic command after partitioning. example: sudo partprobe /dev/sda D. > On Fri, Oct 23, 2009 at 12:08:15AM -0700, Kushal Koolwal wrote: > > > Does anybody else know if > > there is a way to reread the

Re: Merge Extra free space into current linux partition

2009-10-25 Thread Stefan Monnier
>> Does anybody else know if there is a way to reread the partion table >> an a running system? There is, but it only works if that partition table is currently "unused" (i.e. none of its partitions are mounted). That's one of the reasons to use LVM where you can grow/shrink volumes easily withou

Re: Merge Extra free space into current linux partition

2009-10-25 Thread Osamu Aoki
On Fri, Oct 23, 2009 at 12:08:15AM -0700, Kushal Koolwal wrote: > > > Does anybody else know if > > there is a way to reread the partion table an a running system? > > >From the man resize2fs page: > >"The resize2fs program will resize ext2, ext3, or ext4 file systems. > It >ca

RE: Merge Extra free space into current linux partition

2009-10-23 Thread Kushal Koolwal
> Does anybody else know if > there is a way to reread the partion table an a running system? >From the man resize2fs page: "The resize2fs program will resize ext2, ext3, or ext4 file systems. It can be used to enlarge or shrink an unmounted file system located on device

Re: Merge Extra free space into current linux partition

2009-10-22 Thread Carl Johnson
Thierry Chatelet writes: > On Friday 23 October 2009 04:20:23 Kevin Ross wrote: >> > From: Kushal Koolwal [mailto:kushalkool...@hotmail.com] >> > Sent: Thursday, October 22, 2009 5:32 PM >> > >> > >> > I am using Debian Lenny on x86 computer installed on my SATA >> > hard drive - /dev/sda5. >> >

Re: Merge Extra free space into current linux partition

2009-10-22 Thread Thierry Chatelet
On Friday 23 October 2009 04:20:23 Kevin Ross wrote: > > From: Kushal Koolwal [mailto:kushalkool...@hotmail.com] > > Sent: Thursday, October 22, 2009 5:32 PM > > > > > > I am using Debian Lenny on x86 computer installed on my SATA > > hard drive - /dev/sda5. > > > > # cfdisk /dev/sda > > **

RE: Merge Extra free space into current linux partition

2009-10-22 Thread Kevin Ross
> From: Kushal Koolwal [mailto:kushalkool...@hotmail.com] > Sent: Thursday, October 22, 2009 5:32 PM > > > I am using Debian Lenny on x86 computer installed on my SATA > hard drive - /dev/sda5. > > # cfdisk /dev/sda > ** > **

Merge Extra free space into current linux partition

2009-10-22 Thread Kushal Koolwal
I am using Debian Lenny on x86 computer installed on my SATA hard drive - /dev/sda5. # cfdisk /dev/sda ***     sda1    Boot    Primary   FAT16  [DOS    ]  2146.80     sda2    Pri

Re: Rescue Linux partition

2009-03-18 Thread Johannes Wiedersich
randall wrote: > Johannes Wiedersich wrote: > its one of the spare times i actually found the ubuntu live-desktop cd > useful since it provides firefox with google while doing the rescue Debian's live cd (gnome or kde) also feature iceweasel aka firefox [1], no /need/ to use ubuntu. Cheers, Johan

Re: Rescue Linux partition

2009-03-18 Thread randall
randall wrote: Johannes Wiedersich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mirco Piccin wrote: HI, Is there a bootable utility that can be installed on a CD and rescue or back up the data in the Linux ext2 partitions on my HDD and write them to a CD using the CD writer o

Re: Rescue Linux partition

2009-03-18 Thread randall
Johannes Wiedersich wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mirco Piccin wrote: HI, Is there a bootable utility that can be installed on a CD and rescue or back up the data in the Linux ext2 partitions on my HDD and write them to a CD using the CD writer on my system.

Re: Rescue Linux partition

2009-03-18 Thread Johannes Wiedersich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mirco Piccin wrote: > HI, > >> Is there a bootable utility that can be installed on a CD and rescue or back >> up the data in the Linux ext2 partitions on my HDD and write them to a CD >> using the CD writer on my system. > > I think that any Linux l

Re: Rescue Linux partition

2009-03-18 Thread Mirco Piccin
HI, > Is there a bootable utility that can be installed on a CD and rescue or back > up the data in the Linux ext2 partitions on my HDD and write them to a CD > using the CD writer on my system. I think that any Linux live cd (DSL - Damn Small Linux, or Knoppix, for example) it's good to do the j

Rescue Linux partition

2009-03-17 Thread Martin Willcocks
8 as it doesn't know there is a Linux partition and can't access it anyway. I also need a utility to determine why the floppy won't boot, even though it reads and writes once the system is booted to Windows. Any help appreciated! Regards Martin Willcocks Taylorsville, UT, U

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-20 Thread Steve Lamb
Wackojacko wrote: Is this a typo in the e-mail or the command? Was me fat fingering it. Sure enough, put the h in and it worked. Thanks much for a second application of the clue-by-four. ;) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contac

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-19 Thread Wackojacko
Steve Lamb wrote: Hrm, not sure, I'm getting the dreaded VERR_FILE_NOT_FOUND error. Will have to twiddle with this tomorrow night. C:\Program Files\Sun\xVM VirtualBox>VBoxManage.exe internalcommands createrawvmd k -filename test.vmdk -rawdisk \\.\PysicalDrive0

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-18 Thread Steve Lamb
b in the MBR of the physical disk it wouldn't work for me. I eventually used a grub floppy image mounted at boot time pointing to the menu.lst on the linux partition which works! Ha, cute! Will have to remember that. Thanks again. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-16 Thread Carl Fink
On Wed, Jul 16, 2008 at 12:27:53PM -0400, Steve C. Lamb wrote: > Nope. What I want to do is have my Windows host boot a Linux guest from a > *real* hard drive partition, not an image. The VirtualBox help gives a method > to do the reverse, IE, a Linux host booting a real Windows partition. >

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-16 Thread Wackojacko
nd. The command is the same except the device section is as follows (from user manual section 9.9) *On a Windows host, instead of the above device specification, use e.g. \\.\PhysicalDrive0.* May need full path to VBoxManage to work. The only problem I had was getting an mbr to boot the linux

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-16 Thread Steve C. Lamb
On Wed, Jul 16, 2008 at 12:08:30PM -0400, Mark Neidorff wrote: > Hi. I'm not quite sure what you want to do, but it sounds to me like you > want a windows host to boot a linux guest. Correct. > So, you need to download the correct windows binary, install it and then > create the linux guest

Re: VirtualBox WinXP host, Linux Partition guest?

2008-07-16 Thread Mark Neidorff
when I > want to boot Windows from my Linux partition (might try that tonight) but I > want to do the opposite. :( Hi. I'm not quite sure what you want to do, but it sounds to me like you want a windows host to boot a linux guest. So, you need to download the correct windows binary

VirtualBox WinXP host, Linux Partition guest?

2008-07-15 Thread Steve Lamb
Hello, Anyone know how to get VirtualBox to make a definition to book a Linux host from a partition? The instructions I have found thus far reference the partition as /dev/sda...blah.blah.blah That's great for when I want to boot Windows from my Linux partition (might try

Re: Linux partition question

2003-01-22 Thread Pigeon
On Wed, Jan 22, 2003 at 09:57:12AM -0600, Donald Spoon wrote: > debian parisc wrote: > >Hello, > > > >although I've been reading this list for a few months now I haven't > >actually installed in on a i386 pc (although I have installed it on a HP > >Unix server - well smooth). I'm now read to ins

Re: Linux partition question

2003-01-22 Thread Conrad Newton
>From debian parisc on Wednesday, 2003-01-22 at 14:51:35 +: > Hello, > > although I've been reading this list for a few months now I haven't > actually installed in on a i386 pc (although I have installed it on a HP > Unix server - well smooth). I'm now read to install on my home PC, to >

Re: Linux partition question

2003-01-22 Thread Tom Pfeifer
This could be an issue if your motherboard was more than say 4 or 5 years old (pre 1998 or so) and/or if you were running an older release of Windows or Linux. Win98 can boot from anywhere on that drive and so can Debian stable and testing as long as the motherboard BIOS contains the INT13 extensi

Re: Linux partition question

2003-01-22 Thread Jeffrey L. Taylor
Quoting debian parisc <[EMAIL PROTECTED]>: > Hello, > > although I've been reading this list for a few months now I haven't > actually installed in on a i386 pc (although I have installed it on a HP > Unix server - well smooth). I'm now read to install on my home PC, to > ensure that my wife d

Re: Linux partition question

2003-01-22 Thread Donald Spoon
debian parisc wrote: Hello, although I've been reading this list for a few months now I haven't actually installed in on a i386 pc (although I have installed it on a HP Unix server - well smooth). I'm now read to install on my home PC, to ensure that my wife doesn't divorce me I need to make

Re: Linux partition question

2003-01-22 Thread Gee Law
Hi, Debian (and don't see why other distros can't) can boot beyond the 8GB boundary. I have a 20GB NTFS partiton as my first, then the linux partitions come after that (/boot, /, /home, swap). My motherboard (Intel/Dell LX) doesn't support booting past 8GB/large hard drives IIRC. A Promise Ult

Linux partition question

2003-01-22 Thread debian parisc
Hello, although I've been reading this list for a few months now I haven't actually installed in on a i386 pc (although I have installed it on a HP Unix server - well smooth). I'm now read to install on my home PC, to ensure that my wife doesn't divorce me I need to make sure that I get it rig

Re: linux partition help

2002-04-20 Thread Andy Saxena
On Fri, Apr 19, 2002 at 02:43:14PM -0700, Sean 'Shaleh' Perry wrote: > > On 19-Apr-2002 Ilia Lobsanov wrote: > > I just did something stupid. I used partition magic to effectively move my > > linux partition a few sectors down. LILO doesn't work anymore, so I&#x

Re: linux partition help

2002-04-19 Thread Sean 'Shaleh' Perry
On 19-Apr-2002 Ilia Lobsanov wrote: > I just did something stupid. I used partition magic to effectively move my > linux partition a few sectors down. LILO doesn't work anymore, so I'm stuck > on windlowsXP. Is there any way to boot into the linux partition? > find an in

linux partition help

2002-04-19 Thread Ilia Lobsanov
I just did something stupid. I used partition magic to effectively move my linux partition a few sectors down. LILO doesn't work anymore, so I'm stuck on windlowsXP. Is there any way to boot into the linux partition? Following is a dump of my disk's partition in

Re: Lost linux partition

2001-03-02 Thread kmself
on Fri, Mar 02, 2001 at 12:12:11AM +0800, #KUNDAN KUMAR# ([EMAIL PROTECTED]) wrote: > I boot from boot floppy only, no lilo... and the boot floppy stratightaway > loads the kernel without any lilo prompt.. and then gets stuck at Kernel > Panic: No root file system. > I do have debian rescue di

Re: Lost linux partition

2001-03-01 Thread D-Man
On Fri, Mar 02, 2001 at 12:12:11AM +0800, #KUNDAN KUMAR# wrote: | I boot from boot floppy only, no lilo... and the boot floppy stratightaway | loads the kernel without any lilo prompt.. and then gets stuck at Kernel | Panic: No root file system. | I do have debian rescue disk under the c: and I

RE: Lost linux partition

2001-03-01 Thread #KUNDAN KUMAR#
meaning here I am afraid its lost for ever... does NAV back up the partition table before repairing? Kundan -Original Message- From: Jos Lemmerling [mailto:[EMAIL PROTECTED] Sent: Thursday, March 01, 2001 11:40 PM To: Debian-User (E-mail) Subject: Re: Lost linux partition On Thu, 1

Re: Lost linux partition

2001-03-01 Thread Jos Lemmerling
On Thu, 1 Mar 2001, #KUNDAN KUMAR# wrote: > dear all, > My system is (was) dual boot with debian on a partition of 5 Mb and windows > on the other 13 Mb. Everything was working fine till I ran the > norton-antivirus on a file. NAV reported that the boot partition has been > changed and this is a

Re: Lost linux partition

2001-03-01 Thread Tyler Braun
I think all you need to do is boot off a disk. I generally have a couple around, I make once once in awhile when compiling a new kernel. If you don't have a kernel on a disk, you can (I believe) download one. I think they're made as part of doing a disk install, and you could download the images in

Re: Lost linux partition

2001-03-01 Thread Jaye Inabnit ke6sls
Kundan, It ain't destroyed first off. Get your boot diskette out (you DID build a boot diskette right!). Boot on it, and rerun lilo. Should get you back on dualboot in seconds. If you don't have your boot diskette, fetch toms root boot ... I just checked my local archives, and for whatever

Lost linux partition

2001-03-01 Thread #KUNDAN KUMAR#
dear all, My system is (was) dual boot with debian on a partition of 5 Mb and windows on the other 13 Mb. Everything was working fine till I ran the norton-antivirus on a file. NAV reported that the boot partition has been changed and this is a virus like activity. I was just out of mind and asked

Re: need a lilo.conf which does not mess up existing linux / partition

2001-01-25 Thread James Sinnamon
low) for a modules.dep and other modules- related subdirectories. The correct entries are : image=/mnt/hdb1/vmlinuz root=/dev/hdb1 label=mandrake .../where the root partition of my existng Mandrake linux partition is mounted temporarilly on /mnt/hdb1/, prior to running lilio. When

need a lilo.conf which does not mess up existing linux / partition

2001-01-24 Thread James Sinnamon
Dear Debian users, WhenI ran lilo yesterday, it somehow change an existing (Mandrake) linux root partition and made it unworkable. For some reason modprobe went looking for /lib/modules/2.2.18pre2.1 instead of /lib/modules/2.2.17-21mdk/ so my Mandrake root partition became unworkable

Re: Known Windows 98 and Linux partition problems

1999-09-17 Thread John
Ill second that, a copy of the partition table has saved me on a number of occasions AS LONG as you have not formatted. Particularly with certain predatory operating systems :) "Richard E. Hawkins" wrote: > noah noted, > > As you can imagine, I quickly ran out of space on the Win98 partition, s

Re: Known Windows 98 and Linux partition problems

1999-09-15 Thread Richard E. Hawkins
noah noted, > As you can imagine, I quickly ran out of space on the Win98 partition, so, > using Linux's fdisk, I created a new FAT partition. Then I booted to > Win98 and formatted this new partition. Windows was fine with this. > However... > When I rebooted to Linux, all the logical partition

Re: Known Windows 98 and Linux partition problems

1999-09-14 Thread Noah L. Meyerhans
-BEGIN PGP SIGNED MESSAGE- On Tue, 14 Sep 1999, James Lamphere wrote: > Anyone have any imformation on known issues between a Windows 98 and > linux dual boot? I found reference to an article at slashdot.org called > "Windows 98 new partition behavior" but it has been removed from their

Known Windows 98 and Linux partition problems

1999-09-14 Thread James Lamphere
Greetings all, Anyone have any imformation on known issues between a Windows 98 and linux dual boot? I found reference to an article at slashdot.org called "Windows 98 new partition behavior" but it has been removed from their archives. If anyone knows of a known problem please let me know. Tha

Can I compress my Linux partition ?

1999-05-10 Thread Vieri Di Paola
I would like to know if it's possible to compress a Linux partition with a drivespace-like utility. Thanks.

Re: Space in Linux Partition

1999-05-06 Thread William Park
On Thu, May 06, 1999 at 02:17:50PM +0100, Paulo J Matos aka PDestroy wrote: > How do I check the space I have left on the partition? > > Regards, > Paulo Jorge Matos aka PDestroy > Minister of FortuneCity - Marina District > http://www.fortunecity.com > Personal Page : http://pdestroy.fortunecity.

Re: Space in Linux Partition

1999-05-06 Thread Wolfgang Fink
Paulo J Matos aka PDestroy wrote: > How do I check the space I have left on the partition? > > Regards, > Paulo Jorge Matos aka PDestroy > Minister of FortuneCity - Marina District > http://www.fortunecity.com > Personal Page : http://pdestroy.fortunecity.com > E-mail : [EMAIL PROTECTED] > Page me

Space in Linux Partition

1999-05-06 Thread Paulo J Matos aka PDestroy
How do I check the space I have left on the partition? Regards, Paulo Jorge Matos aka PDestroy Minister of FortuneCity - Marina District http://www.fortunecity.com Personal Page : http://pdestroy.fortunecity.com E-mail : [EMAIL PROTECTED] Page me at : http://wwp.mirabilis.com/361853#pager SBN Leve

RE: linux partition

1998-11-09 Thread William Kendrick
Hi Don, With 341mb to work with, you might want to go with a 24-32mb swap partition and leave the rest as one Linux partition. That way, you won't be wasting space in a partition that could've been smaller if you'd only known. It will also simplify installation. On your first run

linux partition

1998-11-09 Thread Don Humphry
I have a Pentium 75 using Win 98 with 2 hard drives. All of my files are on the C: drive. I have a D: drive with 341 mb capacity and no files. I am attempting to install debian linux on the D: drive using cfdisk, but cannot figure how to set up the linux partitions on it, namely the amount of sp

Re: freespace on linux partition

1998-10-10 Thread Tom Pfeifer
The df command will show that data for all mounted partitions. If you use df -T, it will also list the file system type for each partition. Tom [EMAIL PROTECTED] wrote: > > Any idea how to find out how much free space there is in megabytes on a > partition, and on the system as a whole? > frank

RE: freespace on linux partition

1998-10-05 Thread FRANCK . LEGALL
Hi I think the df -k command do it Franck >Any idea how to find out how much free space there is in megabytes on a partition, >and on the system as a whole? >frankie >[EMAIL PROTECTED] -- >Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: freespace on linux partition

1998-10-03 Thread servis
*- [EMAIL PROTECTED] wrote about "freespace on linux partition" | Any idea how to find out how much free space there is in megabytes on a partition, and on the system as a whole? | frankie | [EMAIL PROTECTED] df -m [|] see 'man df' ex. % df -m / Filesystem MB-bloc

freespace on linux partition

1998-10-03 Thread frankie
Any idea how to find out how much free space there is in megabytes on a partition, and on the system as a whole? frankie [EMAIL PROTECTED]

Re: giving dos/win3.1/win95 access to a linux partition

1998-07-06 Thread DAVID B. TEAGUE
On Mon, 6 Jul 1998, Micha Feigin wrote: > can i give my dos (win 3.1 right now) or win95 access to my linux > partition, at list for reading? > If so, how is it done? Micha There is an program called ext2tool that allows dos and (I think) Lose 3.1 read access to your ext2 file system

Re: giving dos/win3.1/win95 access to a linux partition

1998-07-06 Thread Frank Barknecht
Micha Feigin hat gesagt: // Micha Feigin wrote: > > can i give my dos (win 3.1 right now) or win95 access to my linux > partition, at list for reading? > If so, how is it done? > At least for Win95 there is a driver for the ext2 filesystem used by linux. Take a look at Pete

giving dos/win3.1/win95 access to a linux partition

1998-07-06 Thread Micha Feigin
can i give my dos (win 3.1 right now) or win95 access to my linux partition, at list for reading? If so, how is it done? _ DO YOU YAHOO!? Get your free @yahoo.com address at http://mail.yahoo.com -- Unsubscribe? mail -s unsubscribe

Re: how can i create linux partition?

1998-01-23 Thread Daniel Martin at cush
ll program will allow you to change a partition into a Linux partition (of course, you'll lose all the data on that partition, but you'd only do this to partitions you had newly created with partition magic.) When planning out your partitioning scheme and moving things around, remember to s

Re: how can i create linux partition?

1998-01-23 Thread robert havoc pennington
The install process formats the partition for Linux. You just need to create the partition or empty space for one beforehand - it can be a Win95 partition or whatever. The install program will ask which partition(s) you want to format for Linux, or even allow you to destructively repartition. Rem

how can i create linux partition?

1998-01-23 Thread Steve
Hello, I'm new -- & just recieved my dist. of debian and currently have win95. I have a program called partition magic -- but it doesn't allow me to create linux partitions -- why I do not know Anyhow Im looking for a way to take an existing partition and format it as linux -- without wiping

Re: Access Linux partition from W95?

1998-01-11 Thread Aria Prima Novianto
On Sun, Jan 11, 1998 at 11:05:48AM -0600, Gregory Guthrie wrote: > I konw that I can mount W95 partitions from Linux; what aobut the inverse? > > Occasionally I am in windows, and want to examine, print, etc.. > [So far, I only have MSOffice on Windows, not Linux! :-)] > FSDEXT2 : Second exten

Access Linux partition from W95?

1998-01-11 Thread Gregory Guthrie
I konw that I can mount W95 partitions from Linux; what aobut the inverse? Occasionally I am in windows, and want to examine, print, etc.. [So far, I only have MSOffice on Windows, not Linux! :-)] Thanks. Dr. Gregory Guthrie [EMAIL PROTE

Re: Boot linux from two linux partition

1997-07-01 Thread Brandon Mitchell
I saw an answer to this a while back. I need to do it myself sometime, so I saved the message: -- Forwarded message -- Date: Tue, 17 Jun 1997 13:31:06 +0100 From: Nuno Filipe Rocha Candido <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Some time ago, I had Debian and Slackware (

Re: Boot linux from two linux partition

1997-06-20 Thread Nuno Filipe Rocha Candido
Hi! > Hmmm. I'm not exactly new to Linux, though I feel like it sometimes, and I > had > trouble with almost this exact problem. I was trying to do Debian 1.2 and > Debian 1.3 rather than Red Hat and Debian 1.3, and I was using separate > physical drives, but I think the problem is the same. T

Re: Boot linux from two linux partition

1997-06-17 Thread Joost Kooij
On 16 Jun 1997, Stephen P. Ryan wrote: > --- [EMAIL PROTECTED] wrote: < Problems getting lilo to boot different linuxen/partitions. > Hi, Take a look at my /etc/lilo.conf. It does all that you ask for. I have the current and an older kernel on /dev/hda1, a rescue installation on /dev/hdc9 an

Re: Boot linux from two linux partition

1997-06-17 Thread Stephen P. Ryan
--- [EMAIL PROTECTED] wrote: Sorry for this silly question. I am new to both Debian and Linux. My disk has following partions: /dev/hda1DOS /dev/hda2extended partion /dev/hda3swap /dev/hda4Red Hat linux /dev/hda5Debian 1.3

Boot linux from two linux partition

1997-06-14 Thread cheng
Hi. Sorry for this silly question. I am new to both Debian and Linux. My disk has following partions: /dev/hda1DOS /dev/hda2extended partion /dev/hda3swap /dev/hda4Red Hat linux /dev/hda5Debian 1.3 By installing debian, my