CentOS 5 Server :: How To Enlarge Space Of Disk Without Re-install Operative System

Dec 5, 2009

I have a server with centos 5, with two hd, i did a fresh installation with cenTOS using the 2 hard disk, now we need enlarge with other hard disk more, can some one explain how to enlarge the space of disk without re-install the operative system?.

View 1 Replies


ADVERTISEMENT

CentOS 5 :: Adding Disk Space On System Based On VM Ware?

Sep 30, 2010

I have install Cent OS 5.5 on VM Ware ESXi 4. I have added new hard disk of 100 GB Disk space to same VM Ware instance.

How do I initialize that volume so I can see it on Linux server and use it.

View 3 Replies View Related

CentOS 5 :: Install CentOS 5.2, And The Installation Ran Out Of Disk Space After Running For About 2 Hours?

Feb 18, 2010

I am trying to install CentOS 5.2, and the installation ran out of disk space after running for about 2 hours.I checked the FAQ, and it said 1.2 GB. The disk is 3 GB. The default install was selected, and I think that it checks for sufficient available disk space before installing. Still, it ran for quite a while before announcing that it was out of disk space.The Installation Guide is not very helpful, since there is a blank page where the disk space requirement is supposed to be. I just picked the default installation. A search of the forums on "not enough disk space" did not return much.

View 13 Replies View Related

Server :: Use System Monitor Via A VNC Connection The Free Disk Space Value Is 20GB Free On The Same Volume

May 18, 2011

I've got a question on free disk space. I'm currently running CentOS 5.5 on in Xenserver virtual environment. We've had an issue with disk space. My question is as follows: - from a ssh connection i run df -h this gives the value of 90% used leaving me with 9GB. If I use system monitor via a VNC connection the free disk space value is 20GB free on the same volume. Which one is correct? I do use SNMP to monitor the same volume and should alert me when < 10% is free I know this works as I set the alert threshold to < 90% I get an alert.

View 2 Replies View Related

Fedora :: Enlarge Partition At The End Of The Disk

Jun 10, 2011

I've installed fedora on my PC by reducing the existing NTFS partition and installing Fedora on free space at the end of the disk. Now I'd like tho enlarge fedora's partition. How can I do this? If I just move the partition back in disk, can I boot normally on fedora?

View 14 Replies View Related

General :: CentOS 5 - Available Disk Space Always 0 Percent

Jun 16, 2011

I am running centos 5. So far, it gives no problem but just yesterday, when it reported "no free space" for file writing, I try to remove some file as usual. Unfortunately this time no matter how much files I had deleted, it just keep showing no available space for doing so.

Result from df:
[root@LSMSVR ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
1.2G 269M 879M 24% /
/dev/hda6 4.8G 138M 4.4G 4% /tmp
/dev/hda5 19G 2.4G 16G 14% /usr
/dev/hda3 48G 12G 34G 25% /var
/dev/hda2 379G 365G 0 100% /home
/dev/hda1 99M 15M 80M 16% /boot
tmpfs 180M 0 180M 0% /dev/shm
ow to recover the lost space in /home?

View 2 Replies View Related

CentOS 5 :: How Many Space Does A Plan C5.4 Take On Hard Disk

Dec 29, 2009

Can some one tell me how many space does a plan CentOS 5.4 take and the minium size of the memory.
Also, what is the minium size I have to partition on /boot

View 1 Replies View Related

CentOS 5 :: Increased Disk Space Not Reflected

May 11, 2011

I am running Centos 5.5 in vmware and recently had to increase my disk space from 20GB to 40GB. I understand that in linux, the increased disk space is not automatically reflected but as I am new to this topic, I am not sure how I can go about doing this. how to see what's the available space and how I can partition(?) this.

For your reference:

[root@localhost ~]# fdisk -l
Disk /dev/sda: 42.9 GB, 42949672960 bytes
255 heads, 63 sectors/track, 5221 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

[Code].....

View 2 Replies View Related

CentOS 5 :: Any Known Errors On Allocating Disk Space Using Rsync?

Mar 13, 2009

Need to know if there are any known errors allocating disk space using rsync. I have recently setup a small file backup server (2 500GB drives) running Centos 5.2, with a rsync daemon (via xinetd). However I have noticed that after about a week of usage, if I reboot, then the disk that rsync uses, has a lot of multiply claimed blocks and inode errors, such that I have to run fsck multiple times to fix. This has happened a couple of times now so I don't think that its random.

View 11 Replies View Related

CentOS 5 :: Resizing Software-RAID Disk Space On 5.5?

Mar 13, 2011

I have a dedicated server that has CentOS 5.5 installed.. I can access that server via SSH as root. Now the issue is.. httpdocs folder is situated in /var where all website data is stored. I have more than 50GB of website that needs to be transfered to this partition but this partition is of 4.0GB..

# cat /etc/fstab
/dev/md1 / ext3 defaults 1 1
/dev/sda2 none swap sw
/dev/sdb2 none swap sw

[code]...

View 2 Replies View Related

Ubuntu Installation :: Increase Disk Space In / File System?

Apr 8, 2010

i just installed ubuntu 9.10 onto my windows vista laptop. i ran ubuntu update manager but it tells me i'm low on disk space. system monitor tells me that i still have 50.2 GB of space but the problem is that i only have 68 MB left in my / File System. how can i increase disk space in / File System?

View 3 Replies View Related

General :: RW-20013: Error: - Not Enough Free Disk Space On System

Jul 14, 2010

I am trying to install Oracle ebs and it falls over with this message:-

Code:

File Space Check :

-- database node space checks --

RW-20013: Error: - Not enough free disk space on system:
Database ORACLE_HOME = /d01/oracle/VIS/db/tech_st/11.1.0
required = 9967.0
actual = 9898.0390625

[code]....

View 3 Replies View Related

CentOS 5 :: Df Not Showing Disk Space After Logical Volume Expansion / Fix It?

Jun 5, 2009

I've added a new LUN to my Centos 5.2 server using Powerpath and have added it to an ext3 logical volume. I extended the logical volume using lvextend and the new space shows up correctly in lvdisplay. What I'm having problems with is getting Centos to see the new disk space (df -h shows 500GB, not 600GB as expected). I've tried running a resize2fs on the new volume but it tells me that "the filesystem is already n blocks long. Nothing to do". Does any one know where I'm going wrong? If possible I'd like to sort this without a reboot.

View 3 Replies View Related

CentOS 5 :: Part Of The Disk Space Is Unavailable: Only 37 GB Out Of 80GB Is Accessible?

Dec 26, 2009

A part of the disk space is unavailable: Only 37 GB out of 80GB is accessible A part of the disk space is unavailable: Only 37 GB out of 80GB is accessible. I have a vmware instance of CentOS setup with 80GB of Hard Disk space ( Preallocated). When I login to the system I only see 35 GB.

[Code]...

View 1 Replies View Related

CentOS 5 :: Nagios - Checking Remote Host For Disk Space?

Nov 22, 2010

I'm trying to setup my test nagios to check the disk space of another linux box. I've got it setup and checking. But to my surprise, it was checking the nagios server's local disk space instead of the remote linux.

Here is my services.cfg.

define service{
use basic-service
name disk-space
check_command check_local_disk!20%!10%! /

[Code].....

View 10 Replies View Related

Ubuntu Installation :: Cannot Upgrade To 10.4 0 Free Disk Space By Symlink System Directories?

Apr 30, 2010

I cannot upgrade to 10.4, because my EEE 901 has a too small "system disk", 4GB. However, I do have enough space on my slower 16GB SSD disk. Can I move some recommended system directory there temporarily and symlink from the root disk? Would the upgrade data itself be a good candidate, perhaps? The work around would be to do a clean install of the new version, but I rather not, as I have some tweaking to do afterwards in that case. As it is now, I have 700MB of free space, and need about 1.4GB, if I'm not mistaken.

View 3 Replies View Related

Ubuntu Servers :: Hard Disk Half Full - System Says No Space Left

Jun 30, 2011

For our workgroup I set up a server which is basically 10.04.2 with kernel 2.6.32-32-server on a SSD and all the data on a RAID 5 consisting of 4 2TB hard disks, thus a maximum of 6TB space for data on the RAID. Having multiple users with different amounts of data from different scientific data source I set up an lvm on top of the RAID

--- Physical volume ---
PV Name /dev/sdb2
VG Name home-data
PV Size 5,45 TiB / not usable 3,00 MiB

[code]...

Here is the problem: The volume Genomes (or /genomes) is half full

sudo df -ah
/dev/mapper/home--data-Genomes
1,9T 850G 920G 49% /genomes

but the system states it as full whenever I try to add more data (tried cp and rsync). There is no quota set to the volume (I have quotas in place for users home folders. These are only for max amount of disk space, not max file number, and I am still able to move/add files elsewhere so there seems to be no interference).

View 9 Replies View Related

Server :: How To Check Disk Space

Sep 26, 2010

Code:

df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 50G 47G 602M 99% /

How to find why Avail space shows only 602M?

View 8 Replies View Related

Server :: Creating The Disk Space Alerts?

Mar 28, 2011

#!/usr/bin/perl
use Term::ANSIColor;
####TIME DETAILS ######
print colored ( "PLEASE SPECIFY HOURS FOR THE FILESIZEREPORT TO RUN
", ' bold green on_blue' );
$hrstorun = ;

[code]....

View 6 Replies View Related

Server :: How To Check Disk Free Space

Apr 23, 2010

[root@linux root]# fdisk -l
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 83 Linux
/dev/hda2 1276 4864 28828642+ f Win95 Ext'd (LBA)
/dev/hda3 14 395 3068415 83 Linux
/dev/hda4 396 526 1052257+ 82 Linux swap
/dev/hda5 1276 3187 15358108+ 7 HPFS/NTFS
/dev/hda6 3188 3249 497983+ 8e Linux LVM
/dev/hda7 3250 3311 497983+ 8e Linux LVM

Here /dev/hda5 taken of How much capacity for NTFS (need space in MB).

View 8 Replies View Related

Server :: How To Create Disk Space Quota

May 26, 2010

What is the best way to create a hard (OS) quota on disk space folders? Basically in web root folder /var/www/lighttpd I have a folder called domains. I want to set a quota on each domain folder. The quota sizes will vary per folder. Is there a way to do this without creating a user for every domain? Currently every folder is owned by the lighttpd user and group.

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

Server :: Check Hard Disk Space In Level 3?

Sep 23, 2009

When level 3, we can use only command. What can I do to check for Hard Disk usage such as used space, free space, total space.

View 4 Replies View Related

Server :: Good Amount Of Disk Space To Have Free?

Jan 8, 2010

What a good amount of disk space to have free? Is there a general rule of thumb? IE 70, 80 or 90%?

View 2 Replies View Related

OpenSUSE Install :: Disk Space Missing / What To Do?

Jan 15, 2011

My root partition seems to missing 1.6 GB of space. From "df -k" I get this output code...

I can't find any rootkits with rkhunter and chkrootkit, and fsck reports no errors.

Does anyone have any idea what might be going on here?

View 9 Replies View Related

Ubuntu :: Cannot Install Antivirus / Have No Disk Space

Apr 8, 2011

I just installed a fresh copy of Ubuntu and after running it for a few days I am having some strange issues. First, I cannot access the Applications men. When I click on the tab it highlights but I do not get a drop down menu. Also, I am being told when I boot up that there is no hard disk space. If I go to places->computer and check hard disk properties I am told that there is 66MB of space (I have a 640MB drive and only Ubuntu is installed). I think I have a virus but I cannot install an antivirus because I "have no disk space" and can't access the terminal through applications.

View 9 Replies View Related

Ubuntu Installation :: How Much Disk Space Does A Full Install Take?

May 24, 2010

I downloaded the Lubuntu iso from http://lubuntu.net. It is 521MB.How much disk space would a full install use? 2GB? 3GB?

View 3 Replies View Related

Ubuntu :: Partitioning Disk Space And 10.10 Install Requirements?

Apr 13, 2011

I am testing release 10.10 of Ubuntu desktop from a USB boot drive. It looks great so far, and I am thinking of installing it on the machine. However, I would like to know the disk space requirements. I know I could look them up, Also, while working with the interface I accessed all of the machines devices from the Linux OS and saw that I could partition an existing partition. However, that houses the Windows XP SP3 installation and I was wondering if altering partition size would wipe its contents.

I would be awsome if I could dynamically alter the partition to the size required by Ubuntu plus some slack for applications and the like so I could have both OSs on the same machine without having to reformat the drive for dual boot and re-install both OSs.

View 7 Replies View Related

Software :: Install GRUB In The MBR Of The Only Bootable Disk In The System, But Load Configuration And Images From Another Disk?

Apr 29, 2011

Is it possible to install GRUB in the MBR of the only bootable disk in the system, but load configuration and images from another disk?Basically I want to install GRUB on /dev/sda, but menu and images will be under /dev/sdb2.Note: /dev/sdb is not bootable.

View 14 Replies View Related

OpenSUSE Install :: Will Disk Space Increasing Wihtout Shuting Down?

Mar 18, 2011

I am running OpenSUSE 11.4, and have 2 partition in it, one is / (about 10GB), another one is /home (about 50GB). I usually put into sleep when I'm away from my computer. It had been few days I never shut down my computer, and today I got a warning message mention that my disk space (/home partition) is full. I check my disk space in Dolphin's properties menu for the /home directory, found out that it only used up 10GB disk space. I did a check on the "My Computer" on the desktop, the status is showing full usage (100%) in red color. I did df -h command, the partition for the /home is showing 100% used as well. I don't really know what is going on, and then I restart my PC. It back to normal after I come back to my Linux, which is 10GB disk space used. I don't know whether this is a bug in OpenSUSE or not.

View 9 Replies View Related







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