The view sector is a very useful function to get a feel for the state of a disk.

The sector number is entered in box at the bottom of the screen. Any number may be entered, and the sector will be displayed as quickly as possible. To enter a number in Hex, prefix the number by 0x, eg 0x101 will display sector 257.
There are two options,
Cluster mode
In this mode, blocks will be read as clusters, depending on the operating system being used. Thus on a FAT disk, cluster 2 is the start of data section. The blocks are then shown as the clusetr length, rather than the sector length.
Expand
Expand mode is for compressed NTFS disks. The data will be expanded, and displayed in expanded mode. The sectors are expanded u conditionally, and so a non compressed sector will expand to undefined results. However, a sector that has been compressed will expand correctly, assuming the viewed sector is the start of the compression block.
Save...
The save functions allows a sector to be saved as a file. The files is a straight copy of the sector, so this is an easy way to dump hard drive sectors. If a complete dump of a drive or disk is required, then the Image and raw recovery mode should be used
Very slow reading
When a disk is failing, it is very common for a read to take a very long time (several seconds) before either coming up with a valid sector, or a failed sector. A sector displayed with just 5AH is a way that is used to indicate a failed sector. Occasionally, by jumping to a completely different location, and back, reading may be achieved quicker. Otyer approaches maybe to turn the drive off for a few minutes to cool down.
Copy function
The standard Windows copy function, Control C, can be used to make a copy of the sector contents. The area of teh sector to be copied to the clip board must first be highlighted, it can then be saved in another document or e-mail with the Paste or Control V function. This can be useful if there is a problem that needs reporting.