10.13 High Sierra Problème de démarrage sur MacBook pro High sierra

Voilà le résultat de la commande passée. Et merci pour ton aide^^:
Bloc de code:
-bash-3.2# find -x /Volumes/"Macintosh HD" -d 1 -regex '.*[^\.\].*' -exec /Volumes/"Macintosh HD"/usr/bin/du -shx {} +
5.1M    /Volumes/Macintosh HD/.DocumentRevisions-V100
  0B    /Volumes/Macintosh HD/.DS_Store
  0B    /Volumes/Macintosh HD/.file
4.0K    /Volumes/Macintosh HD/.fseventsd
64K    /Volumes/Macintosh HD/.hotfiles.btree
4.0K    /Volumes/Macintosh HD/.OSInstallerMessages
  0B    /Volumes/Macintosh HD/.PKInstallSandboxManager-SystemSoftware
260M    /Volumes/Macintosh HD/.Spotlight-V100
  0B    /Volumes/Macintosh HD/.vol
11G    /Volumes/Macintosh HD/Applications
2.5M    /Volumes/Macintosh HD/bin
  0B    /Volumes/Macintosh HD/cores
  0B    /Volumes/Macintosh HD/dev
4.0K    /Volumes/Macintosh HD/etc
  0B    /Volumes/Macintosh HD/home
4.0K    /Volumes/Macintosh HD/installer.failurerequests
905M    /Volumes/Macintosh HD/Library
  0B    /Volumes/Macintosh HD/net
  0B    /Volumes/Macintosh HD/Network
2.4G    /Volumes/Macintosh HD/private
1.1M    /Volumes/Macintosh HD/sbin
5.9G    /Volumes/Macintosh HD/System
4.0K    /Volumes/Macintosh HD/tmp
200G    /Volumes/Macintosh HD/Users
424M    /Volumes/Macintosh HD/usr
4.0K    /Volumes/Macintosh HD/var
1.0G    /Volumes/Macintosh HD/vm
  0B    /Volumes/Macintosh HD/Volumes
 
La commande est très bien passée.

Tu as 22 Gi de fichiers de type "Système" = 23,6 Go. Et 200 Gi de fichiers "Utilisateur" = 214,7 Go. La somme donne 238,3 Go.

Il n'y a pas beaucoup à gagner (à 1ère vue) sur les fichiers "Système" --> mais davantage (espérons) sur les données "Utilisateur". Concentrées dans le dossier Users de 200 Gi = 214 Go.

