LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch
User Name
Password
Linux From Scratch This Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.

Notices


Reply
  Search this Thread
Old 05-14-2009, 05:35 PM   #1
David2010
Member
 
Registered: May 2009
Posts: 255

Rep: Reputation: 23
Problem with making a new LFS system


I ran into a small problem when I was trying to make a LFS system.

Once all the packages were downloaded it said that it was out of space.

Well then it hit me how on earth am I supposed to make the LFS system if I have no way to store it?

I booted it off real hardware using a LFS CD so using the CD-Rom drive was out of the option.

I tried to use a USB flash drive but no matter what I did it refused to mount it.


How are you supposed to burn the new LFS system if there is nothing to burn it to?

Also I had a little bit of trouble with permissions because about half way threw it logged me out of the root user and into jhalfs and then said that jhalfs didn't have the permissions to enter the build folder.

Well I tried to give jhalfs permission to but I had to be on the root user and it simply refused to let me log into the root user because I didn't have a password and it wouldn't let me type one.

I really am having a hard time with this LFS Live CD.
 
Old 05-15-2009, 02:33 AM   #2
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Hi,

What are you actually trying to do?

The LFS liveCD is a starting point for building a LFS system. Download it, burn it to disk and boot from it. The only other thing you need is one (or more depending on your whishes) free partitions on your HD. That's where you install/build your LFS system.

No burning to CD needed.
 
Old 05-15-2009, 01:50 PM   #3
Stachelsk
LQ Newbie
 
Registered: May 2009
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by David2010 View Post
I ran into a small problem when I was trying to make a LFS system.

Once all the packages were downloaded it said that it was out of space.

Well then it hit me how on earth am I supposed to make the LFS system if I have no way to store it?

I booted it off real hardware using a LFS CD so using the CD-Rom drive was out of the option.

I tried to use a USB flash drive but no matter what I did it refused to mount it.


How are you supposed to burn the new LFS system if there is nothing to burn it to?

Also I had a little bit of trouble with permissions because about half way threw it logged me out of the root user and into jhalfs and then said that jhalfs didn't have the permissions to enter the build folder.

Well I tried to give jhalfs permission to but I had to be on the root user and it simply refused to let me log into the root user because I didn't have a password and it wouldn't let me type one.

I really am having a hard time with this LFS Live CD.
... what does it say when you attempt to mount things?

Code:
export FLASHDRIVE=/mnt/flashdrive
mkdir -pv $FLASHDRIVE
mount -v -t (nfts/msdos/ext2/ext3) /dev/sdX $FLASHDRIVE
should work...
 
Old 05-16-2009, 09:34 PM   #4
David2010
Member
 
Registered: May 2009
Posts: 255

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by druuna View Post
Hi,

What are you actually trying to do?

The LFS liveCD is a starting point for building a LFS system. Download it, burn it to disk and boot from it. The only other thing you need is one (or more depending on your whishes) free partitions on your HD. That's where you install/build your LFS system.

No burning to CD needed.
I was trying to make my own Linux version because it would be a great programming experience for me.

I am using a host PC as the build host for my new LFS system but I can't put it on the HDD because Its my parents computer.

I am using my parents computer because its 2 times faster then my laptop.
 
Old 05-16-2009, 09:35 PM   #5
David2010
Member
 
Registered: May 2009
Posts: 255

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by Stachelsk View Post
... what does it say when you attempt to mount things?

Code:
export FLASHDRIVE=/mnt/flashdrive
mkdir -pv $FLASHDRIVE
mount -v -t (nfts/msdos/ext2/ext3) /dev/sdX $FLASHDRIVE
should work...

When I try to make a new directory with mkdir it says I am out of disk space and refuses to.
 
Old 05-16-2009, 10:16 PM   #6
David2010
Member
 
Registered: May 2009
Posts: 255

Original Poster
Rep: Reputation: 23
Also

Also it says that all the LFS packages are on the LFS CD but where are they?
 
Old 05-17-2009, 04:08 AM   #7
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Quote:
Originally Posted by David2010 View Post
I was trying to make my own Linux version because it would be a great programming experience for me.

I am using a host PC as the build host for my new LFS system but I can't put it on the HDD because Its my parents computer.

I am using my parents computer because its 2 times faster then my laptop.
As I stated before: You do need some hd space to build LFS, you cannot build it on (another) cd/dvd.

Quote:
Also it says that all the LFS packages are on the LFS CD but where are they?
You are kidding, right??
 
Old 05-17-2009, 11:48 AM   #8
David2010
Member
 
Registered: May 2009
Posts: 255

Original Poster
Rep: Reputation: 23
Quote:
Originally Posted by druuna View Post
As I stated before: You do need some hd space to build LFS, you cannot build it on (another) cd/dvd.

You are kidding, right??
Thats to bad..

I found out where the packages are on the CD I just wasn't looking in the right places.
 
Old 05-17-2009, 01:18 PM   #9
cynicalpsycho
Member
 
Registered: Mar 2009
Location: America
Distribution: Debian/Arch
Posts: 134

Rep: Reputation: 16
Quote:
Originally Posted by David2010 View Post
Thats to bad..

I found out where the packages are on the CD I just wasn't looking in the right places.
actually, don't you have to download the packages?...

Last edited by cynicalpsycho; 05-17-2009 at 01:23 PM.
 
Old 05-17-2009, 01:54 PM   #10
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
@cynicalpsycho: Not if you DL the liveCD, they are included (LFS that is, not BLFS).
 
Old 05-20-2009, 01:58 AM   #11
ProtoformX
Member
 
Registered: Feb 2004
Location: Canada
Distribution: LFS SVN
Posts: 334

Rep: Reputation: 34
Quote:
Originally Posted by druuna View Post
@cynicalpsycho: Not if you DL the liveCD, they are included (LFS that is, not BLFS).
Actually if you have the new livecds you have the option of no src (I use this because I want to build LFS 6.4 not 6.3)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LFS 6.2 Section 5.6 - Error making glibc-2.3.6 dustin_wielenga Linux From Scratch 3 01-05-2008 02:01 PM
Making a Distro with LFS rmckayfleming Linux From Scratch 7 10-30-2005 02:59 AM
making a LFS-installation CD/DVD ParticleHunter Linux From Scratch 2 09-17-2004 06:02 AM
partitions/making room for LFS silverback011 Linux From Scratch 6 08-15-2004 11:22 AM
Error compiling Perl (making LFS system 3.3)... MatMan5959 Linux - Software 0 06-02-2002 04:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux From Scratch

All times are GMT -5. The time now is 04:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration