F1CSNA
Please Log In to view the content of this page.
F1CSNA
Please Log In to view the content of this page.
F1CSNA
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Passerelles Numeriques Students' Help Portal
 
HomeLatest imagesRegisterLog in
Welcome Scholars! New members please don't forget to visit the "Member Introduction" thread and introduce yourselves!

 

 Copying and converting file in linux (dd commands)

Go down 
AuthorMessage
damlimsjutsu
Administrators
Administrators
damlimsjutsu


Posts : 16
Join date : 2010-08-06
Age : 30
Location : n.p.a

Copying and converting file in linux (dd commands) Empty
PostSubject: Copying and converting file in linux (dd commands)   Copying and converting file in linux (dd commands) Icon_minitimeMon May 12, 2014 6:18 am


issue : you want to copy a files on a dvd or cd drive on a linux machine.
one of the solutions is using [dd] command

example: an iso file in cd/dvd

on a cli, let do this:


dd if=/dev/cdrom of=/mnt/windows/RHEL_ES3_UPT2_SRC_CD-1of3.iso

note: do not mount the cdrom

where [if] is equal to the input file and [of] an output file

Then mount the .iso file created by using the command to check the file if it is copied:

mount -o loop -t iso9660 /mnt/windows/RHEL_ES3_UPT2_SRC_CD-1of3.iso /mnt/custom


Then do [ls] command to check if it is mounted

ls /mnt/custom/
Back to top Go down
https://f1csna.forumotion.com
 
Copying and converting file in linux (dd commands)
Back to top 
Page 1 of 1
 Similar topics
-
» create a linux shared folder using cli
» Linux Finding Stuff(Basics)
» 12 Reasons Why Every Linux System Administrator Should be Lazy
» Accessing windows share on linux environment
» Linux simple script(Generate Arping)

Permissions in this forum:You cannot reply to topics in this forum
F1CSNA :: Discussions :: Server and Network Administration :: NetAd Useful Stuff-
Jump to: