From 273949e66c0ee4fa2e0515258876ca279e42f4ab Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 13 Apr 2025 11:49:15 +0100 Subject: Changed cd.html --- public/articals/linux/media/cd.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/articals/linux/media/cd.html b/public/articals/linux/media/cd.html index 91f4ee2..530369d 100644 --- a/public/articals/linux/media/cd.html +++ b/public/articals/linux/media/cd.html @@ -50,17 +50,17 @@
-
  • 2) You want to get whatever data you want into an ISO file, so if you had a file called movies that held movies you would use the command.

  • +
  • 2) You want to get whatever data you want into an ISO file, so if you had a file called movies that held movies you would use the command. As an example, I will be using the location of the Fallout 1 installation files on my system.

  • -

    mkisofs -o movies.iso movies

    +

    mkisofs -o Fallout.iso -V "Fallout 1" ~/Downloads/Fallout

    -

    movies.iso being the output ISO and movies being the directory with the movies in there.

    +

    Fallout.iso being the output ISO and ~/Downloads/Fallout being the directory with the movies in there.


  • 3) Now the last command is the actual event of burning the optical media! So insert it into your optical drive and type this command.

  • -

    wodim -v dev=/dev/sr0 movies.iso

    +

    cdrecord -v de=/dev/cdrom ~/Downloads/Fallout

    movies.iso being the output ISO from the last command.

    -- cgit v1.2.3