Ubuntu Installation :: Boot Partition Doesn't Have Any Space Left?

Jun 15, 2011

My boot partition doesn't have any space left, rendering me unable to install any updates. Most space in the boot directory (85 MB) is taken by the following files:

initrd.img-2.6.32-24-generic
initrd.img-2.6.32-26-generic
initrd.img-2.6.32-27-generic
initrd.img-2.6.32-28-generic
initrd.img-2.6.32-29-generic
initrd.img-2.6.32-30-generic

It seems to me that I�d need at most one of these. What exactly do (or did) these initial ramdisks do, and is it safe to delete them?

View 5 Replies


ADVERTISEMENT

Slackware :: Disk Space Lost- Root Partition Has Very Little Space Left

Jan 31, 2010

Today I was installing a lot of software since I'm just setting up my Slackware system again after a fresh install, and I realized that my root partition has very little space left.

Here is the output of df -h:


Code:

As you can see, I have a 20G (19G here for some reason) root partition, 8G /var, and 86G of /home. I thought this would be plenty since many recent recommendations for / are 10-15G. Now, though, 17G are used up for some reason! How is this possible? I thought a full slackware install only had about 4G of software! I don't have any music or movies or any crazy huge files that I know of, and those would be in my /home directory anyway. Is there any way I can see which files are taking up all this space?

If it's necessary to allocate more space to my / partition, is it still possible to boot up a GParted live Cd, shrink /home a bit, move some partitions to the right, and expand my root partition? I would REALLY prefer I don't have to reinstall since I just spent a ton of time setting up my system again, but if worst comes to worst ... :'-(

In case you're curious, here's my /etc/fstab:

Code:

View 14 Replies View Related

Red Hat / Fedora :: Installation / Showing The Error Msg As "Could Not Create Partition As There Is No Space Left For /(root)"?

Dec 4, 2008

I have been installing Fedora 8 Linux with already having Windows Xp as my primary OS....

I have a total of 80GB Hard disk.Out of 80 GB,I have freed 8GB for Linux.But during Installation after "selecting language for keyboard" and then choosing "Create Custom Layout", while giving partitions I have alotted 4GB for '/' and 2GB for Swap.

Initially space was created for root(/)...but it is unable to create space for swap and all other boot,home etc...

It is showing the error msg as "Could not create partition as there is no space left for /(root)"...

View 4 Replies View Related

Ubuntu Installation :: Add Unallocated Space To Storage Partition And Not Boot Partition?

Apr 20, 2011

using onboard windows disk management i have made 75gb unallocated to add to the aforementioned ntfs data partition. but, after resizing extended partition, will i need to fix grub even though i will be adding the unallocated space to a storage partition and not the ubuntu boot partition?

View 4 Replies View Related

Ubuntu :: No Space Left On Partition To Install Updates?

Nov 29, 2010

So i am using xubuntu from wubi and i need more space to instal all the important security updates, How do i free up space? i think i made a mistake and did not allow it much space when i made the partition for it

View 4 Replies View Related

Ubuntu Installation :: 10.04 - Unallocated Space Before Boot Partition

Jun 20, 2010

I had to reinstall my Ubuntu 10.04 system after some trouble trying to remove a FAT32 partition. I reinstalled using the Live Ubuntu CD (not Ubuntu Studio CD) and seems to work fine. I want to know if its normal to have an unallocated space before the boot partition? I installed GRUB2 in the sdb1, not in main sdb. Ubuntu boots fine, but I was wondering if the unallocated space affects it being detected properly by other systems? When I boot OS X I get an error that the HD is not formatted. Previously I was not getting the error. OS X & Ubuntu are each on a separate SATA HD and Windows XP is on a third IDE HD.

View 7 Replies View Related

Fedora Installation :: How Much Space Preupgrade Require In Boot Partition

Sep 19, 2009

I was impressed to be asked on Fedora 10 if I want to upgrade to Fedora 11 but the first time I tried I had this error:
Not enough space in /boot/upgrade to download install.img.

My boot partition is 99MB and AFAIK that is not unusual so I tried tidying up a bit, uninstalling all except 2 kernels, and now have about 80MB for whatever needs to be downloaded in /boot/upgrade. But I get the same error. I can fix this by using wired instead of wireless networking but I want to know for planning purposes (next time I create a boot partition) how much space is required?

