Copy A CD In Linux
16 March 2008
No Comment
You can easily copy cd in Linux through command line.
the steps are :
1)At the root go to the media directory where all the removable media file system (such as cd-rom, floppy disk, usb drive) are mounted.
2) Type cd /media (to enter the media directory).
3) Type ls -l(This will give you long listing of all media mounted. Remember all spaces and case of letter because Linux is case sensitive.)
4) Just type cd hello (if hello is the name of your media).
OR you can use cd * if only one media is there.
5) Type cp * (This will copy all the files of cd in the destination directory.)
Eg: cd * /var/ftp/pub
Random Posts
Related posts:
- How To Find Hardware Details In Linux
- Automating Linux Admin From Windows Over SSH
- Windows Media Player Trick
- How to Copy Locked Photos from Orkut
- Hack Into Windows & Linux Passwords With Single Tool
- Fixing Corrupt Recycle Bin
- TATA DOCOMO FREE GPRS (100% Working)
- Manage Your Recycle Bin With BinManager









Leave your response!