Modifications

Sauter à la navigation Sauter à la recherche
Ligne 89 : Ligne 89 :  
Suivez les étape suivantes pour maximiser l'espace de stockage disponible sous OSX:
 
Suivez les étape suivantes pour maximiser l'espace de stockage disponible sous OSX:
   −
===== Prevent & Remove Mac OSX Hidden Files =====
+
===== Enlever les fichiers cachés sur Mac OSX (empêcher leur création) =====
First find the volume name for your board.  With the board plugged in run this command in a terminal to list all the volumes:
+
Pour commencer, il faut identifier le lecteur correspondant à la carte. Exécutez la commande suivante dans un terminal avec la carte branchée, cela permet de lister tous les volumes:
    
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
Ligne 96 : Ligne 96 :  
</syntaxhighlight>
 
</syntaxhighlight>
   −
Look for a volume with a name like '''CIRCUITPY''' (the default for CircuitPython).  The full path to the volume is the '''/Volumes/CIRCUITPY''' path.
+
Cherchez un volume qui ne nomme '''CIRCUITPY''' (nom par défaut pour CircuitPython).  La chemin complet est '''/Volumes/CIRCUITPY'''.
   −
Now follow the [http://apple.stackexchange.com/questions/6707/how-to-stop-os-x-from-writing-spotlight-and-trash-files-to-memory-cards-and-usb/7135#7135 steps from this question] to run these terminal commands that stop hidden files from being created on the board:
+
Suivez maintenant [http://apple.stackexchange.com/questions/6707/how-to-stop-os-x-from-writing-spotlight-and-trash-files-to-memory-cards-and-usb/7135#7135 les étapes de cette question] (''stackexchange.com'') en saisissant les commandes permettant d'arrêter la création de fichiers cachés sur la carte:
    
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
Ligne 109 : Ligne 109 :  
</syntaxhighlight>
 
</syntaxhighlight>
   −
Replace '''/Volumes/CIRCUITPY''' in the commands above with the full path to your board's volume if it's different.  At this point all the hidden files should be cleared from the board and some hidden files will be prevented from being created.
+
Dans les commandes ci-dessus, remplacez '''/Volumes/CIRCUITPY''' par le chemin de votre propre carte. Une fois fait, tous les fichiers cachés devraient être enlevés de la carte et le système d'exploitation ne devrait plus en créer.
   −
However there are still some cases where hidden files will be created by Mac OSX.  In particular if you copy a file that was downloaded from the internet it will have special metadata that Mac OSX stores as a hidden file.  Luckily you can run a copy command from the terminal to copy files '''without''' this hidden metadata file.  See the steps below:
+
Il reste cependant des cas où Mac OSX crée encore des fichier cachés.  Plus particulièrement lorsque l'on copie des fichiers qui ont étés téléchargés depuis Internet, MAc OSX crée un fichier caché spécial contenant des métadonnée. Par chance, il est possible d'utiliser une commande de copie (dans le terminal) permettant de réaliser la copie de fichier '''sans''' le fichier de métadonnée caché.  Voyez les étapes ci-dessous:
    
===== Copy Files on Mac OSX Without Creating Hidden Files =====
 
===== Copy Files on Mac OSX Without Creating Hidden Files =====
29 917

modifications

Menu de navigation