I was following this amazing guide on how to install Windows 7 without Bootcamp and got stuck at step 5. It should create files, but it didn't. I got the following result in Terminal:
After doing what David told me to do, I noticed it created the partition on 'disk0s5', or at least it has this as its identifier.
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS HDD 749.7 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 249.5 GB disk0s5
/dev/disk1 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme +2.0 GB disk1
1: DOS_FAT_32 BCSS 2.0 GB disk1s1
Is it alright to just switch things around and replace every Terminal command containing 'disk0s4' with 'disk0s5', so it locates the right partition?
Thanks in advance. :)
diskutil list
,sudo gpt -r show /dev/disk0
andsudo fdisk /dev/disk0
and post the output to your question. Also, what is the model/year of your Mac. – David Anderson Sep 14 '16 at 00:15