Software :: No Disk Space?
Mar 14, 2010
I created a virtual machine with 20GB disk space. I installed Linux Mandriva and when I type df -h it sais that 100% has been used. The VM settings sais that I have 212GB free. How do you assign linux more disk space on the VM when I already allocated 20GB to VM.
View 5 Replies
ADVERTISEMENT
Feb 24, 2011
root@localhost:~ $ df /dev/sdb1
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sdb1 1922858352 23247088 1801935664 2% /mnt/external/sdb1
[code]....
View 1 Replies
View Related
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
Aug 25, 2009
OS: RHEL AS 5 64-bit
HDD:300 GB Hardware mirror (HP blade bl460c)
While installing OS, in partition window after OS file system structure I've left 277 GB. But after installation it shows Size - 255GB and available disk space is 242 GB.
Isn't it weired? How can I use the total amount of space in Linux? I need the whole 277GB exactly. What should be my workaround?
View 6 Replies
View Related
Feb 26, 2011
Some thing is using up a huge amount of my disk space about 10G and I can not determine what it is. When I look at my disk usage in system monitor it say I have used about 25G and when I scan the directory in disk usage analyzer the entire file system used is 15G.
View 1 Replies
View Related
May 23, 2010
ran out of space in my /home dir. Have a second hard drive to install and would like to designate it as additional space for /home. I do not want to mount it as a dir inside my home I would like it to simply work as though my /home simply has more space available to it.
View 1 Replies
View Related
Jan 2, 2010
I'm running mythbuntu 9.04 and am having an issue with disk space.
I try 'rm' various log files but the space I free up lasts less than a minute before the disk reports as being full once more.
df -Th | sort gives:
Quote:
/dev/sda1 ext3 8.3G 7.9G 0 100% /
/dev/sda6 ext3 138G 125G 6.3G 96% /music
/dev/sda7 xfs 783G 617G 167G 79% /videos
/dev/sdb2 xfs 344G 242G 103G 71% /recordings
[Code]....
There's nothing enormous in /var/log and my trash and the root trash are empty.
why size and used fields are not the same despite 100% usage being reported on sda1..
View 7 Replies
View Related
Nov 18, 2010
I don't understand disk sizes in Linux. I have a 500GB drive. It's ext4. I have run "tune2fs -m 0" on it to reserve the amount of space reserved for root to 0.
I'm using Ubuntu 10.04 that comes with a Disk Utility. When I run "System->Administration->Disk Utility (palimpsest)" the disk shows up as 500GB (see picture). But when I run df -h it shows up as 459GB. So, I don't understand the discrepancy.
When I run df I get the following:
Question: Why is Disk Utility showing me something different than "df"?
View 6 Replies
View Related
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
Jan 25, 2011
I'm running out of space in wubi. Online wubi help didn't help much since they suggest creating extra virtual disk space(similar to having a diffrent partition i guess) .None of them speak about increasing the size of /root disk space(or root.disk). I store all files in space shared with windows or external disk and use ubuntu only to install and use softwares and browsing. So how do increase the available space for installing more softwares?
View 3 Replies
View Related
Jun 2, 2011
I'm missing something here. Just installed Squeeze on a server and, after making a couple of modifications, rec'd a warning that I'm "out of disk space on /".
After cleaning a few things out, results of df -hT indicate:
Filesystem Type Size Used Avail Use% Mounted on
/dev/sda3 ext3 1.9G 1.4G 435M 76% /
tmpfs tmpfs 633M 0 633M 0% /lib/init/rw
[Code].....
View 14 Replies
View Related
Mar 24, 2011
Until now I have just formated the disks, but it's frustrating since I need the files on the disk and I bet there's an easier way out. I tried to physically delete the .trash folder in the flash disk but that didn't work either. So, what do I do?
View 9 Replies
View Related
Jun 11, 2011
I installed Ubuntu 11.04 (with wubi) and selected that I wanted 10 GB of disk space for Ubuntu.
There are two things I want to do now, so two questions:
1. How do I delete Windows OS from my computer? It's a new computer so I am sure I want to delete and I did not download anything but a few things on it.
2. After I do that, how do I set Ubuntu so that it's not still at 10 GB of disk space.
View 2 Replies
View Related
Jun 22, 2011
I use windows and I want to install linux redhat beside it. So, in windows, I shrinked my Local Disk C 120gb, with Disk Management (control panel). During installation of redhat, I got to the step where I have to choose the partition where it will be installed.
First, I tried the 4th option ( use free space to create a partition), but it gave me error: Not enough disk space. So, I tried the 5th option ( create a new partition). It showed me the partitions on my pc, and showed me : Free, of size 120 gb. I tried to create a new partition, but it gave me the same error.
Why is this happening although I have 120 gb free (unallocated)?
View 3 Replies
View Related
Nov 10, 2009
My disk space has grown from 30% to 60% in the last 3 months.
I can only assume this is from log files in the form of maillogs and squid logs.
Any ideas on how to free up the space? I'm pretty sure I have logroate running.
I just ran this on the mail log files:
View 14 Replies
View Related
Aug 17, 2009
I got the Hp 2133 mini notebook not to long ago maybe back in april. But they got a linux instead of Windows. I have yet to save anything on the computer, but everytime i logged on, i was usuing up disk space. Now I cant even log on and it gives me the message GDM Could not write to your authorization. Im sure i am not the first to receive this message. I dont know what to do. Its a Suse Linux Enterprise Desktop 10. I tried entering commands that ive seen on here that helped others. But its not working for me. I havent been able to use the laptop since may.
View 14 Replies
View Related
Feb 7, 2010
Maybe it's specific feature, but it does not seem right that within ~30 m to 1h 3gb of disk space on /home are gone due to I can't tell what exactly. Usually it happens while listening to music via vlc or browsing www (chrome and firefox). I got 3gigs of ram (95% in use under such conditions), and 1,5gb of swap that is not used at all by the system.Its a KDE.
View 9 Replies
View Related
Apr 30, 2010
In our setup, users have a 256M quota by default on their home directory. That of course is close to 200M, which is the default threshold for kded to throw popups around "you're low on disk space". What would be the global file to change this number?
View 1 Replies
View Related
Nov 18, 2010
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 19G 15G 2.6G 86% /
devtmpfs 498M 208K 498M 1% /dev
[code]....
View 9 Replies
View Related
Apr 27, 2010
A few days ago, I got a message that stated I had zero bytes of disk space left.Odd, I thought, but I had been doing video transcribing and thought that may be the issue.I moved a video (4 GB) off the hard drive to an external drive and then went about my business.This morning, I got the message again. I enclosed a screen shot. I moved a few more items off my hard drive - but then was soon out of space again. (Less than an hour later.)I logged in as root and poked around. I noticed that /var/archives had almost 60 GB of data in .tar.gz files.I moved them off to an external drive and am okay for now.
View 4 Replies
View Related
May 7, 2010
I want to update my com but update manager says "The upgrade needs a total of 498M free space on disk '/'. free at least an additional 495M of disk space on '/'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'. I tried sudo apt-get clean and it did nothing I also checked the trash and theres nothing.
View 3 Replies
View Related
May 30, 2010
I just booted it up and it said I had 60mb hard disk space left. I go onto disk usage analyzer from the message and it reads this
Total filesystem capacity: 41.8 GB (used: 11.8 GB) available 30.0 GB.
why this error message comes up?
View 3 Replies
View Related
Jun 25, 2010
I've got a slicehost VPS with 10GB disk space, and I'm trying to extract a 6.4gb ISO file. Between the ISO and the OS i've got just 761MB to play with. Is there anyway to extract files from within the ISO without needing another 6.4gb?
I've tried mounting the ISO as read/write so I could move files instead of copy, but did not have any luck. See here and here.
Should I just give up, download the iso, then re-upload the files? 6.4gb represents a long time over dsl.
View 9 Replies
View Related
Aug 12, 2010
I just finished my computer build and have installed Ubuntu lucid as my sole OS. Everything seems to be going well except for the fact that when I do "df -h", the size of my 1TB hard drive is reported as being only 908GB. I could understand if it was off by a few gigs but 92? The result is the same with the graphical "Disk Usage Analyzer." However, Under System>Administration>Disk Utility the correct number is displayed.
View 5 Replies
View Related
Aug 26, 2010
I recently got an error message about there being low disk space. Well I checked to make sure it was true.Went to Computer and right clicked on "File System" and clicked properties. It said I had 0 bytes. I restarted and got the same Low Disk Space error, this time saying I have 258.5MB of space left. So, what could the problem be? I remember having 11GB of space left. Could this be a problem with my HD since it's pretty old? Well not too old, I think I've had it since like 2003.
If this is in the wrong area, than please do move it to the right location. Oh and here's a pic of what I mean: I should add, that I'm not having any problems surfing the web or anything. It's not going slow at all.I installed a deb. file for google talk, could that be messing with my computer? I just noticed that when I check the file system, the free space is always different. I just checked a second ago and it's at 248MB or so. So yeah, I have no idea what's wrong.
View 9 Replies
View Related
Oct 16, 2010
I am a complete noob using Ubuntu 9.10 for the past 6 months. I have a dual boot system i.e windows XP and Ubuntu 9.10. I never had any issue until I started getting the following warning message whenever I try to install updates from update manager. I can't even download other stuff from internet.
Not enough free disk space
The upgrade needs a total of 173M free space on disk '/'. Please free at least an additional 63.1M of disk space on '/'. Empty your trash and remove temporary packages of former installations using 'sudo apt-get clean'. Emptying trash and using sudo apt-get clean did not help.
View 9 Replies
View Related
Mar 18, 2011
I have sony lap with 320 Gb hdd with 3Gb RAM with windows 7 home basic running on it.Through Ubuntu website i downloaded the Windows installer[WUBI].At first it asked about the disk space i allocated it as 12 Gb..Now i want to add more hdd space to it..Right now i have avaiable spave is 7 Gb free i want to incerase atleast to 20 Gb ....How should i do...
View 3 Replies
View Related
May 7, 2011
I have a dual boot system that only has about 6.5 GB of total file space for Ubuntu on the disk. Recently I upgraded to 11.04, and have had problems logging on and in downloading and installing programs. Occasionally I get messages that say available memory [edit: I meant disk space, not memory] is too low.
I see from the disk analyzer that a folder called tmp is very large. Can that file be safely deleted? Anything else to clean up and scavenge more space?
View 7 Replies
View Related
May 8, 2011
I attempted to upgrade to 11.04 but I get an error message that says I do not have enough disk space. I am dual booting ubuntu from an external hard drive. How do I alter my partition size to allow for the upgrade?
View 4 Replies
View Related
Aug 16, 2011
My system just crashed with a message that the /tmp space was full, and now after rebooting I can't login to gnome.
I hit ALT-F1 to get to the command prompt and logged in and ran "df" and I noticed that my root partition is 100% full. /tmp is part of the root partition. I deleted everything in /tmp but it wasn't much stuff.
I have a separate partition for /boot and /home and a separate swap partition.
Can someone please help me get logged in again!? pretty please
It is a 12GB partition, that should be more than enough for the root partition...
At the time of the crash, I was playing with "incron" a utility which monitors the file system. It was supposed to act upon the creation of a new file in /media/Data (which is not part of the / partition). The action was that it should copy using rsync any new files in that location to a backup on another disk. I ended my statement with ";" because other statements in incrontab were ended that way... i wonder if it rsynced to my root partition because of that...?
View 2 Replies
View Related