LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 09-11-2013, 05:28 AM   #1
bcbotha
Member
 
Registered: Nov 2008
Location: South Africa
Distribution: Ubuntu, Windows
Posts: 151

Rep: Reputation: 16
Problems with Arch install


Hi

I am battling trying to install Arch on my laptop. I have been using this website to help me install: http://http://news.softpedia.com/new...x-352365.shtml

However when I get to pacstrap /mnt base base-devel I start to run into problems.
It checks and downloads the packages but doesn't install them. I get this output:
Code:
error: Partition / too full: 60 blocks needed, 0 blocks free
error: not enough free disk space
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.
I am really trying to learn and understand linux as best as I can so I really don't mind battling to get Arch installed, it is helping me learn new aspects of linux and os's in general.

Thanks
 
Old 09-11-2013, 06:42 AM   #2
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Seems pretty self-explanatory. What are your partition sizings and how full are the filesystems ?.
The lsblk command from the tutorial will answer the first question, and this will answer the latter - post the full output from both
Code:
df -hT
 
Old 09-11-2013, 06:54 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
The link does not work for me.
Need some additional information.

Is this a duel boot or virtual machine?
How did you partition the laptop? The base group needs 500M.

https://wiki.archlinux.org/index.php...rtition_scheme
 
Old 09-11-2013, 06:59 AM   #4
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Badly formed URL - edit out the first "http:"

I also meant to mention the Arch documentation (including the wiki) - amongst the best there is; very good.
 
Old 09-11-2013, 07:25 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Dang it I missed the :...
 
Old 09-12-2013, 01:44 AM   #6
bcbotha
Member
 
Registered: Nov 2008
Location: South Africa
Distribution: Ubuntu, Windows
Posts: 151

Original Poster
Rep: Reputation: 16
my partition sizes are:
swap: 3.7 Gig /dev/sda1
/: 14 Gig ?dev/sda2
/home: 131.4 Gig /dev/sda3

df -hT:

Filesystem Type Size Used Avail Use% Mounted on
/dev/mapper/arch_root_image ext4 1.4G 664M 724M 48% /
dev devtmpfs 875M 0 875M 0% /dev
run tmpfs 883M 18M 866M 2% /run
/dev/sr0 iso9660 525M 525M 0 100% /run/archiso/bootmnt
cowspace tmpfs 1.3G 952K 1.3G 1% /run/archiso/cowspace
/dev/loop0 squashfs 223M 223M 0 100% /run/archiso/sfs/root-image
tmpfs tmpfs 883M 0 883M 0% /dev/shm
tmpfs tmpfs 883M 0 883M 0% /sys/fs/cgroup
tmpfs tmpfs 883M 0 883M 0% /tmp
tmpfs tmpfs 883M 0 883M 0% /etc/pacman.d/gnupg
/dev/sda2 ext4 14M 3.7M 8.6M 30% /mnt
/dev/sda3 ext4 130M 1.6M 119M 2% /mnt/home

I see that it says I have a 14Meg and 130Meg partitions but when I run lsblk it says that /dev/sda2 is 14G and /dev/sda3 is 131.4G

I'm confused at this stage.
 
Old 09-12-2013, 02:36 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
softpedia is all fine and dandy
but you REALLY need to read and study
then RE-read and study some more "the Arch wiki"

https://wiki.archlinux.org/index.php/Main_Page

the "install guide" is a step by step
https://wiki.archlinux.org/index.php/Installation_Guide
with references to other pages for each topic
and the "Beginners Guide "
https://wiki.archlinux.org/index.php/Beginners%27_Guide

then the "Arch way"
https://wiki.archlinux.org/index.php/The_Arch_Way

put down on paper a INSTALL plan
yes it is basically the same as a research paper outline
write out what it is you are going to do and in what order
after the basic install ,the DE and related software .

Last edited by John VV; 09-12-2013 at 02:38 AM.
 
Old 09-12-2013, 05:28 AM   #8
bcbotha
Member
 
Registered: Nov 2008
Location: South Africa
Distribution: Ubuntu, Windows
Posts: 151

Original Poster
Rep: Reputation: 16
Thanks John

I have been using cfdisk to partition my hdd, I re-did the partitioning with fdisk and followed the beginners guide and I have got the OS installed. Thanks very much guys for your help.

1 quetion though....why did fdisk work and not cfdisk?

thanks
Brendan
 
  


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
Arch Linux Installation Problems - arch-chroot, Grub2 Ronky Linux - Newbie 3 01-08-2013 05:22 PM
Trying to install Arch with 2.6.30-ARCH kernel but uname -r keeps showing 2.6.28.7 PaulFXH Arch 0 08-20-2009 07:58 AM
Arch Linux 2009.2 FTP install working but Hard Disc install can't find Eth0? -Gavin- Linux - Networking 0 05-19-2009 04:28 AM
Arch user wanted to help padawan learner install arch and use it thomas-linuxing Linux - Software 9 10-18-2006 04:02 PM
Arch install problems? I guess. corbintechboy Arch 4 05-03-2006 09:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 01:03 AM.

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