iMac Disque dur démonté et inaccessible

Oui : c'est ça -->

- confirme si tu veux que je te passe les commandes de recopie et de reconstruction des caches de démarrage-Système.​
 
  • J’aime
Réactions: GTV6
Oui : c'est ça -->

- confirme si tu veux que je te passe les commandes de recopie et de reconstruction des caches de démarrage-Système.​


OK d'accord, le temps d'en refaire une de sauvegarde, je me souvient plus si je l' avait faite avant le changement de système ou juste après .....

Sinon, conseille-tu de le faire ou le TRIM désactivé c'est pas grave ? Il me semble que ça diminue l'efficacité et fiabilité du SSD si on l'active pas, non ?
 
L'efficacité du SSD risque de diminuer marginalement si tu n'actives pas le TRIM (effacement des cellules vacantes) > mais tout dépend aussi de l'usage que tu fais de ce Mac -->

- si tu ne t'en sers qu'occasionnellement > la non-activation du TRIM ne devrait pas être sensible.​

=> à toi de dire ce que tu décides. Si tu veux qu'on tente de l'activer via la recopie de l'extension facultative > préviens ici lorsque ta sauvegarde TM aura été mise-à-jour.
 
  • J’aime
Réactions: GTV6
L'efficacité du SSD risque de diminuer marginalement si tu n'actives pas le TRIM (effacement des cellules vacantes) > mais tout dépend aussi de l'usage que tu fais de ce Mac -->

- si tu ne t'en sers qu'occasionnellement > la non-activation du TRIM ne devrait pas être sensible.​

=> à toi de dire ce que tu décides. Si tu veux qu'on tente de l'activer via la recopie de l'extension facultative > préviens ici lorsque ta sauvegarde TM aura été mise-à-jour.


Ça y est, je suis prêt: sauvegarde TM terminée;

C'est la Mac que j'amène quand je voyage, avec tous les programmes que sur l'iMac, donc j'y travaille avec, même si seulement 10-15 jours d'affilé chaque 2 mois.....
 
Alors passe les commandes (séparément) :
Bloc de code:
sudo cp -av /System/Library/Filesystems/AppleDataSetManagement.kext /System/Library/Extensions
sudo touch /System/Library/Extensions
sudo kextcache -system-cache
sudo kextcache -system-prelinked-kernel

  • la 1ère copie l'extension facultative AppleDataSetManagement.kext => dans le dossier des Extensions du Système
  • la 2è actualise la date du dernier accès au dossier des Extensions > afin de forcer la remise en cache de ce dossier
  • la 3è reconstruit les caches d'informations relatifs aux extensions
  • la 4è met à jour le cache prelinkedkernel > qui sert de cache de démarrage du volume (chargé par le lanceur boof.efi au démarrage)

=> poste les retours que tu aurais obtenus.
 
Dernière édition par un modérateur:
  • J’aime
Réactions: GTV6
Alors passe les commandes (séparément) :
Bloc de code:
sudo cp -av /System/Library/Filesystems/AppleDataSetManagement.kext /System/Library/Extensions
sudo touch /System/Library/Extensions
sudo kextcache -system-cache
sudo kextcache -system-prelinked-kernel

  • la 1ère copie l'extension facultative AppleDataSetManagement.kext => dans le dossier des Extensions du Système
  • la 2è actualise la date du dernier accès au dossier des Extensions > afin de forcer la remise en cache de ce dossier
  • la 3è reconstruit les caches d'informations relatifs aux extensions
  • la 4è met à jour le cache prelinkedkernel > qui sert de cache de démarrage du volume (chargé par le lanceur boof.efi au démarrage)
=> poste les retours que tu aurais obtenus.

Merci,

voici; ceci dit, la deuxième et troisième commande n'ont rien donné: est-ce normal ?


Bloc de code:
Last login: Sun Aug 25 18:36:36 on ttys000
macbook-pro:~ davideperrone$ sudo cp -av /System/Library/Filesystems/AppleDataSetManagement.kext /System/Library/Extensions
Password:
Sorry, try again.
Password:
/System/Library/Filesystems/AppleDataSetManagement.kext -> /System/Library/Extensions/AppleDataSetManagement.kext
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeDirectory -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeDirectory
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeRequirements -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeRequirements
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeResources -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeResources
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeSignature -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeSignature
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/Info.plist -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/Info.plist
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/version.plist -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/version.plist


macbook-pro:~ davideperrone$ sudo touch /System/Library/Extensions
macbook-pro:~ davideperrone$ sudo touch /System/Library/Extensions
 
Merci,

voici; ceci dit, la deuxième et troisième commande n'ont rien donné: est-ce normal ?


Bloc de code:
Last login: Sun Aug 25 18:36:36 on ttys000
macbook-pro:~ davideperrone$ sudo cp -av /System/Library/Filesystems/AppleDataSetManagement.kext /System/Library/Extensions
Password:
Sorry, try again.
Password:
/System/Library/Filesystems/AppleDataSetManagement.kext -> /System/Library/Extensions/AppleDataSetManagement.kext
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeDirectory -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeDirectory
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeRequirements -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeRequirements
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeResources -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeResources
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeSignature -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/_CodeSignature/CodeSignature
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/Info.plist -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/Info.plist
/System/Library/Filesystems/AppleDataSetManagement.kext/Contents/version.plist -> /System/Library/Extensions/AppleDataSetManagement.kext/Contents/version.plist


macbook-pro:~ davideperrone$ sudo touch /System/Library/Extensions
macbook-pro:~ davideperrone$ sudo touch /System/Library/Extensions



suite
Bloc de code:
macbook-pro:~ davideperrone$ sudo kextcache -system-cache
sudo kextcache -system-prelinked-kernelkext file:///System/Library/Extensions/BJUSBLoad.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa0da94c730 [0x7fff98442b40]> { URL = "file:///System/Library/Extensions/BJUSBMP.kext/", ID = "jp.co.canon.bj.kext.BJUSBMP" }
kext file:///System/Library/Extensions/EPSONUSBPrintClass.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_designjet_series.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Deskjet_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_fax_io.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet1_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet3_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet4_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet5_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet8_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Laserjet_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Officejet_io_enabler.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa0dac4f000 [0x7fff98442b40]> { URL = "file:///System/Library/Extensions/hp_Photosmart_io_enabler.kext/", ID = "com.hp.print.hpio.Photosmart.kext" }
kext file:///System/Library/Extensions/hp_PhotosmartPro_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_qc_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/LexmarkUSBMerge.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa0daf38c50 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBInjector.kext/", ID = "com.parrotgeek.LegacyUSBInjector" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fa0db0390d0 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBVideoSupport.kext/", ID = "com.parrotgeek.LegacyUSBVideoSupport" }
Kext with invalid signatured (-67050) allowed: <OSKext 0x7fa0dafb5160 [0x7fff98442b40]> { URL = "file:///Library/Extensions/SIPManager.kext/", ID = "com.parrotgeek.SIPManager" }
 
suite
Bloc de code:
macbook-pro:~ davideperrone$ sudo kextcache -system-cache
sudo kextcache -system-prelinked-kernelkext file:///System/Library/Extensions/BJUSBLoad.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa0da94c730 [0x7fff98442b40]> { URL = "file:///System/Library/Extensions/BJUSBMP.kext/", ID = "jp.co.canon.bj.kext.BJUSBMP" }
kext file:///System/Library/Extensions/EPSONUSBPrintClass.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_designjet_series.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Deskjet_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_fax_io.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet1_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet3_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet4_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet5_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet8_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Inkjet_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Laserjet_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_Officejet_io_enabler.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa0dac4f000 [0x7fff98442b40]> { URL = "file:///System/Library/Extensions/hp_Photosmart_io_enabler.kext/", ID = "com.hp.print.hpio.Photosmart.kext" }
kext file:///System/Library/Extensions/hp_PhotosmartPro_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/hp_qc_io_enabler.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
kext file:///System/Library/Extensions/LexmarkUSBMerge.kext/ is in hash exception list, allowing to load
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fa0daf38c50 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBInjector.kext/", ID = "com.parrotgeek.LegacyUSBInjector" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fa0db0390d0 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBVideoSupport.kext/", ID = "com.parrotgeek.LegacyUSBVideoSupport" }
Kext with invalid signatured (-67050) allowed: <OSKext 0x7fa0dafb5160 [0x7fff98442b40]> { URL = "file:///Library/Extensions/SIPManager.kext/", ID = "com.parrotgeek.SIPManager" }




S
Bloc de code:
macbook-pro:~ davideperrone$ sudo kextcache -system-prelinked-kernel
/ locked; waiting for lock.
Lock acquired; proceeding.
Kext with invalid signatured (-67050) allowed: <OSKext 0x7fd6e24e2550 [0x7fff98442b40]> { URL = "file:///Library/Extensions/SIPManager.kext/", ID = "com.parrotgeek.SIPManager" }
Kext with invalid signatured (-67030) allowed: <OSKext 0x7fd6e24bf4a0 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBVideoSupport.kext/", ID = "com.parrotgeek.LegacyUSBVideoSupport" }
Kext with invalid signatured (-67062) allowed: <OSKext 0x7fd6e273f9d0 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBInjector.kext/", ID = "com.parrotgeek.LegacyUSBInjector" }
kext file:///System/Library/Extensions/JMicronATA.kext/ is in hash exception list, allowing to load
Invalid signature -67050 for kext <OSKext 0x7fd6e24e2550 [0x7fff98442b40]> { URL = "file:///Library/Extensions/SIPManager.kext/", ID = "com.parrotgeek.SIPManager" }
Invalid signature -67030 for kext <OSKext 0x7fd6e24bf4a0 [0x7fff98442b40]> { URL = "file:///Library/Extensions/LegacyUSBVideoSupport.kext/", ID = "com.parrotgeek.LegacyUSBVideoSupport" }
KernelCache ID: 6FCCE39DF99A6024109524BE74D80617
File at path '/System/Library/PrelinkedKernels/prelinkedkernel' changed, cannot be used
macbook-pro:~ davideperrone$
UITE
 
Bon. Tout se joue sur le redémarrage -->

- redémarre une fois > et indique si le système s'est bien chargé sans erreur et si tu as pu réouvrir ta session.​
 
  • J’aime
Réactions: GTV6
C'est fait: il a redémarré sans problème et même plus rapidement j'ai l'impression ..... !


J'imagine qu'il faut passer la commande pour le TRIM maintenant ?
 
Dernière édition:
Bon ! le redémarrage est sans problème (il faut toujours se méfier quand on affecte le dossier des Extensions du Système).

Tu n'as aucune commande à passer > puisque l'extension qui gère le TRIM > présente dans le dossier des Extensions du Système => a sans doute été injectée dans le kernel au démarrage par le lanceur boot.efi.

- va à : Menu  > À propos de ce Mac > Rapport Système > Matériel > SATA/SATA Express => dans le champ droit d'informations > sélectionne ton SSD et voit si à : "Prise en charge du TRIM" tu as la mention : "Oui" en face.​

Note : je fais une pause. Je reviendrai aux nouvelles plus tard.
 
  • J’aime
Réactions: GTV6
Bon ! le redémarrage est sans problème (il faut toujours se méfier quand on affecte le dossier des Extensions du Système).

Tu n'as aucune commande à passer > puisque l'extension qui gère le TRIM > présente dans le dossier des Extensions du Système => a sans doute été injectée dans le kernel au démarrage par le lanceur boot.efi.

- va à : Menu  > À propos de ce Mac > Rapport Système > Matériel > SATA/SATA Express => dans le champ droit d'informations > sélectionne ton SSD et voit si à : "Prise en charge du TRIM" tu as la mention : "Oui" en face.​

Note : je fais une pause. Je reviendrai aux nouvelles plus tard.



Merci,

mais je te demandais puisque j'ai déjà vérifié et le TRIM n'est pas activé ! :cool:

Pas de soucis pour la pause :coucou:
 
Sinon, conseille-tu de le faire ou le TRIM désactivé c'est pas grave ? Il me semble que ça diminue l'efficacité et fiabilité du SSD si on l'active pas, non ?
Non, il n'y aura pas de problème. Pourquoi ? Par défaut, dans tout SSD de n'importe quelle marque, il y a d'intégré un micro logiciel ayant pour nom Garbage Collector (ramasse-miettes) qui est son équivalent. La contrepartie de ne pas activer dès le départ l'option Trim est que pour que le micro logiciel fasse son travail, qu'il sera nécessaire de ne pas éteindre son Mac toute une nuit, donc le laisser en veille.

Un peu de lecture officielle de chez Crucial... https://www.crucial.fr/fra/fr/trim-and-ssd-performance-importance ...et chez ce fabricant le micro logiciel porte le nom de Active Garbage Collection. ;)
 
  • J’aime
Réactions: GTV6
@GTV6
Si tu veux activer manuellement le Trim, il faudra lancer le Terminal, puis faire un Copier/Coller de cette commande...
Bloc de code:
sudo trimforce enable
...tu valides avec la touche Entrée. Ton mot de passe sera demandé, il faut le taper en aveugle, car il ne s'affichera pas, puis tu auras cet écran...

sudo trimforce enable 01.jpg

...tu appuies sur la touche Y (yes), tu attends la fin des opérations et tu redémarres, le Trim sera activé. Je ne suis pas sûr qu'un redémarrage soit nécessaire, vérifie dans /A propos de ce Mac/Rapport système/SATA/SATA Express.
 
@ Locke

GTV
a un OS High Sierra patché sur un MacBook Pro 2009 => la commande ne passe pas.

@ GTV

Alors tant pis pour le TRIM...
 
  • J’aime
Réactions: GTV6