This is stupid. I ordered 2SSD from a provicer. Usually I am the one doing the partitioning and formatting. I will then know which one is the SSD by looking at disks that's not partitioned yet.
Turns out, despite the unmanaged status of the server, and price that's unusually low, the provider, perfectip.net did the installation and partitioning. In other word, they go above and beyond duty and have improved a lot.
While I actually appreciate it, I did not know how to differentiate which one is which.
So I repartition and reformat sdb and sdc because I thought that's the new SSDs. I got warning saying that sdc1 is in use, and I was like, how come? It's a new hard disk. So I unmount and go ahead nevertheless.
I went to /boot which seems to be where /sdc1 is mounted too and I saw a bunch of .img file. Ah, it must be back up I suppose.
In short, if I go to /boot I see nothing.
To further add complication /sdc1 which is now mounted to /home3 is only 440 MB even though the whole /sdc is 1.5 T hard disk.
root@host [/boot]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup-lv_root
50G 8.6G 39G 19% /
tmpfs 32G 0 32G 0% /dev/shm
/dev/mapper/VolGroup-lv_home
1.3T 192G 1.1T 16% /home
/usr/tmpDSK 485M 11M 449M 3% /tmp
/dev/sdc1 485M 11M 449M 3% /home3
/dev/sdb1 97M 5.6M 87M 7% /home2
doing
root@host [/boot]# fdisk -l
Disk /dev/sdb: 256.1 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 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
Disk identifier: 0xb4852a81
Device Boot Start End Blocks Id System
/dev/sdb1 1 31130 250051693+ 8e Linux LVM
Disk /dev/sdc: 1500.3 GB, 1500301910016 bytes
255 heads, 63 sectors/track, 182401 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
Disk identifier: 0x00037518
Device Boot Start End Blocks Id System
/dev/sdc1 1 182401 1465136001 8e Linux LVM
Disk /dev/mapper/VolGroup-lv_root: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 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
Disk identifier: 0x00000000
Disk /dev/mapper/VolGroup-lv_swap: 33.8 GB, 33839644672 bytes
255 heads, 63 sectors/track, 4114 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
Disk identifier: 0x00000000
Disk /dev/mapper/VolGroup-lv_home: 1412.2 GB, 1412247322624 bytes
255 heads, 63 sectors/track, 171695 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
Disk identifier: 0x00000000
root@host [/boot]#
As you see, there is only 1 partition in sdc namely sdc1
There is a bunch of /dev/mapper which I do not understand what.
Oh ya in addition of deleting /sdc1, I recreated /sdc1 and mount that and can't unmount.
So I am screwed do I? All files are already backed up. Server is still running anyway. Should I ask for a reinstall?