Oui, j'ai à disposition un macbook air ou un ordinateur windows.
Egalement un disque dur de 500 Go ou un clé usb mais 16giga
Egalement un disque dur de 500 Go ou un clé usb mais 16giga
diskutil list
Last login: Fri Jan 3 15:58:56 on ttys000
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
air-de-avenel:~ francoisavenel$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *121.3 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 121.0 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +121.0 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD - Données 30.7 GB disk1s1
2: APFS Volume Preboot 82.5 MB disk1s2
3: APFS Volume Recovery 528.5 MB disk1s3
4: APFS Volume VM 2.1 GB disk1s4
5: APFS Volume Macintosh HD 11.0 GB disk1s5
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *128.0 GB disk2
1: Windows_NTFS Clé Sandisk 128.0 GB disk2s1
diskutil partitionDisk disk2 gpt jhfs+ Sandisk 119g jhfs+ CLE 0b ; diskutil list disk2
air-de-avenel:~ francoisavenel$ diskutil partitionDisk disk2 gpt jhfs+ Sandisk 119g jhfs+ CLE 0b ; diskutil list disk2
Started partitioning on disk2
Unmounting disk
Creating the partition map
Waiting for partitions to activate
Formatting disk2s2 as Mac OS Extended (Journaled) with name Sandisk
Initialized /dev/rdisk2s2 as a 111 GB case-insensitive HFS Plus volume with a 16384k journal
Mounting disk
Formatting disk2s3 as Mac OS Extended (Journaled) with name CLE
Initialized /dev/rdisk2s3 as a 8 GB case-insensitive HFS Plus volume with a 8192k journal
Mounting disk
Finished partitioning on disk2
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *128.0 GB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS Sandisk 118.9 GB disk2s2
3: Apple_HFS CLE 8.7 GB disk2s3
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *128.0 GB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS Sandisk 118.9 GB disk2s2
3: Apple_HFS CLE 8.7 GB disk2s3
air-de-avenel:~ francoisavenel$
hdiutil attach ~/Desktop/El*
air-de-avenel:~ francoisavenel$ hdiutil attach ~/Desktop/El*
/dev/disk3 GUID_partition_scheme
/dev/disk3s1 EFI
/dev/disk3s2 Apple_HFS /Volumes/El Capitan
air-de-avenel:~ francoisavenel$
/Vol*/El*/Install*/C*/R*/createinstallmedia --volume /Vol*/CLE --applicationpath /Vol*/El*/Install* --nointeraction
Last login: Fri Jan 3 17:48:14 on console
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
air-de-avenel:~ francoisavenel$ /Vol*/El*/Install*/C*/R*/createinstallmedia --volume /Vol*/CLE --applicationpath /Vol*/El*/Install* --nointeraction
-bash: /Vol*/El*/Install*/C*/R*/createinstallmedia: No such file or directory
air-de-avenel:~ francoisavenel$
sudo /Vol*/El*/Install*/C*/R*/createinstallmedia --volume /Vol*/CLE --applicationpath /Vol*/El*/Install* --nointeraction
Last login: Fri Jan 3 17:58:22 on ttys000
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
air-de-avenel:~ francoisavenel$ sudo /Vol*/El*/Install*/C*/R*/createinstallmedia --volume /Vol*/CLE --applicationpath /Vol*/El*/Install* --nointeraction
Password:
sudo: /Vol*/El*/Install*/C*/R*/createinstallmedia: command not found
air-de-avenel:~ francoisavenel$
ls /Volumes
Last login: Fri Jan 3 17:58:22 on ttys000
The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.
air-de-avenel:~ francoisavenel$ sudo /Vol*/El*/Install*/C*/R*/createinstallmedia --volume /Vol*/CLE --applicationpath /Vol*/El*/Install* --nointeraction
Password:
sudo: /Vol*/El*/Install*/C*/R*/createinstallmedia: command not found
air-de-avenel:~ francoisavenel$ ls /Volumes
CLE Macintosh HD Sandisk
air-de-avenel:~ francoisavenel$