I would doubt RHEL sees disks by that name. Presuming that should be /dev/sdb1, that is a partition, not the disk itself - which would be "/dev/sdb".
With systems like that I prefer to work as root - saves pathing issues. Else use the following
Code:
/sbin/fdisk -l
/sbin/mke2fs <partition-designator>