8,560
edits
K2latmanesh (talk | contribs) |
(Updating to match new version of source page) |
||
Line 110: | Line 110: | ||
برای جزئیات بیشتر به وبسایت [https://rufus.ie روفوس] مراجعه کنید. | برای جزئیات بیشتر به وبسایت [https://rufus.ie روفوس] مراجعه کنید. | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
===Writing to a USB Stick on a Macintosh=== | ===Writing to a USB Stick on a Macintosh=== | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
As a Unix variant, macOS uses a similar approach to Linux. All commands below should be run in the '''Terminal''' application. Commands using '''sudo''' may prompt for your password; this is expected. | As a Unix variant, macOS uses a similar approach to Linux. All commands below should be run in the '''Terminal''' application. Commands using '''sudo''' may prompt for your password; this is expected. | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
After you've inserted your USB drive, identify it using '''diskutil''': | After you've inserted your USB drive, identify it using '''diskutil''': | ||
{{UserCmd|command=diskutil list}} | {{UserCmd|command=diskutil list}} | ||
Line 125: | Line 130: | ||
0: FDisk_partition_scheme *7.8 GB disk3 | 0: FDisk_partition_scheme *7.8 GB disk3 | ||
1: Windows_NTFS MYUSBDRIVE 7.8 GB disk3s1 | 1: Windows_NTFS MYUSBDRIVE 7.8 GB disk3s1 | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Note the identifier '''disk3s1''' in this example. | Note the identifier '''disk3s1''' in this example. | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Unmount the drive with the command: | Unmount the drive with the command: | ||
{{UserCmd|command=sudo diskutil unmount /dev/disk3s1}} | {{UserCmd|command=sudo diskutil unmount /dev/disk3s1}} | ||
Volume MYUSBDRIVE on disk3s1 unmounted | Volume MYUSBDRIVE on disk3s1 unmounted | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
Now you can use '''dd''' to write to the raw device: | Now you can use '''dd''' to write to the raw device: | ||
{{UserCmd|command=sudo dd bs= | {{UserCmd|command=sudo dd bs=4M if=Desktop/manjaro-i3-21.2.3-220205-linux515.iso of=/dev/disk3}} | ||
787+1 records in | 787+1 records in | ||
787+1 records out | 787+1 records out | ||
3303161856 bytes transferred in 2470.782563 secs (1336889 bytes/sec) | 3303161856 bytes transferred in 2470.782563 secs (1336889 bytes/sec) | ||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
The USB drive can now be removed from the computer and used to boot Manjaro. | The USB drive can now be removed from the computer and used to boot Manjaro. | ||
</div> | |||
==جستار های وابسته== | ==جستار های وابسته== |