May 25, 2015

Linux – Creating a Partition Size Larger Than 2TB using Parted Command

Linux General,

Find Out Current Disk Size: fdisk -l /dev/sdb Disk /dev/sdb: 3000.6 GB, 3000592982016 bytes 255 heads, 63 sectors/track, 364801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes

Read more
May 12, 2015

Add multiple interface and IP address – ubuntu and centos

Linux General,

The below script uses to add bulk IPs for the same gateway and subnet : Save IPs in a file like /opt/dummy.txt and run the script to add them up. Interface add script – Ubuntu or Centos:

Read more