Ubuntu :: Volume Icon Taking Up The Space Of Two - Resize It Down?

Sep 13, 2010

Ubuntu 10.04.1 I was just tidying up my panel when I notice the Volume icon is taking up the space of two icons: I can right-click and Move it to the left or right

View 6 Replies


ADVERTISEMENT

Ubuntu :: Evolution Mail Icon And Volume Icon Gone?

May 5, 2010

I was playing a bit with the appearance of Ubuntu 10.4 and now my evolution mail and volume icons are gone.

View 4 Replies View Related

Ubuntu :: How Much Space Folder Actually Taking Up

Aug 29, 2010

I have ubuntu install on a 500 gb drive. It says i have 409 gb free. I've been able to account for 40 gb, but when I try to check the folder proc, it lists 128 tb. How much space is this folder actually taking up?

View 1 Replies View Related

Ubuntu :: Deleted File Still There, Somewhere, Taking Up Space?

May 16, 2010

I recently made the dumb mistake of using tar to make a backup of my "/" on my "/" when my "/" didn't have near enough space to store the backup. I received a warning message, so I canceled the terminal process and used nautilus to delete what amount of the backup had already been saved. That didn't seem to free up any space on my "/" like it should have, though. In an effort to find any hidden trash files that needed to be deleted, I used this terminal command:

[Code]...

View 9 Replies View Related

Ubuntu :: Taking Up Extra Space In Hard Drive?

Jan 9, 2011

How much space does Ubuntu 10.04 take?

I have a 320 GB HDD I use for data apart from the regular HDD for the OS. Of course when you go to format it, it's actually 298GB. So I made a 248 GB partition, ext4 for ubuntu data, and a 50GB partition for Windows.

It shows as 248.01 GiB in size in GParted, with 217.27 GiB used. 30.75GiB unused.

When I go to Computer, right click on the partition, click Properties, it says Total capacity 244.1 GB, 18.3 GB free, 225.8 GB Used.

So:

1) Why does GParted show it as 248GB and the Properties as 244 GB?

2) More importantly: Why does Gparted show I've used 217.27 GBs, while the Properties show I've used 225.8 GB? What's going on there?

View 9 Replies View Related

Fedora Installation :: Vmlinuz Is Booting Into RAM And Taking Most Of The Space?

Sep 15, 2009

I have and IBM e-Server, with 256RAM, however when I force the fedora installation to be perfomr in grapgical mode, Anaconda return a message that say that I dont have enoght Memory to perform the graphical installation. To my uderstanding It requiere 192MB of Memeory for a graphical installation.

What I'm doing wrong?, or is that the vmlinuz is booting into RAM and taking most of the space?

View 1 Replies View Related

General :: Which Files Are Taking Space To Make The Partition 68% Used

Jun 8, 2011

I have some confusion about one of my partition and the space it is taking. df -h output is given below;

# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ddf1_ADVDTARTINGp1
494G 18G 452G 4% /

[code]....

above information is showing that /var/lib/mysql partition total size is 379 GB and it is 68% used. However when I execute command du -sh /var/lib/mysql it shows following output.

# du -sh /var/lib/mysql
45G /var/lib/mysql

Now I want to know what files are taking space to make the partition 68% used. I want to list down all files in that partition with size.

View 8 Replies View Related

General :: Find Which Files Are Suddenly Taking Up The Space?

Jul 27, 2010

I had this come up in logwatch: /dev/sda5 4.8G 3.6G 960M 80%/

Any ideas how I can find which files are suddenly taking up the space?

View 17 Replies View Related

Server :: How To Block Animated GIFs From Taking Up Space

Nov 29, 2010

My company recently started bouncing all .Gifs back to our linux server. Is there a way on my end that i can block this from happening so it stops taking up space?

View 3 Replies View Related

Ubuntu Servers :: Deleted Log Files Taking Up Huge Disk Space?

Sep 7, 2010

My /var/ partition continues to fill up on all my servers, and it is because the logs in /var/log/apache2 or /var/log/mysql are being deleted during log rotate, but their file handles are being held open. Thus, a "du -sh /var/log" shows the correct values, but "df | grep /var" shows something much different.

It seems that the log files rotate, however if I run "lsof | grep deleted" it returns lots of files that are no longer visible in the directory, however refuse to clear themselves off the disk.

The only way I have found to make these log files go away (and thus clear up the disk space on the partition I should have) is to restart either apache or mysql, depending on which process has huge sized log files being held open.

