Hardware :: Incorrect Disk Space ?

Dec 9, 2009

I am using fedora 7 with 300G sata hdd. i have deleted 18G of 2 files. After deletion and after 12 hours, the filesystem size displayed by "df" was unchanged.

View 5 Replies


ADVERTISEMENT

Ubuntu :: Df Incorrect Disk Space ?

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

General :: Why Is Used + Available Disk Space Always Less Than Total Disk Space

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

Debian :: Hard Drive Showed Incorrect Free Space

Jan 19, 2011

I have problem with my hard drive on Debian. I connected my hard drive as a local drive (NFS) in to Mac OS. Later i deleted some files on that hard drive from my mac but the free space didnt change. It looks like these files moved in to trash or something but i dont know where is it.

View 7 Replies View Related

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

Hardware :: Reduced Disk Space / Use The Total Amount Of Space?

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

Ubuntu :: Bleachbit Very Incorrect With Disk Usage?

Jan 3, 2010

I realize bleachbit is supposed to "clean files", but my disk usage is at 11.8%. My disjk usage was at like 6.0%. How in the world did it jump so much? It doesnt appear to be right. The only thing I did not check were the Firefox checkboxes..

View 1 Replies View Related

Ubuntu :: Disk Usage Is Incorrect, About 34GB Missing?

Jan 12, 2010

I've got this problem. Disk usage analyzer says I have a 70.3GB HDD which is correct. However it says that 55.7GB is used even though disk usage analyzer shows me that I have only 21.4GB filled up with data (filesystem). What is taking up all the space then?Could someone help me with this issue? I have tried to search the forums with no satisfying result.Here is the disk usage analyzer output:And here is the df output from terminal:

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 73742752 58371236 11625564 84% /
udev 1026116 244 1025872 1% /dev

[code]....

View 9 Replies View Related

Ubuntu :: Disk Space Used Doesn't Match What Is Shown In Disk Usage Analyzer?

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

Ubuntu :: Add Hard Disk Expand Disk Space For /home

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

Fedora Security :: Moved /var/log To New Disk - Selinux Relabel Now Incorrect

Apr 27, 2011

I've moved my /var/log directory to another disk (/mnt/serverlogs) and created a symlink for the original directory:

Code:

[root@fileserver2 var]# ls -aldZ /var/log
lrwxrwxrwx. root root unconfined_u:object_r:var_t:s0 /var/log -> /data/serverlogs
[root@fileserver2 var]# ls -aldZ /data/serverlogs
drwxr-xr-x. root root system_u:object_r:var_log_t /data/serverlogs

I have SELinux set to permissive and am getting lots of errors because the contexts are incorrect after a filesystem relabel. e.g.

Code:

[root@fileserver2 var]# ls -alZ /data/serverlogs/messages
-rw-------. root root system_u:object_r:default_t:s0 /data/serverlogs/messages

I believe that this file should be var_log_t.How can I restore the correct context to all of the files in /var/log?I've tried running:

Code:

restorecon -vR /var/log/

But this does not change the contexts, I guess because the files are now in the 'incorrect' location. I've looked through the file: /etc/selinux/targeted/contexts/files/file_contexts which I believe contains the original/default settings - maybe I need to alter this file to fix the problem? I've also tried modifying /data/serverlogs using:

Code:

semanage fcontext -a -t var_log_t /data/serverlogs

which fixes the directory itself, but not the contents,

View 8 Replies View Related

Ubuntu :: Disk Full - Can't Free Any Disk Space

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

General :: Disk Utility And Df Show Different Disk Space ?

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

Ubuntu :: Incorrect File System Space Reported By System Monitor?

Apr 3, 2011

In System Monitor, on the File Systems tab, the "Total", "Available" and "Used" columns don't seem to add up, and the "Used" percentage doesn't seem correct either.

My config:
/dev/sda1 = 80 GB SSD drive, / partition.
/dev/sdb1 = 50 GB FAT32 partition of an external 500 GB USB hard disk.
/dev/sdb2 = remainder of the 500 GB USB hard disk encrypted using luks.

Screenshot: The /dev/sda1 figures don't really add up well, but they're close at least (how you get "50% Used" from any of those figures I don't know!).

However, for /dev/sdb2, they're miles off:
"Free" = 146.2 GiB
"Total" = 409.7 GiB
"Available" = 125.4 GiB
"Used" = 263.5 GiB

[Code]...

View 4 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

Ubuntu :: Resize Entire /root (root.disk) Virtual Disk Space?

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

Debian :: Out Of Disk Space On /

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

Ubuntu :: No More Space On My Usb Disk - But There Is ?

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

Ubuntu :: Get More Disk Space For U11.04?

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

Red Hat / Fedora :: Not Enough Disk Space

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

General :: Disk Space Up To 60%

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

General :: Out Of Disk Space ?

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

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 View Related

OpenSUSE :: 11.2 Eats Up Disk Space?

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

OpenSUSE :: Error - You're Low On Disk Space

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

OpenSUSE :: 11.3 Stealing Disk Space?

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

Ubuntu :: My Disk Keeps Running Out Of Space

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

Ubuntu :: Free Up Space On Disk 9.10?

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

Ubuntu :: Low On Disk Space Message?

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

Ubuntu :: Extract ISO With Low Disk Space?

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







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