Showing posts with label volume. Show all posts
Showing posts with label volume. Show all posts

Sunday, September 3, 2017

Trinity Seven Volume 14 NEW

Trinity Seven Volume 14 NEW


Informasi
Judul : Trinity Seven
Type : Manga
Nama Alternatif : Trinity Seven: The Seven Magicians Synonyms: Trinity Seven: Shichinin no Mashotsukai, Trinity Seven: 7-nin no Mahoutsukai, ???????? 7??????
Status : Ongoing
Tahun Rilis : 2010
Genres : Action, Comedy, Ecchi, Fantasy, Magic, Romance, School, Shounen, Harem, Supernatural
Rating : 8.04 (http://myanimelist.net/manga/24822/)
Author : Akinari Nao (Art), Kenji Saitou (Story)
Serialization : Dragon Age
Credit : Mangacan, JalSubs

Sinopsis:
Setiap hari adalah hari-hari biasa di kota tempat tinggal Arata. Namun, semua berubah saat munculnya Matahari Hitam yang diikuti dengan munculnya penyihir dihadapannya. Matahari Hitam menyebabkan Fenomena Kehancuran yang menghancurkan kota tempat tinggalnya. Karena itu, hidupnya dibuat oleh Grimoire pemberian teman masa kecilnya sebagai kehidupan tiruan. Apa tujuan sebenarnya penyihir datang ke kota itu? Dan apa yang akan dia lakukan pada Grimoire kenang-kenangan dari teman masa kecilnya?

Download Manga Trinity Seven Volume 14 Bahasa Indonesia
Volume 14 (059-062) : Userscloud | Tusfiles | Solidfiles | Zippy | DU Mirror
> Download Volume Lainnya <

download file now

Read more »

Thursday, August 24, 2017

Ubuntu 12 04 Remove Physical Drive From Volume Group

Ubuntu 12 04 Remove Physical Drive From Volume Group


In this tutorial I am going to show you how to remove a drive from your logical volume group without losing any files by first moving all of its contents onto the other drives. This means that you do not have to take a full backup to another set of drives. I did this today because I wanted to replace a laptop drive that I had temporarily added as emergency "extension". Using the drive had noticeably decreased the performance of my volume group when writing new files and reading from those files later on.

    The first step is to look at your physical volumes in your volume group. You should have already added your new drive to the volume group if you are performing a replacement. This will also work if you have enough storage remaining on the already existing drives.
    sudo pvs -o+pv_used

    Hopefully that shows you that you have enough space on your other drives. To spread the files from the drive you want to remove, just enter the following command:
    sudo pvmove /dev/sd[x]

    This takes a long time. So at this point it is probably best to go away and watch a movie.
    When that has completed, you may want to run the following command again to see how everything is spread.
    sudo pvs -o+pv_used

    You can now remove the drive from the volume group with the following command:
    sudo vgreduce [volume group name] /dev/sd[x]
    For example:
    sudo vgreduce vg_main /dev/sdb
    Thats it! You can now physically remove the drive from your machine. If you run step 1 again, you will see that it no longer appears in the volume group as shown below:

References

  • Removing a Disk from a Logical Volume

download file now

Read more »