LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 03-27-2020, 10:29 AM   #16
Hope170
LQ Newbie
 
Registered: Mar 2020
Posts: 9

Original Poster
Rep: Reputation: Disabled

I'm using Ubuntu.

I'm using this forum on my phone so I have to type this all out, forgive any formatting issues!

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 7.3G 0 loop
- encstateful 235:1 0 7.3G 0 dm /var/host/timezone
loop1 7:1 0 433.7M 1 loop
loop2 7:2 0 4K 1 loop
loop3 7:3 0 4K. 1 loop
loop4 7:4 0 46.9M 1 loop
zram0 252:0 0 5.6G 0 disk (SWAP)
mmcblk0rpmb 179:48 0 4M 0 disk
mmcblk0boot0 179:16 0 4M 1 disk
mmcblk0boot1 179:32 0 4M 1 disk
mmcblk0 179:0 0 29.1G 0 disk
-mmcblk0p1 179:1 0 25G 0 part /mnt/dvd
-mmcblk0p2 179:2 0 16M 1 part
-mmcblk0p3 179:3 0 2G 1 part
-vroot. 253:0 0 1.9G 1 dm. /lib/modules/3.18.0-19838-gc647e70c954a
-mmcblk0p4 179:4 0 16M 0 part
-mmcblk0p5 179:5 0 2G 0 part
-mmcblk0p6 179:6 0 512B 0 part
-mmcblk0p7 179:7 0 512B 0 part
-mmcblk0p8 179:8 0 16M 0 part
-mmcblk0p9 179:9 0 512B 0 part
-mmcblk0p10 179:10 0 512B 0 part
-mmcblk0p11 179:11 0 8M 0 part
-mmcblk0p12 179:12 0 16M 0 part
 
Old 03-27-2020, 11:13 AM   #17
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,681

Rep: Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894Reputation: 5894
I assumed by DVD-ROM and external drive you were using an USB optical drive of some type and would of expected a /dev/sr0 device ID. I don't so I am confused.

I still do not know what linux distribution you installed and it looks like you are running something from RAM. Granted I don't have much experience with Chromebooks.

Quote:
mmcblk0p1 179:1 0 25G 0 part /mnt/dvd
Looks like you have mounted partition 1 of the internal drive as /mnt/dvd.
 
1 members found this post helpful.
Old 03-27-2020, 04:41 PM   #18
Hope170
LQ Newbie
 
Registered: Mar 2020
Posts: 9

Original Poster
Rep: Reputation: Disabled
To be fair, I am also very confused.

If the device can't even be found then what am I supposed to do? I may have to see if I can find the files online instead and give up on this endeavor.

Thanks anyways guys! If you still have suggestions feel free to give them.
 
Old 03-27-2020, 05:37 PM   #19
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,947

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
I'm confused too - but assuming you have maybe mounted the DVD(?)
Does entering the following command into the terminal show anything recognisable?
Code:
ls -l /mnt/dvd
 
Old 03-27-2020, 05:59 PM   #20
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,479

Rep: Reputation: Disabled
loop is a mounted file

mmcblk0 is likely your internal storage, especially on a chromebook, but could also be microSD card

zram0 is a compressed file system in ram, swap in this case

vroot is likely to be your system loaded to ram, or a mounted file

So, having explained, roughly, what you are looking at, with my chromebook, external media was given the /dev/sda designation, so you may find that your DVD is mounted there.

Open a terminal, plug in your DVD, type
Code:
dmesg | tail
you should then see what your O/S thinks it is.
Use that to mount it.
If it says it is /dev/sda, then, in the terminal
Code:
mount /dev/sda /mnt
Then you should be able to see your files in the /mnt directory
Code:
ls /mnt
 
Old 04-07-2020, 06:10 AM   #21
crajor
Member
 
Registered: Mar 2019
Location: Akron, Ohio
Distribution: PCLinuxOS 2020
Posts: 88
Blog Entries: 4

Rep: Reputation: Disabled
Devices can be difficult to understand. However, after working with them for awhile, you'll get it.

On most distros, /dev/sr0 is used for internally mounted optical drives (CD,DVD). As per fatmac, /dev/sda may be the device name for a USB mounted optical drive.

Always,always,always put the disk in the drive before attempting to mount. The disk has the data and mount needs to see data (or an empty disk - writable drives).

Try this - plug in the drive with disk in it and type in the terminal
Code:
lsusb
This should list all USB devices currently plugged into the system. Look for the title of the DVD/ROM drive. This listing should also tell the device name used for mounting.

Once you have that info and your mount point (seems you've worked thru this), enter in terminal
Code:
sudo mount /dev/??? /mnt/dvd
??? will be the ACTUAL name of the device in the list (sda?) you will be asked for your password by sudo - give it and if you get no msgs and a new prompt - bingo you,ve mounted your DVD/ROM drive.

Final test is to navigate to your mount point, either in terminal or using the file manager. In terminal, enter
Code:
cd /mnt/dvd
and then
Code:
ls
You should see the files on the disk. In the file manager, start in 'File System' click mnt and then dvd, your files should then be visible.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
i tried using this code for deleting a user given character from a user given string mecrazyme1234 Linux - Newbie 2 06-04-2011 04:59 PM
i tried using this code for deleting a user given character from a user given string mecrazyme1234 Programming 7 06-04-2011 11:47 AM
"volume control GStreamer plugins and/or device not found"-how do I get volume contro fishurmn Linux - Newbie 6 07-19-2010 10:55 PM
merge files, given its odd and even given timepassman Linux - Software 1 05-08-2008 01:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration