Hi there,
I recently noticed that when I run fsck_hfs on my boot SSD, in consecutive runs it sometimes reports (minor) errors and sometimes not.
Does anybody have an idea what that's all about?
The SSD is a 240GB Kingston SSDNow V300 2.5" and it's about 3.5 years old.
Here' the output of the most recent runs (non-recovery mode):
I recently noticed that when I run fsck_hfs on my boot SSD, in consecutive runs it sometimes reports (minor) errors and sometimes not.
Does anybody have an idea what that's all about?
The SSD is a 240GB Kingston SSDNow V300 2.5" and it's about 3.5 years old.
Here' the output of the most recent runs (non-recovery mode):
Code:
My-SSD:~ myUser$ sudo fsck_hfs -fy /dev/disk3s2
Password:
** /dev/rdisk3s2
** Root file system
Executing fsck_hfs (version hfs-226.1.1).
** Verifying volume when it is mounted with write access.
** Checking Journaled HFS Plus volume.
The volume name is My SSD
** Checking extents overflow file.
** Checking catalog file.
** Checking multi-linked files.
** Checking catalog hierarchy.
** Checking extended attributes file.
** Checking volume bitmap.
** Checking volume information.
** The volume My SSD appears to be OK.
My-SSD:~ myUser$ sudo fsck_hfs -fy /dev/disk3s2
** /dev/rdisk3s2
** Root file system
Executing fsck_hfs (version hfs-226.1.1).
** Verifying volume when it is mounted with write access.
** Checking Journaled HFS Plus volume.
The volume name is My SSD
** Checking extents overflow file.
** Checking catalog file.
** Checking multi-linked files.
** Checking catalog hierarchy.
** Checking extended attributes file.
** Checking volume bitmap.
Volume bitmap needs minor repair for orphaned blocks
** Checking volume information.
** The volume My SSD cannot be repaired when it is in use.
** The volume My SSD could not be repaired.
My-SSD:~ myUser$ sudo fsck_hfs -fy /dev/disk3s2
** /dev/rdisk3s2
** Root file system
Executing fsck_hfs (version hfs-226.1.1).
** Verifying volume when it is mounted with write access.
** Checking Journaled HFS Plus volume.
The volume name is My SSD
** Checking extents overflow file.
** Checking catalog file.
** Checking multi-linked files.
** Checking catalog hierarchy.
** Checking extended attributes file.
** Checking volume bitmap.
** Checking volume information.
** The volume My SSD appears to be OK.
My-SSD:~ myUser$ sudo fsck_hfs -fy /dev/disk3s2
** /dev/rdisk3s2
** Root file system
Executing fsck_hfs (version hfs-226.1.1).
** Verifying volume when it is mounted with write access.
** Checking Journaled HFS Plus volume.
The volume name is My SSD
** Checking extents overflow file.
** Checking catalog file.
** Checking multi-linked files.
** Checking catalog hierarchy.
** Checking extended attributes file.
** Checking volume bitmap.
Volume bitmap needs minor repair for orphaned blocks
Volume bitmap needs minor repair for under-allocation
** Checking volume information.
** The volume My SSD cannot be repaired when it is in use.
** The volume My SSD could not be repaired.
My-SSD:~ myUser$