The "fsck" command (file system check) should be used to verify the new disk. The complete command is:
![](../../images/spacerBrn.gif) fsck -f -y /dev/hdb1
![](../../images/spacerBrn.gif) The "f" option forces fsck to scan the disk even though the filesystem is clean, and the "y" option tells it to automatically fix any errors.
This disk showed no errors.
|