You are not logged in.

#1 2007-06-09 17:42:33

JAwuku
Member
Registered: 2007-05-07
Posts: 24

Not enough disk space in 32-bit chroot [SOLVED]

Hi all,

I am trying to set up a 32-bit chroot on my Arch64 system.

I have followed the steps detailed in the wiki http://wiki.archlinux.org/index.php/Arc … bit_system

When I tried to install the fonts, it complained of not enough space on the disk:

pacman -Sy ttf-bitstream-vera ttf-ms-fonts

:: Synchronising package databases...
 current is up to date
 extra is up to date
 community is up to date
resolving dependencies... done.
looking for inter-conflicts... done.

Targets: expat-2.0.0-1  freetype2-2.3.4-2  fontconfig-2.4.2-1
         libfontenc-1.0.4-1  fontsproto-2.0.2-1  libxfont-1.2.8-1
         xorg-font-utils-1.0.3-2  xorg-fonts-encodings-1.0.2-2
         ttf-bitstream-vera-1.10-5  cabextract-1.2-1  ttf-ms-fonts-2.0-1

Total Package Size:   9.64 MB

Proceed with installation? [Y/n]
:: Retrieving packages from current...
 expat                    149.2K   92.9K/s 00:00:02 [#####################] 100%
 freetype2                698.9K   47.0K/s 00:00:15 [#####################] 100%
 fontconfig               316.2K   94.8K/s 00:00:03 [#####################] 100%
 libfontenc                14.9K   42.9K/s 00:00:00 [#####################] 100%
 fontsproto                 9.7K   51.9K/s 00:00:00 [#####################] 100%
 libxfont                 470.4K   68.1K/s 00:00:07 [#####################] 100%
 xorg-font-utils          100.7K   46.8K/s 00:00:02 [#####################] 100%
 xorg-fonts-encodings     567.6K   80.1K/s 00:00:07 [#####################] 100%
 ttf-bitstream-vera       338.8K   64.8K/s 00:00:05 [#####################] 100%
:: Retrieving packages from extra...
 cabextract                29.2K   57.0K/s 00:00:01 [#####################] 100%
 ttf-ms-fonts               7.0M  103.3K/s 00:01:09 [#####################] 100%
checking package integrity... done.
cleaning up... done.
(11/11) checking for file conflicts                 [#####################] 100%
error: could not prepare transaction
error: failed to commit transaction (not enough space on disk)

This is strange, as my disk space is as follows:

df -h #(from my 64-bit system)

Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb3              69G  2.7G   63G   5% /
none                 1007M     0 1007M   0% /dev/shm
/dev/sdb6              66G   23G   43G  35% /home
/dev/sda1             150G   32G  118G  22% /mnt/windows

But from the chroot:

df -h

df: cannot read table of mounted file systems

Is there anything I'm doing wrong here?

Thanks

Last edited by JAwuku (2007-06-09 19:40:09)

Offline

#2 2007-06-09 18:38:48

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Not enough disk space in 32-bit chroot [SOLVED]

Just copy your /etc/mtab into your chroot environment.

Offline

#3 2007-06-09 18:40:36

rdt
Member
Registered: 2007-04-26
Posts: 24

Re: Not enough disk space in 32-bit chroot [SOLVED]

It sounds to me like you don't have /proc mounted in your chroot environment. See the first mount command in the start) case of the script listed in your post.

Offline

#4 2007-06-09 19:39:44

JAwuku
Member
Registered: 2007-05-07
Posts: 24

Re: Not enough disk space in 32-bit chroot [SOLVED]

Pierre wrote:

Just copy your /etc/mtab into your chroot environment.

Thanks, Pierre, that did the trick!  smile

Offline

Board footer

Powered by FluxBB