You cannot create a Linux partition larger than 2 TB using the fdisk command. Using fdisk you could not create partitions larger than 2 TB. It is fine for desktop and laptop users, but for servers, you need large partitions like 2TB, 3TB, 4TB etc. Root …
Use command dmidecode on Linux servers to get the hardware serial number which is required for logging the case to the hardware support team. # /usr/sbin/dmidecode -t 1 # dmidecode 2.12 SMBIOS 2.8 present. Handle 0x0100, DMI type 1, 27 bytes System Information Manufacturer: Dell Inc. Product Name: PowerEdge …
When we need more space on a server. To get more space we create new virtual LUNs from our storage and present that LUN on the server to get the required space. After exporting the LUNs to a server we need to create Physical Volume, Volume …
Sort the directories in Linux/RHEL Generally, we sort the list of the directory in ascending/descending order of the date/time but sometimes we need to sort the list of directories on the basis of the group or owner. Use the below commands to sort the list of …