Is it just me, or is this a big flaw in the way linux works, that it can't figure out how to release file handle for a log so the disk space can be reclaimed? This is happening to me a lot lately.

Here is some output from one of my web servers so you can see what I am seeing...

root@web49:~# df -h | grep /var$
Filesystem Size Used Avail Use% Mounted on
/dev/sda8 9.2G 6.1G 2.7G 70% /var
root@web49:~# du -sh /var

[Code]....

View 9 Replies View Related

Ubuntu :: Deleted Photorec Backup Files Taking Up Disk Space?

Mar 13, 2011

I used photorec to recover lost files and it brought up 70gb worth of files, when I was done looking through them I deleted these files. but these files still seem to be taking up my disk space. When I try to access my trash bin with root I get a message that reads...."The folder contents could not be displayed. sorry, could not display all the contents of "trash": operation not supported." if I open my trash bin when I'm not in root, the bin is empty.

How do I free up my disk space?

View 8 Replies View Related

Ubuntu Security :: .encryptfs Folder Is Taking Up So Much Space - Getting Notifications Every Time Log In

May 20, 2011

When I reinstalled ubuntu I chose to encrypt my home folder (something that i've never done before) but now that I know it doesn't really make a difference i'd like to decrypt it because the .encryptfs folder is taking up so much space i'm getting notifications every time I log in.

View 7 Replies View Related

Ubuntu Installation :: LVM2: Resize The Physical Volume

Apr 11, 2011

I have a 500GB hard disk, /dev/sda. On it, there is /dev/sda1 for /boot, /dev/sda2 for an LVM PV (physical volume), and /dev/sda3 for another /boot (multiple Linux distros, one boot partition for grub legacy, another for grub2). so the LVM2 partition, /dev/sda2, is taking up ~465GiB. I want to add another OS (non-Linux), so I resized the *lvm2 physical volume* to 320GiB, successfully, using pvresize.

However, I now need to resize the partition so the lvm2 physical volume only just fits on it, ie to 320GiB. My plan of action is to use gparted (the partition table is GUID, so fdisk won't work), to first delete the partition from the partition table, then re-add it but this time with a smaller value (~320GiB). The problem is that I need to know exactly how many MiB/cylinders the physical volume is taking up. So, I run:

Code:

root@sysresccd /root % pvdisplay
--- Physical volume ---
PV Name /dev/sda2
VG Name vg0

[code]....

What one of these values do I need to set the new lvm2 replacement partition to?

View 7 Replies View Related

Fedora :: Managed To Reduce The Logical Volume To Free Some Space But Cant Seem To Reduce The Physical Volume

Jan 1, 2010

so i have f12 installed on my hd with lvm using the whole extent of the HD , i want to reduce it so i can dual boot it with a windows system, i managed to reduce the logical volume to free some space, but i cant seem to reduce the physical volume, is this possible and how ?

View 2 Replies View Related

CentOS 5 Server :: How To Automatically Resize Logical Volume

Feb 17, 2010

I'm sure many of you here have worked with disk quotas and lvm2 and my problem involves both. Basically what I'm wanting to do is have it so whenever a logical volume gets below a certain constraint (10Gb's) ie. it only has that much left - I want to automatically resize it to add 20 GB's. Obviously this can be done rather easily manually, and with a bit of python hacking it can be done programmatically but since this is for production use I was wondering if there was something a bit more fluid. Since this server is I/O intensive ZFS implemented via FUSE is not an option and neither is the still unstable BtrFS.

View 3 Replies View Related

Ubuntu :: Cannot Resize Windows Partition (Unallocated Space)

Mar 21, 2010

Recently I decided to give Ubuntu 10.04 a try and I didn't like it + some drivers were really buggy so I deleted the partition. I can't boot. I covered the process of how I fixed it on my blog here. Anyhow, now I'd like to expand my windows partition as there's 175gb of unallocated space. The problem is gparted won't let me expand it (trying this via liveCD). I've tried mounting/unmounting it's no luck.

View 9 Replies View Related

Software :: Postfix - Cache - Logging - Taking Up All Disk Space - Limit / Turn Off?

Feb 22, 2010

I'm working on a few servers running centos and using postfix. I don't know what the exact problem is, but we are having problems with the disk space being maxed out at 100 gigs. What we think the problem is...is that postfix is either caching or logging all the emails we send out. We sent 250k emails (500kb apiece) over the weekend and we were having trouble with that quantity. It seems some of those email were queued up for retry sending...but we didn't have sufficient disk space for that? Something broke - I'm not sure what.

What I want to do is to find and change the config file that has to do with postfix email retrying - possibly limit this (not sure if this will fix my problem). Or, turn off /limit any way that postfix logs/caches emails so that it won't take up all the disk space when queued up for retry... Again, I'm totally lost here (on both what's going on, and how to fix it). I'm not sure what more information is needed to address this problem

View 1 Replies View Related

Fedora Hardware :: Resize A Logical Volume Group Partition?

May 17, 2010

Ok so I have one drive. /boot /lv_root and /lv_swap

At the end of the drive I have 32 gigs of free space still contained in the logical volume group. I want to remove it from the LVG but this is on one device. Supposedly there is a way to do this, pvresize and fdisk.

[URL]

Quote:

Originally Posted by source

#I've tried to shrink the PV with pvresize which didn't throw errors -

Good.

#but fdisk still shows me the same LVM partition size as before.

That's normal. pvresize "just" updates the PV header and VG metadata.

#So I guess the partition table has to be modified somehow?

Yes. That was mentioned in my reply: "Then shrink the partition in the partition table."

You can use fdisk or any other partition table editor for this. Some don't support resizing a partition. In that case, you can delete and create a smaller one. If doing the delete/create dance, you *must* create the new partition on the same cylinder boundary as the current one to preserve the current data.

Ive read from every source on LVM its not possible to do this. Why on earth would any Linux developer put LVM on a single drive system by default? Were they even paying attention? I dont mean to go off on a rant but if there are multiple drives LVM makes sense. However if you only have one large drive LVM holds your system hostage and you have to crawl thru the pit of hell to get it back.

I understand you have a choice in the matter when you install Fedora but its really the worst possible choice for default. Many newcomers to Linux run into this problem with LVM. If you cannot resize LVG's the software should have never been put into a Linux distro in the first place.

View 13 Replies View Related

Ubuntu :: Gparted - Can't Resize/move To Fill Unallocated Space

Jun 16, 2010

I installed a dual boot windows 7 and xubuntu and now decided that I would like to allocate more hard disk space to xubuntu. I've resized the windows partition (sda2 in the screenshot) and it is now the grey unallocated. I'm having trouble moving this unallocated space to the linux portion (sda5). I did my homework and found that this is done by booting off a live cd and using gparted from there, because you can't modify a partition that you're using. I also read that you had to turn swap off. I did both of these tasks, but as you can see from the attached screenshot, I am unable to resize the linux partition to fill the unallocated space.

Here's my "sudo fdisk -l" for reference:

Code:

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[code]....

Also, the sda4 is a shared partition that I can access from both windows and linux.

View 7 Replies View Related

Ubuntu Installation :: GParted - Partition Resize / Adding More Space

Jun 30, 2011

I recently downloaded/installed Gparted as I want to resize my ubuntu to more HDD space in partition and reduce NTFS partition size. Is there any faster way to do gparted in ubuntu? I remembered in previous versions of ubuntu that gparted had MBR but I can't find info to do this.

View 1 Replies View Related

General :: Resize Root Partition & Add Space To Home?

Aug 8, 2010

l my root (/) partition has 11G free space and my /home is only left with 5g around and /usr has around 8g in my fedora 13 .So is there any possibility to "resize" the root partition and add it to home partition bcoz i see the opposite in the threads(resize home to add space to root).My home has nothin more than a movie which is 700MB and i've installed some new application yesterday. But it shows half of the space is almost used!!!

/dev/sda7 12G 925M 11G 9% /
tmpfs 497M 2.6M 495M 1% /dev/shm
/dev/sda9 12G 5.0G 6.0G 46% /home
/dev/sda8 12G 4.1G 7.3G 36% /usr

View 6 Replies View Related

Ubuntu :: Resize Partition - Use Space Taken By Vista To Extend My /dev/sda6 Ntfs

Nov 11, 2010

I have a dual boot Ubuntu 10.04 and Vista laptop.

My Ubuntu partions /dev/sda4 extended, which contains a /dev/sda5 ext4 and a /dev/sda6 ntfs partition.

Vista is on /dev/sda2 ntfs. I would like to wipe vista out, turn off dual boot (if possible) and use the space taken by vista to extend my /dev/sda6 ntfs partition in ubuntu.

View 6 Replies View Related

Ubuntu :: Safely Resize A Partition Like Adding The Extra Space Without Touching The Existing Data?

Jul 9, 2011

I have a BIG extended partition. It's at about 750Gb. Aside from that, I have 2 unallocated spaces, one at 240Gb and one at 5Gb. I want to make one of my storage drives bigger, and so that I can take advantage of all the space I have. (Those 250Gb have been unused for ages. I want to use them for my growing libraries.) So I wonder: would it be safe to put these smaller "chunks" into the extended partition, and still have a working systen? I don't want to mess it all up.

Also, can I safely resize a partition, like adding the extra space, without touching the existing data? I'm not exactly sure how the resize/move function in GParted works. Will it wipe and extend or only extend it by adding it? It would be nice to have these questions answered. Also, if it's to any help, this is my partition table as of now:

[Code]....

As for the first entries, they're unallocated. They're the primary drives, but they don't exist. I'm actually considering to move my partitions out of the extended one, because I only have 3 partitions that I use and will ever use. But if the extended partition is not a problem, I will just keep it this way.

I'd imagine that I first extend the extended partition to consume the unallocated space, and then I move it all to the end of the partition, and then resize sda7 to consume it, and get a 750Gb partition. Can this be done without loss of data?

View 9 Replies View Related

Ubuntu :: Volume Icon Gone From Top Panel In 10.4

Mar 22, 2010

I am using the fully updated version of Ubuntu 10.4. The volume icon is missing from the top panel and adding the "notification area" does not do anything - I can double-click the icon, or drag it over, and nothing appears in the panel. Adding the "Indicator Applet" also has the same result. I do not know what applet to add, nor do I know why the volume icon is missing. The power icon, the network icon, the mail icon, and the rest of the applets are all there - only the volume icon is missing.

Also, when I press "fn + pg up or pg dn," it would usually change the volume and display a notification showing that the volume changed. This does not happen anymore: no notification, no sound change. I can still hear audio, but can not change the level.

View 9 Replies View Related

Ubuntu :: 10.04 - Lost Volume Control Icon On Top Panel

May 2, 2010

I accidentally removed the volume control icon on the top panel of my desktop. How do I get it back. I'm on 10.04 if that matters.

View 5 Replies View Related

Ubuntu :: Haven't Volume Icon In Panel After Upgrade From 9.1 To 10.4

May 6, 2010

I used to have the volume icon in Top Panel before upgrading from 9.1 to 10.4 I'm sure it's something stupid I'm not seeing, or maybe not, but anyhow....

View 3 Replies View Related

Ubuntu :: Get The Volume Changer Icon Back In The Top Panel

Jun 19, 2010

Recently I removed uninstalled evolution and gwibber from lucid and removed the envelope icon from the top panel too. But along with it the volume icon also disappeared. How do I get the volume icon back?

View 3 Replies View Related

Ubuntu :: Volume Control Icon Missing From Panel?

Mar 28, 2011

I was having some problems with audio and java #post10609906), so I uninstalled pulseaudio, which removed the volume control icon from the notification area. However, even after reinstalling pulseaudio and ubuntu-desktop(which got removed), the sound control isn't there, although the internet connection icon in the notification area is still thereNote: Another thread said that adding notification area to the panel would restore it. I've tried that, but it only shows the internet icon and not the volume control.

View 4 Replies View Related

Fedora :: Volume Icon Has Gone From Top Panel?

Jun 1, 2010

Strangely my volume icon has gone from my top panel and it's not in the add to panel list either.

View 2 Replies View Related

Ubuntu :: Lost Top Sound Icon & Can't Control Volume With Keyboard?

Feb 14, 2010

my issue is as my Title "Lost Top Sound Icon & Can't control volume with Keyboard" OS: Ubutnu 9.10 x64 - Karmic Koala Lost the Top Panel Sound Icon, I even go to: System > Preferences > Sound Message Pops Up: Waiting for sound system to respond

Funny thing I do get Ubuntu OS Audio sounds Now as well I lost control of my Volume with my Keyboard, pretty sure it has to do with the same Sound icon in the Top panel that is missing The only way I can control Audio is Manually using: gnome-alsamixer 0.9.7

It sucks big time, because I can't control my Audio when ever I need to mute it or upper/lower it through my keyboard fastly when needed. having to manually opening an application to be able to change/control the Audio volume is a huge hassle for me

[Code]...

View 5 Replies View Related







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