Compare commits

...

2 Commits
prod ... jj

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

@ -4,12 +4,19 @@
```
lsblk
```
![Résultat de la commande lsblk](../../assets/lsblk_01.png)
2. Identifier les partitions adéquates : les plus grandes
![Partition la plus grande](../../assets/lsblk_02.png)
3. Monter les partitions
```
mkdir /mnt/nom_du_dossier
```
![Création du dossier cible](../../assets/montage_01.png)
```
mount /dev/sdXy /mnt/nom_du_dossier
```
![Montage du périphérique](../../assets/montage_02.png)
4. Cibler le dossier utilisateur de Windows
```
ls /mnt/nom_du_dossier

@ -58,7 +58,7 @@ extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css
nav:
- Accueil: index.md
- "Présentation du Garage":
- Présentation du Garage:
- presentation-garage/index.md
- presentation-garage/reglement_interieur.md
- presentation-garage/reglement_interieur_CHANGELOG.md
@ -69,7 +69,7 @@ nav:
- presentation-garage/statut.md
- Ressources:
- presentation-garage/ressources/sites-web.md
- "Formations":
- Formations:
- presentation-garage/formation/index.md
- "Passe Numérique Pro": presentation-garage/formation/pnpro-devops.md
- "Bac+1 DevOps": presentation-garage/formation/bacplusun-devops.md
@ -179,6 +179,6 @@ nav:
- "Recrutement": admin/process-odoo/odoo-recrutement.md
- "Immobilisations": admin/process-odoo/odoo-immo.md
- Windows:
- "Installation": admin/windows/index.md
- "Installation": windows/index.md
# - "Test": raw_test.md

Loading…
Cancel
Save