Alors on s'enfonce d'un cran dans le dossier pour préciser l'occupation en fichiers. Passe la commande (en copier-coller à rebours ou à la main) :
Bloc de code:
/Volumes/"Macintosh HD"/usr/bin/du -shx /Volumes/"Macintosh HD"/Users/*

  • cette commande liste et mesure les sous-dossiers contenus dans le répertoire Users (Utilisateurs) ; elle doit passer plus vite.

Poste le tableau.
 
Ce résultat ci est plutôt court, j'espère que je l'ai bien inséré...
Bloc de code:
-bash-3.2# /Volumes/"Macintosh HD"/usr/bin/du -shx /Volumes/"Macintosh HD"/Users/*
4.0K    /Volumes/Macintosh HD/Users/Guest
  0B    /Volumes/Macintosh HD/Users/Shared
200G    /Volumes/Macintosh HD/Users/delnah
 
La commande est bien passée aussi.

Bon : c'est le dossier de compte de l'utilisatrice delnah qui prend tous les 200 Gi.

On descend d'un cran dans ce dossier --> pour mesurer quels sous-dossiers prennent de la place -->
Bloc de code:
/Volumes/"Macintosh HD"/usr/bin/du -shx /Volumes/"Macintosh HD"/Users/delnah/*

Attends la fin de la commande et poste le retour.

J'ai déjà repéré ce qu'il y avait à gratter dans les fichiers "Système". S'il y avait des caches à supprimer dans ton dossier de compte, par exemple, ça pourrait aider.
 
Bloc de code:
-bash-3.2# /Volumes/"Macintosh HD"/usr/bin/du -shx /Volumes/"Macintosh HD"/Users/delnah/*
  0B    /Volumes/Macintosh HD/Users/delnah/Applications
88G    /Volumes/Macintosh HD/Users/delnah/Desktop
  0B    /Volumes/Macintosh HD/Users/delnah/Documents
78G    /Volumes/Macintosh HD/Users/delnah/Downloads
2.7G    /Volumes/Macintosh HD/Users/delnah/Library
  0B    /Volumes/Macintosh HD/Users/delnah/Movies
9.1G    /Volumes/Macintosh HD/Users/delnah/Music
5.9G    /Volumes/Macintosh HD/Users/delnah/Pictures
  0B    /Volumes/Macintosh HD/Users/delnah/Public
 
Les fichiers dans le download sont essentiellement des films et séries. Il est possible de les supprimer pour faire de la place.
 
Donc : 88 Gi = 94,5 Go sur le Bureau > 78 Gi = 83,7 dans les Téléchargements > 9,1 Gi = 9,7 Go dans Musique > 5,9 Gi = 6,3 Go dans Images > 2,7 Gi = 2,9 Go dans la Bibliothèque.

La Bibliothèque étant réduite en taille (2,9 Go) --> pas grand chose à gratter par là.

Il y a soit à piocher dans les Téléchargements (83,7 Go) > soit à copier les 6,3 Go de Images dans le volume d'une clé USB (si tu avais) avant suppression des originaux.

Il est possible encore de descendre d'un cran avec la même commande dans les Téléchargements > pour voir la liste des objets et leur taille > afin de ne pas faire une suppression massive mais sélective.

=> qu'est-ce qui te semble ?
 
Les deux options me conviennent, je peux déplacer les 6,3Go d'images si nécessaire. Et puis comme je l'ai expliqué, il n' y a que des films et séries dans le dossier téléchargements. Il n'y a aucun problème à les supprimer puisque je pourrai toujours les retélécharger.
 
Est-ce que tu veux qu'on fasse un inventaire du sous-dossier Téléchargements --> ce qui permettrait de ne supprimer qu'une partie des objets ?

  • pas besoin, en effet, de supprimer 83 Go : c'est totalement inutile !
 
Alors avec toujours la même commande de base --> on descend d'un cran dans le dossier des Téléchargements -->
Bloc de code:
/Volumes/"Macintosh HD"/usr/bin/du -shx /Volumes/"Macintosh HD"/Users/delnah/Downloads/*

  • la commande va lister et mesurer les objets de 1er degré (fichiers ou dossiers) présents dans les Téléchargements

Attends la fin de la commande et poste le tableau.
 
C'était plutôt long alors j'ai dû couper le résultat pour pouvoir le poster!

Bloc de code:
-bash-3.2# /Volumes/"Macintosh HD"/usr/bin/du -shx /Volumes/"Macintosh HD"/Users/delnah/Downloads/*
26M    /Volumes/Macintosh HD/Users/delnah/Downloads/4kvideodownloader_4.4.1.dmg
366M    /Volumes/Macintosh HD/Users/delnah/Downloads/A.Series.Of.Unfortunate.Events.S01E01.FRENCH.WEBRip.XViD-EXTREME.www.torrent9.biz.avi
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Alphas.S01E01.FRENCH.HDTV.XviD-HYBRiS
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/Believe.S01E01.FASTSUB.VOSTFR.WEBRip.XviD-MiND.avi
345M    /Volumes/Macintosh HD/Users/delnah/Downloads/Beyond.S01E01.FASTSUB.VOSTFR.HDTV.Xvid-EXTREME
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/Bitten.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON.avi
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Black.Lightning.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.pe
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot S02E13 FASTSUB VOSTFR HDTV XviD-T9
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot S02E14 FASTSUB VOSTFR HDTV XviD-T9
373M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot S02E15 VOSTFR HDTV XviD-EXTREME
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot S02E18 FASTSUB VOSTFR HDTV XviD-T9
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S01E04.FASTSUB.VOSTFR.HDTV.XviD-RUDY.www.Cpasbien.pw.avi
361M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S01E05.FASTSUB.VOSTFR.HDTV.XviD-ZT.www.Cpasbien.pw.avi
359M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S01E06.FASTSUB.VOSTFR.HDTV.XviD-ZT.www.Cpasbien.pw.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S01E07.FASTSUB.VOSTFR.HDTV.XviD-TeamSuW.www.Cpasbien.io.avi
360M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S02E08.FASTSUB.VOSTFR.HDTV.XviD-ZT.www.torrent9.ws.avi
368M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S02E09.FASTSUB.VOSTFR.HDTV.XviD-ZT.www.torrent9.biz.avi
373M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S02E11.VOSTFR.HDTV-EXTREME
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S02E12.FASTSUB.VOSTFR.HDTV.XviD-T9.www.torrent9.biz.avi
373M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S02E16.VOSTFR.HDTV.XViD-EXTREME.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S02E17.FASTSUB.VOSTFR.HDTV.XviD-T9.www.torrents9.tv.avi
346M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E03.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.tv.avi
346M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E04.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.tv.avi
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E05.FASTSUB.VOSTFR.720p.HDTV.XviD-ZT.WwW.Torrent9.tv.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E06.FASTSUB.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.tv
347M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E07.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.pe
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E08.VOSTFR.HDTVXviD-ZT.WwW.Torrent9.pe
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E09.VOSTFR.WEB-DL.XviD-ZT.WwW.Torrent9.pe
374M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E10.SUBFRENCH.WEB.XviD-EXTREME.WwW.Torrent9.pe
374M    /Volumes/Macintosh HD/Users/delnah/Downloads/Blindspot.S03E11.VOSTFR.HDTV.XviD-EXTREME.WwW.Torrent9.pe
16K    /Volumes/Macintosh HD/Users/delnah/Downloads/Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 01 (1280x720 HEVC2 EAC3).mkv.torrent
698M    /Volumes/Macintosh HD/Users/delnah/Downloads/Bonnie.and.Clyde.2013.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON.avi
470M    /Volumes/Macintosh HD/Users/delnah/Downloads/Counterpart.S01E01.FASTSUB.VOSTFR.WEBRip.XviD-ZT.WwW.Torrent9.pe
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/Dracula.2013.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 01 vostfr [720p].mp4 (1).torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 01 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 02 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 03 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 04 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 05 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 06 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 07 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 08 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 09 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 09.5 vostfr [720p].mp4.torrent
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 10 vostfr [720p].mp4.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 11 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 12 vostfr [720p].mp4 (1).torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Evil or Live - 12 vostfr [720p].mp4.torrent
2.7G    /Volumes/Macintosh HD/Users/delnah/Downloads/H Saison 1-Complete - Super Qualité !!!Jamel - Eric & Ramzi -Xvid
7.9G    /Volumes/Macintosh HD/Users/delnah/Downloads/Heroes Saison 01 complète
696M    /Volumes/Macintosh HD/Users/delnah/Downloads/Kung.Fu.Yoga.2017.FRENCH.BDRip.XviD-EXTREME.WwW.Torrent9.pe
16K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 02 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 03 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 04 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 05 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 06 vostfr [720p].mp4.torrent
16K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 07 vostfr [720p].mp4.torrent
16K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 08 vostfr [720p].mp4.torrent
16K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 09 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 10 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 11 vostfr [720p].mp4 (1).torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 11 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 12 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 13 vostfr [720p].mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/Mahou Tsukai no Yome - 14 vostfr [720p].mp4.torrent
8.3M    /Volumes/Macintosh HD/Users/delnah/Downloads/OnyX (1).dmg
8.3M    /Volumes/Macintosh HD/Users/delnah/Downloads/OnyX.dmg
89M    /Volumes/Macintosh HD/Users/delnah/Downloads/Popcorn-Time-0.3.10-Mac.zip
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Resurrection.S01E01.FASTSUB.VOSTFR.HDTV.XviD-PROTEiGON.avi
7.8G    /Volumes/Macintosh HD/Users/delnah/Downloads/Saison 1
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Scorpion.S04E12.FASTSUB.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.pe
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/Scorpion.S04E13.FASTSUB.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.pe
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Scorpion.S04E14.FASTSUB.VOSTFR.HDTV.XviD-ZT.WwW.Torrent9.pe
92M    /Volumes/Macintosh HD/Users/delnah/Downloads/Skype-8.12.0.14.dmg
551M    /Volumes/Macintosh HD/Users/delnah/Downloads/Those.Who.Kill.US.S01E01.FASTSUB.VOSTFR.HDTV.XviD-PROTEiGON.avi
367M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.2016.S01E10.VOSTFR.HDTV.XVID-EXTREME.www.torrent9.biz.avi
352M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.2016.S01E11.VOSTFR.WEBRip.XViD-EXTREME.www.torrent9.biz.avi
345M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.2016.S01E12.FiNAL.VOSTFR.WEBRip.XViD-EXTREME.www.torrent9.biz.avi
372M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.S01E04.FASTSUB.VOSTFR.HDTV.XviD-ZT.www.torrent9.ws.avi
346M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.S01E05.FASTSUB.VOSTFR.HDTV.XviD-ZT.www.torrent9.biz.avi
247M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.S01E06.FASTSUB.VOSTFR.HDTV.x264-otm
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.S01E07.VOSTFR.HDTV.XViD-EXTREME.www.torrent9.biz.avi
211M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.S01E08.HDTV.VOSTFR.x264-EXTREME.www.torrent9.biz.mkv
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/Travelers.S01E09.VOSTFR.HDTV.XViD-EXTREME.www.torrent9.biz.avi
91M    /Volumes/Macintosh HD/Users/delnah/Downloads/WhatsApp.dmg
334M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.biz ] Blindspot.S02E10.FASTSUB.VOSTFR.HDTV.XViD-EXTREME.avi
1.4G    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Black.Panther.2018.TRUEFRENCH.V2.TS.MD.XViD-MOBIDIK
382M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Blindspot.S03E12.VOSTFR.HDTV.XviD-EXTREME
700M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Les.Nouvelles.Aventures.De.Cendrillon.2017.FRENCH.BDRip.xviD-FuN
694M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Murder.On.The.Orient.Express.2017.FRENCH.BDRip.XviD-EXTREME
351M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Scorpion.S04E15.FASTSUB.VOSTFR.HDTV.XviD-ZT
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Scorpion.S04E16.FASTSUB.VOSTFR.HDTV.XviD-ZT
100M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.bz ] Stargate.Origins.S01E01.FASTSUB.VOSTFR.WEB-DL.XviD-ZT.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.info ] Blindspot.219.FASTSUB.VOSTFR.HDTV.XviD-T9.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.info ] Blindspot.220.FASTSUB.VOSTFR.HDTV.XviD-T9.avi
354M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.info ] Blindspot.S02E21.VOSTFR.HDTV.Xvid-EXTREME.avi
355M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.info ] Blindspot.S02E22.VOSTFR.HDTV.XViD-EXTREME.avi
1.9G    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.red ] The.Shape.of.Water.2017.FRENCH.720p.BluRay.Light.x264.AC3-ACOOL
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.tv ] Blindspot.S03E01.SUBFRENCH.WEB-DL.XviD-ZT.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.tv ] Blindspot.S03E02.SUBFRENCH.WEB-DL.XviD-ZT.avi
756M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.tv ] Castlevania.S01.VOSTFR.WEBRiP.XviD-EXTREME
100M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.tv ] Superhigh.S01E01.FRENCH.HDTV.XviD-ZT.avi
364M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Blindspot.S02E01.FASTSUB.VOSTFR.HDTV.XviD-ZT
362M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Blindspot.S02E04.FASTSUB.VOSTFR.HDTV.XviD-ZT
360M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Blindspot.S02E05.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
362M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Blindspot.S02E06.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
362M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Blindspot.S02E07.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
408M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Travelers.2016.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
375M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Travelers.S01E02.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
373M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ Torrent9.ws ] Travelers.S01E03.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
361M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E11.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
348M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E12.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
362M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E13.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
361M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E14.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
356M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E15.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
343M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E16.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
358M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E17.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
347M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E18.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
342M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E19.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
362M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E20.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
357M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E21.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
360M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E22.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
361M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S01E23.FiNAL.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S02E02.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
361M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Blindspot.S02E03.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
355M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] Damien.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
443M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.cm ] The.Aliens.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
346M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.io ] Blindspot.S01E08.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
361M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.io ] Blindspot.S01E09.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
345M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.io ] Blindspot.S01E10.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
722M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.io ] Childhoods.End.S01E01.FASTSUB.VOSTFR.HDTV.XviD-Yn1D.avi
323M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.io ] South.of.Hell.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.io ] The.X-Files.S10E01.FASTSUB.VOSTFR.HDTV.XviD-TeamSuW.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Blindspot.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON.avi
347M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Blindspot.S01E02.FASTSUB.VOSTFR.HDTV.XviD-RUDY.avi
353M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Blindspot.S01E03.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
 
Bloc de code:
363M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Code.Black.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
1.3G    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Hard.Saison.1.FRENCH.HDTV
352M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Quantico.S01E01.FASTSUB.VOSTFR.HDTV.XviD-RUDY.avi
369M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Rosewood.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ZT.avi
550M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Sense8.S01E01.VOSTFR.WEBRip.XviD-ARK01.avi
352M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] Stitchers.S01E01.FASTSUB.VOSTFR.WEBRip.XviD-ZT.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] The.Whispers.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ARK01.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.CpasBien.pw ] UnReal.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON.avi
699M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.Cpasbien.pw ] Dig.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON.avi
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.Cpasbien.pw ] Nymphs.S01E01.FRENCH.LD.BDRiP.XviD-ASPHiXiAS.avi
468M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.Cpasbien.pw ] Powers.2015.S01E01.VOSTFR.HDTV.XviD-ATeam.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[ www.Cpasbien.pw ] The.Messengers.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON.avi
411M    /Volumes/Macintosh HD/Users/delnah/Downloads/[DMG][Boku_no_Kanojo_ga_Majimesugiru_Sho-bitch_na_Ken][01][1080P][HEVC_Ma10P][MKV]
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DMG][Boku_no_Kanojo_ga_Majimesugiru_Sho-bitch_na_Ken][01][1080P][HEVC_Ma10P_AAC][MKV].torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Evil or Live - 01 VOSTFR [720p].mkv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Evil or Live - 02 VOSTFR [720p].mkv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahou Tsukai no Yome - 01 VOSTFR [720p].mkv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahou Tsukai no Yome - 11 VOSTFR [720p].mkv (1).torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahou Tsukai no Yome - 11 VOSTFR [720p].mkv.torrent
44K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahoutsukai no Yome (The Ancient Magus Bride) - 01 VOSTFR [720p].torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahoutsukai no Yome (The Ancient Magus Bride) - 02 VOSTFR [720p].torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahoutsukai no Yome - 02 VOSTFR [720p].mkv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[DefinitelyNotMe] Mahoutsukai no Yome - 03 VOSTFR [720p].mkv.torrent
48K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 03 VOSTFR HD.mp4.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 04 VOSTFR HD.mp4.torrent
48K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 05 VOSTFR HD.mp4.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 06 VOSTFR FHD.mp4.torrent
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 07 VOSTFR HD.mp4.torrent
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 08 VOSTFR HD.mp4.torrent
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 09 VOSTFR HD.mp4.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 10 VOSTFR HD.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Despair-Paradise] Inuyashiki 11 VOSTFR HD.mp4.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Erai-raws] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 02 [720p].mkv (1).torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/[Erai-raws] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 02 [720p].mkv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 01 [480p].mkv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 02 [480p].mkv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 03 [480p].mkv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 04 [480p].mkv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 05 [480p].mkv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 06 [480p].mkv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 07 [480p].mkv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 08 [480p].mkv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 09 [480p].mkv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/[HorribleSubs] Boku no Kanojo ga Majimesugiru Sho-bitch na Ken - 10 [480p].mkv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/[OtacoSub] Inuyashiki - 10.mkv.torrent
52K    /Volumes/Macintosh HD/Users/delnah/Downloads/[StudioBand] Boku no Kanojo ga Majime Sugiru Shobitch na Ken - 01 [720p].mp4.torrent
353M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.com] Continuum.S01E01.FASTSUB.VOSTFR.HDTV.XviD-Xtrem
210M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.com] Metal.Hurlant.Chronicles.S01E01.FRENCH.HDTV-MDR
350M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.com] Perception.S01E01.FASTSUB.VOSTFR.HDTV.XviD-PROTEiGON
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.com] Sinbad.S01E01.VOSTFR.HDTV.XviD-ATeam
4.4G    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.com] Warehouse.13.S01.FRENCH.LD.HDTV.XViD-EPZ
348M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] Atlantis.S01E01.FASTSUB.VOSTFR.HDTV.XviD-MiND
698M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] Defiance.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] Do.No.Harm.S01E01.PiLOT.FASTSUB.VOSTFR.WEB-DL.XviD-TFTD
371M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] Lost.Girl.S01E01.FRENCH.HDTV.XviD-Scaph
443M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] Orange.is.the.New.Black.S01E01.FRENCH.HDTV.XviD-HMiDiMADRiDi
412M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] Salem.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ATN.avi
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.me] The.Tomorrow.People.US.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON
4.6G    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.pe] Marco.Polo.2014.S01.VOSTFR.WEBRip.XviD-ATN
349M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.pe] Stalker.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON
698M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.pe] The.Librarians.US.S01E01-E02.FASTSUB.VOSTFR.HDTV.XviD-ADDiCTiON
598M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.pe] The.Strain.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ATN
175M    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.pw] Galavant.S01E01.FASTSUB.VOSTFR.HDTV.XviD-ATN
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/agent-x-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/alphas-s01e01-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/atlantis-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/atomic-blonde-french-dvdrip-2017 (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/atomic-blonde-french-dvdrip-2017.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/believe-s01e01-vostfr-hdtv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/beowulf-return-to-the-shieldlands-s01e01-vostfr-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/beyonce-lemonade-2016.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/beyond-s01e01-vostfr-hdtv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/bitten-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/black-lightning-s01e01-vostfr-hdtv.torrent
60K    /Volumes/Macintosh HD/Users/delnah/Downloads/black-panther-french-ts-2018.torrent
 
Bloc de code:
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e02-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e03-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e04-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e05-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e06-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e07-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e08-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e09-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e09-vostfr-hdtv (2).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e09-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e10-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e10-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e11-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e12-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e13-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e14-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e15-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e16-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e17-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e18-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e19-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e20-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e21-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e22-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s01e23-final-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv (2).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv (3).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv (4).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv (5).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv (6).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e02-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e03-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e04-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e05-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e06-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e07-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e08-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e09-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e10-vostfr-hdtv.torrent
36K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e11-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e12-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e13-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e14-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e14-vostfr-hdtv.torrent
36K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e15-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e16-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e17-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e18-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e18-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e19-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e20-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e21-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s02e22-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e02-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e03-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e04-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e05-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e06-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e07-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e08-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e09-proper-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e10-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e11-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/blindspot-s03e12-vostfr-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/bonnie-and-clyde-s01e01-vostfr-hdtv.torrent
36K    /Volumes/Macintosh HD/Users/delnah/Downloads/castlevania-saison-1-vostfr-hdtv.torrent
60K    /Volumes/Macintosh HD/Users/delnah/Downloads/childhood-s-end-s01e01-vostfr-hdtv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/chopin-the-essentials-2016.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/code-black-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/continuum-s01e01-vostfr-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/counterpart-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/cracked-s01e01-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/cracked-s01e01-vostfr-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/dadju-gentleman-2-0-2017.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/damien-s01e01-vostfr-hdtv.torrent
60K    /Volumes/Macintosh HD/Users/delnah/Downloads/defiance-s01e01-vostfr-hdtv (1).torrent
60K    /Volumes/Macintosh HD/Users/delnah/Downloads/defiance-s01e01-vostfr-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/devilman-crybaby-s01e01-french-hdtv (1).torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/devilman-crybaby-s01e01-french-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/devilman-crybaby-s01e02-french-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/devilman-crybaby-s01e03-french-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/devilman-crybaby-s01e04-french-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/devilman-crybaby-s01e05-french-hdtv.torrent
60K    /Volumes/Macintosh HD/Users/delnah/Downloads/dig-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/do-no-harm-s01e01-vostfr-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/doctor-who-2005-s10e01-vostfr-hdtv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/dracula-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/endgame-s01e01-vostfr-hdtv (1).torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/endgame-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/extant-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/galavant-s01e01-vostfr-hdtv.torrent
62M    /Volumes/Macintosh HD/Users/delnah/Downloads/googlechrome.dmg
36K    /Volumes/Macintosh HD/Users/delnah/Downloads/h-saison-1-french.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/happy-birthdead-french-dvdrip-2017.torrent
108K    /Volumes/Macintosh HD/Users/delnah/Downloads/hard-saison-1-french-hdtv.torrent
44K    /Volumes/Macintosh HD/Users/delnah/Downloads/heroes-saison-1-french-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/hits-ete-2017.torrent
16K    /Volumes/Macintosh HD/Users/delnah/Downloads/katy-perry-witness-2017.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/kung-fu-yoga-french-dvdrip-2017.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/l-experience-interdite-flatliners-french-dvdrip-2017.torrent
76K    /Volumes/Macintosh HD/Users/delnah/Downloads/la-forme-de-l-eau-the-shape-of-water-french-hdlight-720p-2018.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/le-crime-de-l-orient-express-french-dvdrip-2018.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/le-monde-secret-des-emojis-french-dvdrip-2017.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/les-desastreuses-aventures-des-orphelins-baudelaire-s01e01-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/les-nouvelles-aventures-de-cendrillon-french-dvdrip-2018.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/lost-girl-s01e01-french-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e02-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e03-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e04-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e05-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e06-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e07-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e08-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e09-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e10-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/lucifer-s03e11-vostfr-hdtv.torrent
372K    /Volumes/Macintosh HD/Users/delnah/Downloads/marco-polo-2014-saison-1-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/marvel-s-inhumans-s01e01-02-vostfr-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/marvel-s-jessica-jones-s01e01-french-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/marvel-s-jessica-jones-s01e02-french-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/marvel-s-jessica-jones-s01e03-french-hdtv.torrent
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/marvel-s-runaways-s01e01-vostfr-hdtv.torrent
48K    /Volumes/Macintosh HD/Users/delnah/Downloads/masters-of-sex-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/metal-hurlant-chronicles-s01e01-french-hdtv.torrent
44K    /Volumes/Macintosh HD/Users/delnah/Downloads/ncis-enquetes-speciales-saison-1-french-hdtv.torrent
48K    /Volumes/Macintosh HD/Users/delnah/Downloads/nrj-300-hits-2016-vol-2-2016.torrent
48K    /Volumes/Macintosh HD/Users/delnah/Downloads/nrj-extravadance-2017-vol-1.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/nrj-party-hits-2017.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/nrj-winter-hits-2018.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/nymphs-s01e01-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/olympus-s01e01-vostfr-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/orange-is-the-new-black-s01e01-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/perception-s01e01-vostfr-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/powers-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/quantico-s01e01-vostfr-hdtv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/resurrection-s01e01-vostfr-hdtv.torrent
12K    /Volumes/Macintosh HD/Users/delnah/Downloads/rihanna-anti-deluxe-edition-2016.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/rosewood-s01e01-vostfr-hdtv (1).torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/rosewood-s01e01-vostfr-hdtv.torrent
36K    /Volumes/Macintosh HD/Users/delnah/Downloads/salem-s01e01-vostfr-hdtv.torrent
360K    /Volumes/Macintosh HD/Users/delnah/Downloads/sanctuary-saison-1-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s02e24-final-french-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e05-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e06-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e07-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e08-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e09-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e10-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e11-vostfr-hdtv (1).torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e11-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e12-vostfr-hdtv (1).torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e12-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e13-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e14-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e15-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/scorpion-s04e16-vostfr-hdtv.torrent
48K    /Volumes/Macintosh HD/Users/delnah/Downloads/sense8-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/sinbad-s01e01-vostfr-hdtv.torrent
28K    /Volumes/Macintosh HD/Users/delnah/Downloads/south-of-hell-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/stalker-s01e01-vostfr-hdtv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/stargate-origins-s01e01-vostfr-hdtv.torrent
4.7M    /Volumes/Macintosh HD/Users/delnah/Downloads/steam.dmg
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/stitchers-s01e01-vostfr-hdtv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/superhigh-s01e01-french-hdtv.torrent
40K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-aliens-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-gifted-s01e01-french-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-gifted-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-guardian-brothers-french-webrip-2017.torrent
60K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-librarians-s01e01-02-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-messengers-s01e01-vostfr-hdtv.torrent
52K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-strain-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-tomorrow-people-2013-s01e01-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-very-best-of-beethoven-flac.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/the-whispers-s01e01-vostfr-hdtv.torrent
8.0K    /Volumes/Macintosh HD/Users/delnah/Downloads/those-who-kill-us-s01e01-vostfr-hdtv.torrent
36K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e01-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e02-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e03-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e04-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e05-vostfr-hdtv.torrent
24K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e06-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e07-vostfr-hdtv.torrent
20K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e08-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e09-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e10-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e11-vostfr-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/travelers-s01e12-final-vostfr-hdtv.torrent
1.0M    /Volumes/Macintosh HD/Users/delnah/Downloads/uTorrent.dmg
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/unreal-s01e01-vostfr-hdtv.torrent
35M    /Volumes/Macintosh HD/Users/delnah/Downloads/vlc-2.2.8.dmg
356K    /Volumes/Macintosh HD/Users/delnah/Downloads/warehouse-13-saison-1-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/white-collar-fbi-duo-tres-special-s03e01-french-hdtv.torrent
32K    /Volumes/Macintosh HD/Users/delnah/Downloads/x-files-aux-frontieres-du-reel-s10e01-vostfr-hdtv.torrent
[/code][/code]
 
Voici de bons candidats à la suppression - tout simplement parce qu'il s'agit de dossiers ou fichiers assez volumineux supprimables d'un coup (attention ! ce ne sont pas des commandes > mais de simples affichages ici) -->

Bloc de code:
7.9G    /Volumes/Macintosh HD/Users/delnah/Downloads/Heroes Saison 01 complète
7.8G    /Volumes/Macintosh HD/Users/delnah/Downloads/Saison 1
4.6G    /Volumes/Macintosh HD/Users/delnah/Downloads/[www.Cpasbien.pe] Marco.Polo.2014.S01.VOSTFR.WEBRip.XviD-ATN

La suppression de ces 3 éléments donne 20,3 Gi de gagnés = 21,8 Go. Probablement de quoi suffire pour le repartitionnement et clonage envisagés.

=> qu'est-ce que tu en penses ?
 
Alors voici la commande de suppression (tout en un > utilise le copier-coller à rebours ! > déclenche bien le tapis roulant horizontal pour la copier jusqu'au bout) -->
Bloc de code:
rm -rf /Volumes/"Macintosh HD"/Users/delnah/Downloads/"Heroes Saison 01 complète" /Volumes/"Macintosh HD"/Users/delnah/Downloads/"Saison 1" /Volumes/"Macintosh HD"/Users/delnah/Downloads/"[www.Cpasbien.pe] Marco.Polo.2014.S01.VOSTFR.WEBRip.XviD-ATN"

  • la commande supprime les 3 objets cités ; elle passe sans commentaire

La commande passée > passe la commande informative :
Bloc de code:
df -H /Volumes/"Macintosh HD"

  • qui mesure les espaces : total > occupé > libre du volume Macintosh HD

Poste le tableau ici.
 
Je pense que ça a fonctionné!
Bloc de code:
-bash-3.2# rm -rf /Volumes/"Macintosh HD"/Users/delnah/Downloads/"Heroes Saison 01 complète" /Volumes/"Macintosh HD"/Users/delnah/Downloads/"Saison 1" /Volumes/"Macintosh HD"/Users/delnah/Downloads/"[www.Cpasbien.pe] Marco.Polo.2014.S01.VOSTFR.WEBRip.XviD-ATN"
-bash-3.2# df -H /Volumes/"Macintosh HD"
Filesystem    Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk20   499G   217G   281G    44%  722053 4294245226    0%   /Volumes/Macintosh HD
 
Oui : superbe --> il n'y a plus que 217 Go de données dans le volume. L'espace libre est donc largement suffisant.

Alors pour le repartitionnement > on peut partir sur une base de 260 Go pour le volume Macintosh HD et 240 Go pour le volume du clone.

Voici la commande à passer (fais un copier-coller à rebours encore une fois) :
Bloc de code:
diskutil cs resizeStack 726BEBE6-34F0-4F63-82C5-8B5B7356DEAD 260g jhfs+ Clone 0b

  • la commande réduit le CoreStorage qui supporte le volume Macintosh HD à 260 Go > et crée une nouvelle partition > avec un volume de 240 Go au format Apple_HFS+ intitulé Clone
  • ce type de commande qui implique des opérations complexes est susceptible de prendre pas mal de temps --> tu auras un % de progression affiché

Si elle s'accomplit jusqu'au bout > passe alors un :
Bloc de code:
diskutil list

  • et poste le tableau des disques.