diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-28 07:46:57 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-28 07:46:57 +0100 |
commit | 56867c9b4ced86f7231a5ee1bbea62b0cb784574 (patch) | |
tree | db31015f7e014f7e86eedbe5d41e8d0e1ccd1340 /public/articals/linux/media/00cd | |
parent | c31d17cc545bf18159066b2656d3a79f6cf7025b (diff) |
Changes to lang
Diffstat (limited to 'public/articals/linux/media/00cd')
-rw-r--r-- | public/articals/linux/media/00cd | 97 |
1 files changed, 49 insertions, 48 deletions
diff --git a/public/articals/linux/media/00cd b/public/articals/linux/media/00cd index fcb1fc4..9bda2e2 100644 --- a/public/articals/linux/media/00cd +++ b/public/articals/linux/media/00cd @@ -1,22 +1,23 @@ <!DOCTYPE html> -<html lang="en"> -<head> +<html lang="en-GB"> + <head> <meta charset="UTF-8"> + <meta name="author" content="Shipwreckt"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Burning optical media in Linux</title> <link rel="stylesheet" href="../../../styles.css"> <link rel="icon" href="../../../Images/favi.png" type="image/x-icon"> -</head> -<body> + </head> + <body> <header> - <nav> - <ul> - <li><a href="../../../index.html">Home</a></li> - <li><a href="../../../links.html">Links</a></li> - <li><a href="../../../projects.html">Projects</a></li> - <li><a href="../../../contact.html">Contact</a></li> - </ul> - </nav> + <nav> + <ul> + <li><a href="../../../index.html">Home</a></li> + <li><a href="../../../links.html">Links</a></li> + <li><a href="../../../projects.html">Projects</a></li> + <li><a href="../../../contact.html">Contact</a></li> + </ul> + </nav> </header> <main> <h1>How To Format A USB with Linux 💿</h1> @@ -26,49 +27,49 @@ <hr> <h3>Warning ⚠️</h3> <p>Once you burn an optical disk you cannot reburn it.</b> - <p>Optical media does not have the best storage, normally under 1GiB so make sure your files align with the size of the optical media.</b> - <hr> - <h2>What you will need 📋</h2> - <ul> - <li>Optical drive capable of writing to a CD</li> - <li>A computer with Linux 🐧🖥️</li> - <li>The ability to read instructions and to follow them 🧠</li> - </ul> - <hr> - - <h2>Steps to burn 🔥</h2> - <p>You will only need one program to burn media to a CD; the name of that program is <a href="https://linux.die.net/man/1/wodim">wodim</a>, and it is part of a collection of programs called <a href="https://packages.debian.org/source/sid/cdrkit">cdrkit</a>, as in thename ofe this collection of programs that allow you to do a whole variaty of things withopticall media! - <hr> + <p>Optical media does not have the best storage, normally under 1GiB so make sure your files align with the size of the optical media.</b> + <hr> + <h2>What you will need 📋</h2> + <ul> + <li>Optical drive capable of writing to a CD</li> + <li>A computer with Linux 🐧🖥️</li> + <li>The ability to read instructions and to follow them 🧠</li> + </ul> + <hr> + + <h2>Steps to burn 🔥</h2> + <p>You will only need one program to burn media to a CD; the name of that program is <a href="https://linux.die.net/man/1/wodim">wodim</a>, and it is part of a collection of programs called <a href="https://packages.debian.org/source/sid/cdrkit">cdrkit</a>, as in thename ofe this collection of programs that allow you to do a whole variaty of things withopticall media! + <hr> - <li>1) Install cdrkit, on some Linux distrobutions cdrkit is already installed, but on my main Linux distrobution <a href="https://archlinux.org">Arch Linux</a>, it is not so check you have it installed, the package on your distro will most likely be called cdrkit.</li> - <br> - <div class="code-box"> - <p>sudo pacman -S cdrkit</p> - </div> - <br> + <li>1) Install cdrkit, on some Linux distrobutions cdrkit is already installed, but on my main Linux distrobution <a href="https://archlinux.org">Arch Linux</a>, it is not so check you have it installed, the package on your distro will most likely be called cdrkit.</li> + <br> + <div class="code-box"> + <p>sudo pacman -S cdrkit</p> + </div> + <br> - <hr> + <hr> - <li>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.</li><br> - <div class="code-box"> - <p>mkisofs -o movies.iso movies</p> - </div> - <p>movies.iso being the output ISO and movies being the directory with the movies in there.</p> + <li>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.</li><br> + <div class="code-box"> + <p>mkisofs -o movies.iso movies</p> + </div> + <p>movies.iso being the output ISO and movies being the directory with the movies in there.</p> - <hr> + <hr> - <li>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.</li><br> - <div class="code-box"> - <p>wodim -v dev=/dev/sr0 movies.iso</p> - </div> - <p>movies.iso being the output ISO from the last command.</p> + <li>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.</li><br> + <div class="code-box"> + <p>wodim -v dev=/dev/sr0 movies.iso</p> + </div> + <p>movies.iso being the output ISO from the last command.</p> - <hr> + <hr> - <li>4) Now it is time to sit back and wait for it to burn; do not get impatient; give it time, and it will burn. When it is done, you may enject the optical media from the CD drive, and it should have all the files you desire.</li><br> - <center> - <hr><p>That is all the required steps to burn optical media on Linux, I hope this has helped you!</p> - <pre text-align=center> <a href="../../linuxlist">Back</a> + <li>4) Now it is time to sit back and wait for it to burn; do not get impatient; give it time, and it will burn. When it is done, you may enject the optical media from the CD drive, and it should have all the files you desire.</li><br> + <center> + <hr><p>That is all the required steps to burn optical media on Linux, I hope this has helped you!</p> + <pre text-align=center> <a href="../../linuxlist">Back</a> </main> </body> </html> |