partioning

Asked by Rishabh

if i boot my laptop with lfscript live cd then it is possible to partion my hard disk.
i have used cfdisk it doesnt work.
plz tell how to partion my hard disk.

Question information

Language:
English Edit question
Status:
Solved
For:
LFScript Edit question
Assignee:
No assignee Edit question
Solved by:
Marcel van den Boer
Solved:
Last query:
Last reply:
Revision history for this message
Best Marcel van den Boer (synthehol) said :
#1

It is possible that the live cd does not recognize your hard disk. Try another Live CD (Ubuntu for example).

If you try another Live CD, don't forget to make sure the LFS host system requirements are met (http://www.linuxfromscratch.org/lfs/view/development/prologue/hostreqs.html).

On the ubuntu Live CD, you can make it comply with the requirements by running:

sudo su - root
apt-get install bison gawk m4 patch texinfo
ln -svf /bin/bash /bin/sh

Revision history for this message
Marcel van den Boer (synthehol) said :
#2

(Above instructions are for Ubuntu 10.10)

Revision history for this message
Rishabh (rishabh-singh) said :
#3

Thanks Marcel van den Boer, that solved my question.