Note: You are currently viewing my old web site. There is a new version with most of this content at OJB.NZ.
The new site is being updated, uses modern techniques, has higher quality media, and has a mobile-friendly version.
This old site will stay on-line for a while, but maybe not indefinitely. Please update your bookmarks. Thanks.


[Index] [Menu] [Up] Title[Header]
Tips

(Up to OJB's Mac Tips List Page)


Scan a Disk for Bad Blocks

You can use terminal to check a disk for bad blocks (physically damaged areas of the disk).

First find the name of the disk, run:
diskutil list
And make a note of the disk name, eg disk8

After finding the disk name, run:
sudo fsck_hfs -fy -S /dev/DISKNAME
Enter the admin password and let the check run.

Note: This process does not guarantee that it won't make the damage worse, but this applies to all processes of this type.


[Up]

[Contact][Server Blog][AntiMS Apple][Served on Mac]