On Fri, Jun 2, 2023 at 10:28 PM home user <mattis...@comcast.net> wrote:
> I have no idea how to compare the one iso file to the several directories and 
> files on the stick.

You can mount the iso file with "sudo mount file.iso /mnt", and then
use "diff -r /mnt /stick" or similar.

Assumes:
- you don't already have something mounted on /mnt (if so just use a
different mount point)
- /stick is where you have the USB stick mounted - change to whatever
you are actually using
- media writer or whatever you used to create the USB stick does not
alter contents
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to