1

My hard disk is 4x10 TB so i would like use all storage as 40 TB. I shared my disk info also i used no raid. Is there any way to do that. I tried to remove disk but i got error for that. I have "sda", "sdb","sdc", "sdd" and i already use sda as / . So "sdb", "sdc", "sdd" i could not them. i would like use other storage. Thanks helping from now.

enter image description here

Edit: I tried to mount other disks which are sdc and sdd so i got that now can i use /dev/sdd and /dev/sdc storages. I mean that for example if i use /raif or /ibrahim, storage will be used for sdd or sdc area or Will it be spent from the common area which is totally 18T storage which sda / .

enter image description here

1 Answers1

4

In Linux, Logical Volume Management, or LVM, can be used to create single logical volumes of multiple partitions and hard disks. There are guides available on how to set up and manage logical volumes, e.g. the Ubuntu wiki on LVM or this How-to Geek article.

For home use, just organizing your data over the existing 10 TB volumes may, however, be a far easier solution.

vanadium
  • 97,564