Hi
I have a small/BIG issue with my new server. The server comes with 3x 120GB SSD.
My datacenter installed the Centos with Directadmin for me, but it seems it only contains ONE hard disk. Here is my installed disk partition -
[root@ ~]# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 20G 19G 0 100% /
/dev/root 20G 19G 0 100% /
devtmpfs 7.8G 516K 7.8G 1% /dev
/dev/md2 90G 4.4G 81G 6% /home
tmpfs 7.8G 24K 7.8G 1% /dev/shm
See already the /dev/root and rootfs already filled (don't know how ) Due to this i get frequent MYSQL error with less space. Also you can see only the 120GB is listed out there.
Here my disk details - [root@]# fdisk -l
So would really need some one's help to effectively utilize this hard disk space. Expand the OS and add more storage.
Hope some one here help me out.
Regards
I have a small/BIG issue with my new server. The server comes with 3x 120GB SSD.
My datacenter installed the Centos with Directadmin for me, but it seems it only contains ONE hard disk. Here is my installed disk partition -
[root@ ~]# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 20G 19G 0 100% /
/dev/root 20G 19G 0 100% /
devtmpfs 7.8G 516K 7.8G 1% /dev
/dev/md2 90G 4.4G 81G 6% /home
tmpfs 7.8G 24K 7.8G 1% /dev/shm
See already the /dev/root and rootfs already filled (don't know how ) Due to this i get frequent MYSQL error with less space. Also you can see only the 120GB is listed out there.
Here my disk details - [root@]# fdisk -l
Code:
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20478976 fd Linux raid autodetect
/dev/sda2 2550 14463 95687680 fd Linux raid autodetect
/dev/sda3 14463 14593 1047552 82 Linux swap / Solaris
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 2550 20478976 fd Linux raid autodetect
/dev/sdb2 2550 14463 95687680 fd Linux raid autodetect
/dev/sdb3 14463 14593 1047552 82 Linux swap / Solaris
Disk /dev/sdc: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 2550 20478976 fd Linux raid autodetect
/dev/sdc2 2550 14463 95687680 fd Linux raid autodetect
/dev/sdc3 14463 14593 1047552 82 Linux swap / Solaris
Disk /dev/md2: 98.0 GB, 97984118784 bytes
2 heads, 4 sectors/track, 23921904 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
So would really need some one's help to effectively utilize this hard disk space. Expand the OS and add more storage.
Hope some one here help me out.
Regards