Results 1 to 4 of 4
Hi,
I am new to linux , I had created an amazon instance and installed my application and files, now my file size in increasing rapidly and I see only
...
- 01-18-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
Partition Problem
Hi,
I am new to linux , I had created an amazon instance and installed my application and files, now my file size in increasing rapidly and I see only
4.5G of unused space in /dev/sad1 which would get filled very soon.
How can i assign more space to /dev/sad1, i see /dev/sdb, having a lot of free space.
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 11G 4.5G 5.7G 45% /
varrun 4.1G 156k 4.1G 1% /var/run
varlock 4.1G 0 4.1G 0% /var/lock
udev 4.1G 17k 4.1G 1% /dev
devshm 4.1G 0 4.1G 0% /dev/shm
/dev/sdb 444G 208M 422G 1% /mnt
Regards,
Rohit
- 01-18-2010 #2Is space being filled by Files in your Home folder or is it some Application data?I see only 4.5G of unused space in /dev/sad1 which would get filled very soon.
You can create a new /home partition in /dev/sdb Hard disk.
Post the output of this
* Its small L in fdisk -l.Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-18-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
This is the result of the command, the space is being filled with application data, mostly MySql
Thanks,root:~# sudo fdisk -l
Disk /dev/sda1: 10.7 GB, 10737418240 bytes
255 heads, 63 sectors/track, 1305 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sda1 doesn't contain a valid partition table
Disk /dev/sdb: 450.9 GB, 450934865920 bytes
255 heads, 63 sectors/track, 54823 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sdb doesn't contain a valid partition table
Disk /dev/sdc: 450.9 GB, 450934865920 bytes
255 heads, 63 sectors/track, 54823 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Disk /dev/sdc doesn't contain a valid partition table
ROhit
- 01-18-2010 #4
Is it a fresh installation? None of your Hard disk has a valid partition table. Did you change partition structure of your Hard disks recently?
What is the size of your first Hard disk? You should consider installing Linux in one of the other disk instead of small one you are using now.
You can create an image of existing installation and install it in other disk using Clonezilla or PartImage.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote