[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[debian-knoppix] Re: Knoppix on top of woody



Hi Ralph
> 1. I want to replace woody without overwriting my files in home. Is this
> feasible? Home by the way is a different partition .How do i go about it?
> Can you please show me good howto. Ive googled and it seems that there is a
> lack of clear documentation.

Knoppix use 2 partition one for swap and the other for root( here are the home directory). You can install knoppix in this 2 partition and let your old home partition, and after write in the /etc/fstab file to mount that partition as home directory at boot time. For example if your old home partition are /dev/hda5 and the file system is ext3,
add this line in /etc/fstab
 
<file system> <mount point> <type> <options>         <dump>  <pass> (file header)
 
/dev/hda5           /home           ext3     defaults                0           0      (line to add)
 
 
> 2. I dont have lilo on my mbr coz ive read that NTloader must be in command
> . So i just installed lilo on my root and let NTloader boot.. Is this still
> true? Is it ok if i just let LILO manage the booting?

I have have installed which is dual booting with XP and I use LILO as loader. My LILO are installed in mbr and all work OK.

Reply to: