How do I copy a file/folder from a DVD to my hard drive using the Terminal?
Asked
Active
Viewed 1,203 times
-1
-
What sort of DVD are you attempting to copy? Is this a video disc? A data disc? – Stephen Michael Kellat Oct 12 '14 at 03:16
-
Dear Stephen Michael , I have got a GNOME DVD but do not how to install the same into the Hard Disk. Can you kindly help with a suitable procedure. Thanks! anil – aims solar Oct 12 '14 at 11:40
-
@KasiyA read OP's last comment. "... do not know how to install the same.." – muru Oct 14 '14 at 08:03
1 Answers
1
I'm not quite sure what you try to do. If you have a DVD mounted (check e.g. by typing "mount" into a terminal to get a list) You can copy any file from there to your harddisk by using the cp command in a terminal or by using the file manager of your choice.
If you mean by "GNOME DVD" Ubuntu live or desktop DVD and want to install Ubuntu onto your harddrive, there should be an icon on the desktop after having booted into the live session, which will start up ubiquity and commence with a regular installation.
If you have the deb package files of Gnome on a DVD, for what ever reason, and want to install it into an existing Ubuntu system, dpkg should be able to do that.
Please give us some more details.

Hinz
- 562