You are not logged in.

#1 2016-06-19 16:59:37

Joseph3348
Member
Registered: 2016-06-19
Posts: 5

Error: not enough free disk space

So I've installed Arch Linux on Oracle VirtualBox and I'm trying to install the sddm graphical login. Every time I install it, it shows that it's 100% installed and then I get three errors:

error: Partition / too full: 95850 blocks needed, 48020 blocks free
error: not enough free disk space
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.
pacman -S sddm 0.25s user 5.62s system 10% cpu 58.150 total

I went back and resized my partition scheme to:
1   537MB   ext4   /boot
2   1509MB   linux-swap(v1)
3   6540MB   fat32   /

that's the size of the partitions, and yes I made sure none of them are overlapping.

I have over 6GB of space for sddm to install on partition "/" but it's saying that there's not enough space when it said it needed only 237MB I think.

Please help, I can't sleep until I get this to work.

Offline

#2 2016-06-19 17:08:01

mis
Member
Registered: 2016-03-16
Posts: 234

Re: Error: not enough free disk space

What is the output of

df -h

Why do you use fat32 for the root partition?

Offline

#3 2016-06-19 17:08:10

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Error: not enough free disk space

You can't use FAT32 for a root partition as it doesn't have the required features, use ext4 instead.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#4 2016-06-19 17:09:32

null
Member
Registered: 2009-05-06
Posts: 398

Re: Error: not enough free disk space

fat32 doesn't support unix file permissions and won't work as root filesystem. Reinstall on a different filesystem (like ext4) and come back if the problem persists.

Offline

#5 2016-06-19 17:17:34

Joseph3348
Member
Registered: 2016-06-19
Posts: 5

Re: Error: not enough free disk space

Filesystem Size Used Avail Use% Mounted on
dev   997M   0   997M   0%   /dev
run   1010M   42M   968M   5%   /run
/dev/sr0   744M   744M   0   100%   /run/archiso/bootmnt
cowspace   256M   13M   244M   5%   /run/archiso/cowspace
/dev/loop0   319M   319M   0   100%   /run/archiso/sfs/airootfs
airootfs   256M   13M 244M   5%   /
tmpfs   1010M   0   1010M   0%   /dev/shm
tmpfs   1010M   0   1010M   0%   /sys/fs/cgroup
tmpfs   1010M   0   1010M   0%   /tmp
tmpfs   1010M   1.2M   1009M   1%   /etc/pacman.d/gnupg
tmpfs   202M   0   202M   0%   /run/user/0

I couldn't copy and paste so I typed it all out that's why the format is that way.

And I'll go try to change it from FAT32 to ext4.

Offline

#6 2016-06-19 17:27:36

Joseph3348
Member
Registered: 2016-06-19
Posts: 5

Re: Error: not enough free disk space

slithery wrote:

You can't use FAT32 for a root partition as it doesn't have the required features, use ext4 instead.

I'm getting a different issue now. I change the partition to ext4 and then I type in quit to get out of "parted" mode, and then if I go back in again to check on it, it switches back over FAT32. And yes, I tried unmounting the filesystem and changing it again, but that didn't do anything.

Offline

#7 2016-06-19 17:28:51

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Error: not enough free disk space

As well as changing the partition type in parted you also need to actually format the partition as ext4.


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#8 2016-06-19 18:28:57

Joseph3348
Member
Registered: 2016-06-19
Posts: 5

Re: Error: not enough free disk space

null wrote:

fat32 doesn't support unix file permissions and won't work as root filesystem. Reinstall on a different filesystem (like ext4) and come back if the problem persists.

I changed the root partition to ext4, I basically redid the entire thing from the beginning and I'm still getting the same problem. "not enough free disk space"

Offline

#9 2016-06-19 18:30:54

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Error: not enough free disk space

Please post the output of the following:

fdisk -l
lsblk -f

EDIT: hold on - the output from post 5 shows you are in the live system, not your actual system.  You need to boot into your installation before you'll be able to install much.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#10 2016-06-19 18:44:43

Joseph3348
Member
Registered: 2016-06-19
Posts: 5

Re: Error: not enough free disk space

Trilby wrote:

Please post the output of the following:

fdisk -l
lsblk -f

EDIT: hold on - the output from post 5 shows you are in the live system, not your actual system.  You need to boot into your installation before you'll be able to install much.

How do I boot into the installation? Whenever I reboot, it unmounts all of my partitions

Last edited by Joseph3348 (2016-06-19 18:52:26)

Offline

#11 2016-06-19 19:06:40

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,456
Website

Re: Error: not enough free disk space

It sounds like you never did actually install archlinux.  Follow the wiki.  Install the system.  Remove the installation iso.  Reboot.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

#12 2016-06-19 19:09:40

circleface
Member
Registered: 2012-05-26
Posts: 639

Re: Error: not enough free disk space

Did you follow the Beginner's Guide or what?  When you reboot you should be in your arch system, and all partitions you set up in fstab should be mounted.

Offline

Board footer

Powered by FluxBB