LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   mkisofs error: no such file or directory (https://www.linuxquestions.org/questions/slackware-14/mkisofs-error-no-such-file-or-directory-4175671921/)

deretsigernu 03-24-2020 10:57 PM

mkisofs error: no such file or directory
 
I downloaded the -current ISO from here: http://bear.alienbase.nl/mirrors/sla...4-current-iso/

When I use
Code:

bash-4.2$ mkisofs -o /tmp/slack14/slackware64-current-install-dvd.iso \
>  -R -J -A "Slackware Install" \
>  -hide-rr-moved \
>  -v -d -N \
>  -no-emul-boot -boot-load-size 4 -boot-info-table \
>  -sort isolinux/iso.sort \
>  -b isolinux/isolinux.bin \
>  -c isolinux/isolinux.boot \
>  -eltorito-alt-boot -no-emul-boot -eltorito-platform 0xEF \
>  -eltorito-boot isolinux/efiboot.img \
>  -m 'source' \
>  -V "SlackDVD" .

I get this error:
Quote:

mkisofs: No such file or directory. Can't open sort file list isolinux/iso.sort
Code:

bash-4.2# less /mnt/tmp_iso/isolinux/iso.sort

isolinux 100
isolinux/isolinux.bin 200
kernels 50

I don't know why this occurs. What is wrong?

Alien Bob 03-25-2020 03:17 AM

If you downloaded that ISO why then are you still trying to run mkisofs? That's what I did for you - that's what created the ISO file.

Also, the command you run, do you run it from directory /mnt/tmp_iso ?

deretsigernu 03-25-2020 08:26 AM

Ooops! Sorry, Alien Bob. I guess I didn't think clearly about what I was doing when I tried mkisofs with the ISO.

I did not run mkisofs from /mnt/tmp_iso. I was in a /tmp directory at the time.


All times are GMT -5. The time now is 01:50 PM.