diff options
Diffstat (limited to 'public/articals/linux')
-rw-r--r-- | public/articals/linux/media/cd.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/articals/linux/media/cd.html b/public/articals/linux/media/cd.html index 530369d..b44d15a 100644 --- a/public/articals/linux/media/cd.html +++ b/public/articals/linux/media/cd.html @@ -60,7 +60,7 @@ <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>cdrecord -v de=/dev/cdrom ~/Downloads/Fallout</p> + <p>cdrecord -v dev=/dev/cdrom ~/Downloads/Fallout.iso</p> </div> <p>movies.iso being the output ISO from the last command.</p> |