VMware vSphere ESXi
sdx
entriesls /dev/sd*
ls /dev/sd*
will now return a new entry.mkfs -t ext3 /dev/sdx1
fdisk
command to verify the existence of the newly created disk partition:fdisk -l
mkdir /New_Directory_Name
/etc/fstab:
cat /etc/fstab
/dev/sdx1 /New_Directory_Name ext3 defaults 1 3