Newbie question - our sysadmin added a virtual disk to our Linux server using something called ESXi of which I am not familiar. When I do fdisk -l I can see the new disk:
Disk /dev/sdb: 300 GiB, 322122547200 bytes, 629145600 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
But when I do df -h /dev/sdb the size is not right:
Filesystem Size Used Avail Use% Mounted on
udev 4.9G 0 4.9G 0% /dev
Any idea how to fix?