$ ls -l /boot/upgrade
total 21594
-rw-r--r-- 1 root root 18985802 2009-06-03 00:02 initrd.img
-rw-r--r-- 1 root root 3035056 2009-06-03 00:02 vmlinuz
Should I delete these? It looks like they might be left over from last time but I assume preupgrade knows what is junk and what isn't.

View 6 Replies View Related

Ubuntu Installation :: Partition By Default - How Much Disk Space A Non Manual Dual Boot Uses

Apr 23, 2010

how much disk space a non manual dual boot uses? I've always been guided by a person knowing much about linux when doing my dual boot (and been guided to do the partitions manualy), but this person is not there for the moment and I need to do a dual boot on my son's computer. Since he'll need his Windows computer mainly for games I wouldn't want Ubuntu to take 2/3 of his disk space (which is about 250 Gb I think, let's say 50 Gb would be perfect for the Ubuntu)

And I'm not sure how I could change this later, cause in my own computer I cannot find how to resize (I cannot unmount neither resize the partitions I have) I don't mean I need to do this on my computer but I mean I wouldn't want to try out anything if I'm not sure it be could restored in 1,2,3. And partitions is such a thing. If I remember correctly I've done dual boot by default (i mean without doing the partitions manualy) and it does about 50/50 ?

View 2 Replies View Related

Ubuntu Installation :: Separate Boot Partition - Doesn't Care About The Boot Flag On The Disk

Feb 14, 2010

GNU GRUB 0.97
Ubuntu 8.04.4
2.6.24-26

Added an SSD (dev/sdc) and decided to move some less often changed directories there. Started with /usr and /boot, leaving / on a primary in the first drive, for now. All started ok, and my changed fstab mounted the right ones, and the system works.

However, grub is actually using the original /boot on / on sda1. I cannot see any way to change this. (Which makes it sorta hard to update the kernel

From grub:

Okay, since it has two choices, I tried to tell it which one to use. But, grub> root (hd2,5) does nothing.

Disk /dev/sda:

what I seem to recall, grub doesn't care about the boot flag on the disk. Nor does it care about primary vs. logical (except GNU doc says "makeactive" only works on a primary?).

The GNU doc also indicates that it looks for a directory /boot on the partition, so if you're mounting a partition as /boot, it also needs to contain a /boot directory under it. Tried that, but no change.

Is my problem the logical partition? Does that prevent "grub> root" from changing it? I'm afraid to wipe out the old /boot and find that I can't start up.

View 9 Replies View Related

Ubuntu Installation :: Disk Space - Failes On A "E: Write Error - Write (28 No Space Left On Device)"

Jan 4, 2011

df -h [URL] I did the following command to find everything is in /usr or /var, then tracked it down to /usr/lib and /usr/share as the main offenders, but out of all the directories none are more than 1mb or so.

du -sh /* | sort -gr | head -n 5

I tried to uninstall firefox, which is what got me in this mess in the first place, the log claims it will remove ~240 mb but failes on a "E: Write error - write (28 No space left on device)" [URL] If I could juggle something onto an external hard drive so I can uninstall firefox I would be out of the wood. Failing that I believe a new install is in order.

View 1 Replies View Related

Fedora Installation :: No Free Space Left To Complete Transaction

Jun 11, 2010

successfully upgraded to Fedora 13 from Fedora 12

then did yum update with plenty of problems

then I tried
yum --skip-broken update
883 entries
1.3 gig download
delta download was 5.9 meg

[Code]....

View 7 Replies View Related

General :: Deleting Files In Ubuntu Doesn't Free Up Space On Partition

Dec 22, 2009

After running photorec I went from having ~30 gb of free space to having 0 bytes of free space. I have deleted all the results of photorec and various other large files and removed them from trash but it still has not freed up any space. Also, my firefox no longer has back/forward functionality which I'm sure would be fixed by a reinstall but seeing as I have 0 space, I can't really do that. Any thoughts?

View 7 Replies View Related

OpenSUSE Install :: Doesn't Boot GUI Workspace It Boot Into Text Like Space Named "Emerald - Kernel 2.6.31.8.0.1

Jan 31, 2010

I got the serious problem after update my opensuse 11.2, after update the message appeared and said restart my machine to updates take effect and after restart system doesn't boot GUI workspace it boot into text like space named "Emerald - Kernel 2.6.31.8.0.1 - desktop (tty1)".What can I do to boot my machine into GUI again?

View 4 Replies View Related

Ubuntu :: When Looked At Partition Table, The Space Where The Partition Used To Be Is Now Unallocated Space?

Jul 18, 2011

I originally had an Ubuntu partition on my hard drive which occupied about half of it. I installed Windows 7 in the remaining unallocated space and I was planning on doing a grub update from a live cd afterwards. BUT when I looked at my partition table, the space where the ubuntu partition used to be is now unallocated space!

View 5 Replies View Related

Ubuntu :: "No Space Left On HD" Errors Despite 2.2G Free Space?

Jul 2, 2010

I just tried to download a torrent and got an error message indicating there was no space left in the download location I'd specified.

This happened earlier when df -h showed ~900M of free space. Just now, I'm showing ~2.2G of free space. Anyone have ideas what could be causing this?

View 9 Replies View Related

General :: "No Space Left On Device" Error On /tmp. Increase Space On /tmp?

Jan 20, 2011

cp: writing `/tmp/tmpX2KZDc/system.image': No space left on device However, when I right-click on properties, I see it has 51 items, totalling only 130.5 KB!this is a dual boot system with Win XP and Ubuntu 10.10 (~58Gb partition)Quote:

anil@anil-HP-EliteBook-8440p:/tmp$ mount
/dev/sda5 on / type ext4 (rw,errors=remount-ro,commit=0)
proc on /proc type proc (rw,noexec,nosuid,nodev)

[code]...

View 12 Replies View Related

Ubuntu Installation :: Gnome Shell Replace Doesn't Work - No Application Launcher In Upper Left Hand Corner

Mar 4, 2010

So, supposedly Gnome Shell is available through synaptic. I just downloaded and installed it and then ran gnome-shell --replace. It doesn't work at all. I hit the windows key and get nothing and there is no application launcher in the upper left hand corner and Alt-f2 produces nothing at all. Alt-tab gives me the option of choosing the windows that were running when I ran gnome-shell --replace but nothing else works at all. Just a vast expanse of digital nothingness. Does anyone know why this might be? I have an nvidia video card (see sig below) and two monitors running from "twin view".

View 1 Replies View Related

Ubuntu Installation :: How To Partition Available Space

Jun 19, 2011

I have 237170 MB of space. How should I partition this in order to run Ubuntu? The only space currently taken is a windows restore environment should I ever decide to switch back.

View 2 Replies View Related

Ubuntu :: No Space Left On Device Errors

Mar 16, 2010

I recently upgraded from Lucid to Maverick, which went fairly smooth. Then I upped my RAM with some new memory sticks (4Gb to 8Gb). Since about then, I'm seeing these errors in syslog:

Code:
Jun 6 22:23:52 howler console-kit-daemon[1224]: WARNING: Failed to add monitor on '/dev/tty2': No space left on device
Jun 6 22:23:59 howler console-kit-daemon[1224]: WARNING: Failed to add monitor on '/dev/pts/0': No space left on device
I also get errors when running "tail -f" as root:

Code:
tail: cannot watch `/var/log/syslog': No space left on device

I searched around and I found some other reports of the tail -f error, with the suggestion of increasing fs.inotify.max_user_watches. I set it to 16384, and that at first resolved the tail -f problem, but now I'm getting that error again even after upping max_user_watches.

I know swap is suggested to be approx. the same size as RAM, but with this upgrade RAM is now bigger than the 5.7G of swap.

View 3 Replies View Related

Ubuntu :: Error - No Space Left On Device

Apr 21, 2010

i'm using Ubuntu virtual machine.latly, i've moved the VM image to other PC. something with the user privileges got wrong. i when i edit a file using nano for example from a simple user, it says: "no space left on device" but when i use

# sudo nano filename

it works.i used

#chmod 777 filename

and it still dosent work. i cant save/write to disk while i'm in the user account. but with sudo, or root account it works.

View 1 Replies View Related

Ubuntu :: Says "no Such Partition" And Won't Boot From Anything. It Doesn't Even Recognize Dell Utilities Partition?

Jul 9, 2010

I was using GParted Live to resize my Windows XP partition on my desktop aaaaand... it rebooted properly and now says "no such partition" and won't boot from anything. It doesn't even recognize my dell utilities partition. I can boot to the GParted Live disk - and that is all. So I'm relatively certain that I just destroyed something

View 3 Replies View Related

Ubuntu Installation :: How Much Space Suitable For Partition

May 27, 2011

I'm wondering how much space should I partition part of my HDD for Ubuntu? I never used Linux in my life before and need an answer. got a 64-bit Ubuntu ready on CDRW to install. I got a 200gigs of my old IDE Seagate HDD, Partition 1: 30gigs for Windows 7 and already like 25 filled up, Partition 2: rest is for backup. So, I was thinking of backup up all the files on Partition 2 to another HDD, and then delete it>create Partition 2 for Linux and Partition 3 for the rest, but how much space for 2?

My system:
AMD Athlon II X2 255 Regor 3.1GHz Socket AM3 65W
Foxconn A76ML-K
ECS NR9800GTE-512QX-F GeForce 9800 GT 512MB 256-bit DDR3
A-DATA 4GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR2 800 (PC2 6400)
CORSAIR CMPSU-400CX 400W
200G Seagate (Master)
500GB Wester Digitital SATA

View 9 Replies View Related

Ubuntu Installation :: Does Swap Space Need It's Own Partition?

Aug 9, 2011

I am using a Dell Inspiron 580 that I recently recieved as a gift. I wouldn't normally purchase a Dell, but I have no money and it my old computer was WAY past it's prime. After going through a miniature nightmare I now wonder how to create swap space for my ubuntu installation. I am running 10.04, 64 bit. I am having no problems, but I have no swap space. My computer is a new -Intel i3- with 6GB of ram; so I assumed I could worry about getting it installed, then set a swap file later. As I said, it runs well, but i don't feel comfortable with ZERO swap space.

When I installed Ubuntu I already had a problem because Dell had included 2 special partitions that are diagnostic and recovery. This didn't surprise me, but I want to make my system backup less than 100GB, so I shrank the "c:" partition to 100Gb and made the free space "storage":NTFS partition. After backing everything up (before messing with the partitions), I installed Ubuntu. Since I had created the backup that Dell asked me to (the very first time I turned the PC on) as well as my own system image I wasn't concerned.

Using GParted Boot disk I deleted the Dell "Recovery" partition and marked the "C:" drive (COS)) as active. I used a Windows 7 install disk to "repair" the bootmgr problem. Had to run "repair" twice, but it worked.

My question now is: why didn't Ubuntu installation say anything about a swap partition until I had already set up my partitions? I could easily give up a gig or two for swap space but I cannot make a swap partition unless I delete the Dell diagnostic partition (NOT the "recovery" partition; the other hidden one). I don't mind deleting the "recovery" partition because it is backed up, but I would prefer not to delete the "diagnostic/utility" partition, just in case. The 40MB is crap anyway.

It hadn't occurred to me that I would have trouble making swap space. I am used to windows (I am dual booting with GRUB BTW, if that matters) and the swap FILE doesn't need it's own partition. I understand why a separate partition would be better, but unless I can somehow create a logical/extended partition for swap, I need to know what else I can do.

I believe Ubuntu is a better system for many reasons, but little things like this do puzzle me. I am no engineer, or software designer, but I don't understand why I wasn't given an option, such as: You cannot make another primary partition; would you like to use a virtual disk/file as your swap space?"

View 2 Replies View Related

Ubuntu :: Dpkg Error - No Space Left On Device

Feb 11, 2010

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem. Yes I tried 'sudo dpkg --configure -a' Should I do a reinstall.

"Setting up initramfs-tools (0.92bubuntu53) ...
update-initramfs: deferring update (trigger activated)

Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-2.6.31-17-generic

gzip: stdout: No space left on device update-initramfs: failed for /boot/initrd.img-2.6.31-17-generic dpkg: subprocess installed post-installation script returned error exit status 1"

View 3 Replies View Related

Ubuntu Multimedia :: No Space Left On Device After Upgrade To 9.10

Apr 20, 2010

I've just upgraded to kubuntu 9.10, and I'm getting strange errors when trying to copy files onto my MP3 player, a SANSA M250 (2GB). df claims it's at 57% capacity (and the figures make sense for that, as well as having about the quantity of music which half fills the SANSA) but when I try to copy a file - from the command line, from exaile, or with the file manager, I get a "No space left on device" error:

Code:
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 73939452 42184580 27998880 61% /
udev 512472 264 512208 1% /dev
none 512472 1752 510720 1% /dev/shm
none 512472 96 512376 1% /var/run
none 512472 0 512472 0% /var/lock
none 512472 0 512472 0% /lib/init/rw
/dev/sdc 1996000 1125056 870944 57% /media/SANSA M250
$ cp test.mp3 /media/SANSA M250/
CP: cannot create regular file `/media/SANSA M250/test.mp3': No space left on device
The MP3 being copied is 2MB in size so should fit easily.

There were no problems until upgrading, when I also moved from amarok to exaile - because amarok2 doesn't have the functionality I want from a player. But this happens even if exaile isn't running, so exaile shouldn't be the problem. How can I diagnose what's going on?

View 1 Replies View Related

Ubuntu :: Files Get Truncated On Write When No Space Left

Aug 3, 2010

If I run low on free space, and I/system need to write something, then the files are just truncated. With no way to revert to their previous content.

First I installed the Windows on the VirtualBox, it sucked up all free space, so I couldn't even login to the system afterwards.

Then I, once again, silently ran out of free space, and my php editor broke. Later I discovered that it tried to write its config files, but failed, truncating them all. I lost a half a year of configurations, custom color scheme and custom code snippets.

Then one day the system just froze. Later I understood, there wasn't enough free space for it to run.

Today I was working on my php script, for like the second day, when, again, free space ran out, so with another file-save, I got a wonderfully impressing blank php-file. It was auto-reloaded from the external change, which was failure to write to file, obviously, so no ctrl-z worked, leaving me with two days work wasted and an urge to hit the monitor

My questions are:
1 How can this be fixed? Besides the obvious awesome fix "watch your free space, buddy".
2 Could somebody explain why these sorts of things happen, just so I know why the ultra-safe and durable 'nix operating system wants to destroy itself sometimes?
3 Anyone else encountered this issue?

View 3 Replies View Related

Ubuntu :: File Space - Wubi Install - Saying It Only Has 125 MB Left

Apr 4, 2011

The wubi install of Ubuntu is saying it only has 125 MB left. I gave the install 10 GB to start with. I know the OS takes about 3 GB and I didn't install 7 GB worth applications. I'm thinking some how it confused itself. I've done run the Disk Analysis And it's rather confusing, but it seems to be looking at more then its alloted 10 GB.

View 6 Replies View Related

Ubuntu :: Disk Space Vanished - Only Had 0 Bytes Left

Apr 28, 2011

I was saving a few pictures, and I realized that none of them were actually being saved. I went to my home folder and I noticed that I only had 0 bytes left, then I deleted everything in my trash, got some space back, then it disappeared.

View 3 Replies View Related

Fedora :: No Space Left On Device

Jul 31, 2010

I have an WD 1TB external hard disk. When I try to write any file to it - even a 1kb text file - I get the message "no space left on device". I cannot write to the disk at all anymore - not files, not directories.The drive is formatted as an NTFS drive. I use F13. I can read from the drive without any apparent problem. Would anyone know what's causing this problem?

View 2 Replies View Related

CentOS 5 :: No Space Left On Device?

Apr 10, 2009

I am trying to copy some files onto a flash card. The first thing that i do is mount to the flash card:

mount /dev/sdc1 /mnt

then i try and copy a file

cp dev.bin /mnt

but i get a message saying:

cp: writing `/mnt/dev.bin': No space left on device

I was able to copy some files before but i cant seem to do it anymore.

how can i delete everything thats on the flash card so that i can copy files onto it?

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved