doobit
Group: Members
Posts: 912
Joined: July 2005 |
|
Posted: Jan. 20 2006,19:10 |
|
IF you have a frugal grub install then you put home=hda6 in the boot command line of /cdrom/boot/grub/menu.lst. If you have a normal install, then you can put home wherever you want using the move command in bash terminal.
Code Sample | #mv [options] /dev/hda1/home /dev/hda6/home |
However, I think you are refering to a working home directory where you store programs that you want to get to separately from the KNOPPIX home directory in DSL. The easy way to do this is just to make another /home in /dev/hda6.
Code Sample | #mkdir /dev/hda6/home/ |
ref: http://www.ss64.com/bash/mv.html
http://www.ss64.com/bash/mkdir.html
-------------- "Help stop internet piracy...use Linux!"
|