How do I mount an external USB CD Drive in Ubuntu 16.04?
I am about to get Ubuntu 16.04 LTS on a netbook running windows 7 starter. It does not have a built-in CD-ROM, so I have an external Samsung CD-ROM. I am afraid it will not work with Ubuntu, unless I mount it. What is a good Linux command to mount my CD-ROM so it can work on my netbook when it gets Ubuntu?
16.04 mount usb-drive
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am about to get Ubuntu 16.04 LTS on a netbook running windows 7 starter. It does not have a built-in CD-ROM, so I have an external Samsung CD-ROM. I am afraid it will not work with Ubuntu, unless I mount it. What is a good Linux command to mount my CD-ROM so it can work on my netbook when it gets Ubuntu?
16.04 mount usb-drive
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am about to get Ubuntu 16.04 LTS on a netbook running windows 7 starter. It does not have a built-in CD-ROM, so I have an external Samsung CD-ROM. I am afraid it will not work with Ubuntu, unless I mount it. What is a good Linux command to mount my CD-ROM so it can work on my netbook when it gets Ubuntu?
16.04 mount usb-drive
I am about to get Ubuntu 16.04 LTS on a netbook running windows 7 starter. It does not have a built-in CD-ROM, so I have an external Samsung CD-ROM. I am afraid it will not work with Ubuntu, unless I mount it. What is a good Linux command to mount my CD-ROM so it can work on my netbook when it gets Ubuntu?
16.04 mount usb-drive
16.04 mount usb-drive
edited Oct 8 '16 at 2:40
WinEunuuchs2Unix
46.9k1190182
46.9k1190182
asked Oct 8 '16 at 1:08
Rdog ConnRdog Conn
1112
1112
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 hour ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
If you don't have to do anything special in windows, chances are you won't have to do anything special in Ubuntu. Both Operating Systems have Plug and Play
functionality.
Basically just plug in the CD ROM USB drive (comments below speculate it is really CD/DVD optical drive) and see if it works. If it doesn't work, then update your question or post a new one.
There is no "good Linux command" to mount a CD, DVD or Blu-ray. When a disc is inserted you will be given the option to launch an application based on disc content. For typical data operations you will choose to use Nautilus
(Ubuntu's file manager / explorer) to navigate the disc for files you want to access.
I believe OP is usingCD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).
– TheWanderer
Oct 8 '16 at 1:53
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
1
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
|
show 2 more comments
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f834431%2fhow-do-i-mount-an-external-usb-cd-drive-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you don't have to do anything special in windows, chances are you won't have to do anything special in Ubuntu. Both Operating Systems have Plug and Play
functionality.
Basically just plug in the CD ROM USB drive (comments below speculate it is really CD/DVD optical drive) and see if it works. If it doesn't work, then update your question or post a new one.
There is no "good Linux command" to mount a CD, DVD or Blu-ray. When a disc is inserted you will be given the option to launch an application based on disc content. For typical data operations you will choose to use Nautilus
(Ubuntu's file manager / explorer) to navigate the disc for files you want to access.
I believe OP is usingCD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).
– TheWanderer
Oct 8 '16 at 1:53
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
1
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
|
show 2 more comments
If you don't have to do anything special in windows, chances are you won't have to do anything special in Ubuntu. Both Operating Systems have Plug and Play
functionality.
Basically just plug in the CD ROM USB drive (comments below speculate it is really CD/DVD optical drive) and see if it works. If it doesn't work, then update your question or post a new one.
There is no "good Linux command" to mount a CD, DVD or Blu-ray. When a disc is inserted you will be given the option to launch an application based on disc content. For typical data operations you will choose to use Nautilus
(Ubuntu's file manager / explorer) to navigate the disc for files you want to access.
I believe OP is usingCD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).
– TheWanderer
Oct 8 '16 at 1:53
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
1
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
|
show 2 more comments
If you don't have to do anything special in windows, chances are you won't have to do anything special in Ubuntu. Both Operating Systems have Plug and Play
functionality.
Basically just plug in the CD ROM USB drive (comments below speculate it is really CD/DVD optical drive) and see if it works. If it doesn't work, then update your question or post a new one.
There is no "good Linux command" to mount a CD, DVD or Blu-ray. When a disc is inserted you will be given the option to launch an application based on disc content. For typical data operations you will choose to use Nautilus
(Ubuntu's file manager / explorer) to navigate the disc for files you want to access.
If you don't have to do anything special in windows, chances are you won't have to do anything special in Ubuntu. Both Operating Systems have Plug and Play
functionality.
Basically just plug in the CD ROM USB drive (comments below speculate it is really CD/DVD optical drive) and see if it works. If it doesn't work, then update your question or post a new one.
There is no "good Linux command" to mount a CD, DVD or Blu-ray. When a disc is inserted you will be given the option to launch an application based on disc content. For typical data operations you will choose to use Nautilus
(Ubuntu's file manager / explorer) to navigate the disc for files you want to access.
edited Oct 8 '16 at 2:43
answered Oct 8 '16 at 1:19
WinEunuuchs2UnixWinEunuuchs2Unix
46.9k1190182
46.9k1190182
I believe OP is usingCD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).
– TheWanderer
Oct 8 '16 at 1:53
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
1
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
|
show 2 more comments
I believe OP is usingCD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).
– TheWanderer
Oct 8 '16 at 1:53
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
1
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
I believe OP is using
CD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).– TheWanderer
Oct 8 '16 at 1:53
I believe OP is using
CD-ROM
to mean the actual optical drive. Most laptops don't have built in CDs (unless I've been ripped off or haven't found the compartment with my 700MB disc yet).– TheWanderer
Oct 8 '16 at 1:53
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
I'm sure you are right that it is a CD/DVD external USB drive and the OP made a typo or is speaking generically. Laptop internal CD-ROM drives went obsolete about the same time USB became common place I think. Therefore external Samsung CD-ROM (only) USB drives probably don't exist.
– WinEunuuchs2Unix
Oct 8 '16 at 2:04
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
DVD drives became obsolete the moment Apple decided they didn't look good :p.
– TheWanderer
Oct 8 '16 at 2:05
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
I'm stumped on the Apple comment... The only Apple product I own is a 4GB iPod generation 3 or something like that.... which I don't use anymore as Android smartphone with 64gb micro SD card and Bluetooth earbuds out classes it.
– WinEunuuchs2Unix
Oct 8 '16 at 2:08
1
1
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
@Zacharee1 I revised the answer and we can delete our comments if you like.
– WinEunuuchs2Unix
Oct 8 '16 at 2:26
|
show 2 more comments
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f834431%2fhow-do-i-mount-an-external-usb-cd-drive-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown