Difference between revisions of "Check a Downloaded ISO Image For Errors/fa"
Views
Actions
Namespaces
Variants
Tools
(Created page with "برای بررسی، ابتدا باید ''فایل checksum'' مناسب را از همان صفحه دانلود تصویر ISO انتخابیتان در سایت source...") |
(Created page with "* manjaro-kde-21.2.2-210123-linux515.iso.sha1 یا * manjaro-kde-21.2.2-210123-linux515.iso.sha256 یا * manjaro-kde-21.2.2-210123-linux515.iso.sha512") |
||
Line 8: | Line 8: | ||
برای بررسی، ابتدا باید ''فایل checksum'' مناسب را از همان صفحه دانلود تصویر ISO انتخابیتان در سایت sourceforge دانلود کنید. یک فایل checksum نامی مشابه تصویر ISO خواهد داشت که قرار است با آن استفاده شود.تنها تفاوت این است که به iso.sha1. یا iso.sha256. یا iso.sha512. ختم می شود. برای مثال، فایل checksum مناسب برای فایلmanjaro-kde-21.2.2-210123-linux515.iso (نسخه 21.2.2 مانجارو با دسکتاپ kde) خواهد بود: | برای بررسی، ابتدا باید ''فایل checksum'' مناسب را از همان صفحه دانلود تصویر ISO انتخابیتان در سایت sourceforge دانلود کنید. یک فایل checksum نامی مشابه تصویر ISO خواهد داشت که قرار است با آن استفاده شود.تنها تفاوت این است که به iso.sha1. یا iso.sha256. یا iso.sha512. ختم می شود. برای مثال، فایل checksum مناسب برای فایلmanjaro-kde-21.2.2-210123-linux515.iso (نسخه 21.2.2 مانجارو با دسکتاپ kde) خواهد بود: | ||
* manjaro- | * manjaro-kde-21.2.2-210123-linux515.iso.sha1 | ||
* manjaro- | یا | ||
* manjaro-kde-21.2.2-210123-linux515.iso.sha256 | |||
یا | |||
* manjaro-kde-21.2.2-210123-linux515.iso.sha512| | |||
3=BigManjaroIcon.png | 3=BigManjaroIcon.png | ||
}} | }} |
Revision as of 08:43, 31 January 2022
برای بررسی، ابتدا باید فایل checksum مناسب را از همان صفحه دانلود تصویر ISO انتخابیتان در سایت sourceforge دانلود کنید. یک فایل checksum نامی مشابه تصویر ISO خواهد داشت که قرار است با آن استفاده شود.تنها تفاوت این است که به iso.sha1. یا iso.sha256. یا iso.sha512. ختم می شود. برای مثال، فایل checksum مناسب برای فایلmanjaro-kde-21.2.2-210123-linux515.iso (نسخه 21.2.2 مانجارو با دسکتاپ kde) خواهد بود:
- manjaro-kde-21.2.2-210123-linux515.iso.sha1
یا
- manjaro-kde-21.2.2-210123-linux515.iso.sha256
یا
- manjaro-kde-21.2.2-210123-linux515.iso.sha512
The checksum file itself is just a text document that contains a code that should match the code generated by the sha1 or sha256 algorithm. As such, if the code generated from the ISO file matches that contained in the checksum file, then the ISO is fine; otherwise, if the two codes don't match then it means that the ISO file has changed in some way, most likely due to being corrupted. You can think of it like someone using a secret password to identify who they are: if they provide the wrong password, then something is obviously amiss!
Don't worry if this all sounds a bit much, it's actually very straightforward and easy to use!The command to then perform a checksum uses the following syntax:
[sha1sum or sha256sum] [ISO Image]
For example, the following command will use sha256 to generate a code from the 64 bit Manjaro XFCE 0.8.1 ISO. The code generated can then be compared to the code provided by the appropriate sha256 checksum file:
As illustrated, in this instance both codes match, thus confirming that the downloaded ISO file is correct. The following command would use sha1 to undertake exactly the same task:
When satisfied that both codes match, then it is safe to proceed to either burning the ISO to your chosen installation media, or using it immediately in Virtualbox. If the codes do not match, then it will be necessary to delete the ISO image and download it again.
It will be necessary to download and install a checksum utility application. There are many tools which can provide sha1 and sha256 sums. One such tool is Quick Hash