LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 01-31-2011, 10:53 AM   #16
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940

Another go: Nothing gets shown?
Code:
aquarius anisha # mount /dev/sr0 /
mount: block device /dev/sr0 is write-protected, mounting read-only
aquarius anisha # cd /media/
50362979-fa28-4d9c-9f75-38edce562301/ b5b29265-ff0a-44a9-b709-8814e3aed250/ VideoCD/
aquarius anisha # cd /media/VideoCD/
aquarius VideoCD # ls
aquarius VideoCD #
 
Old 01-31-2011, 12:14 PM   #17
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Not sure what your fstab entry for sr0 points at - that's where I'd start looking.
 
Old 01-31-2011, 06:58 PM   #18
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Is this what you meant? What now?
Code:
anisha@aquarius ~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda5 during installation
UUID=9a8bb95c-a4bb-4e35-9f6d-6e1ffea81213 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda6 during installation
UUID=a3d6b3f1-92aa-40f7-929f-9c1a34167f41 none            swap    sw              0       0
 
Old 01-31-2011, 08:03 PM   #19
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
That's an fstab, but it has no entries pertaining to the scsi device
/dev/sr0.

I'm not familiar with mint, so can't really say anything about how
it does mounting of removable media. On slackware I have (because
I use fluxbox rather than KDE or anything else that uses HAL) an
entry in fstab that points at the internal DVD drive like so:
Code:
/dev/sr0       /cdrom           auto        noauto,user,ro   0   0


Cheers,
Tink
 
Old 01-31-2011, 09:04 PM   #20
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
I did not insert the CD for fstab output, I wonder if that made the difference.
 
Old 01-31-2011, 10:41 PM   #21
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
No, it wouldn't ... fstab is commonly a static file that gets
created during install, and altered by root. Chances that
having the cd in the drive made a difference to the output
you gave are pretty much non-existent.


Cheers,
Tink
 
Old 01-31-2011, 10:51 PM   #22
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
and I also wonder why do you always keep the right side space of your posts empty
Thank you for all the help and does cdparanoia also help in copying videos?
and consider moving this thread to the Mint forum, please.
 
Old 01-31-2011, 10:56 PM   #23
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Anisha Kaul View Post
and I also wonder why do you always keep the right side space of your posts empty
I'm an old-fashioned doderer. Rules of typography suggest that a
column width of roughly 66 characters is most pleasant on the eye,
and easiest to read. Now, I'm not counting characters, but I feel
that the width I usually chose is "pleasant".

Quote:
Originally Posted by Anisha Kaul View Post
Thank you for all the help and does cdparanoia also help in copying videos?
and consider moving this thread to the Mint forum, please.
No, it won't ... for vcd/dvd you'll need special (different) utils,
e.g., mencoder, dvdrip, ...

Last edited by Tinkster; 01-31-2011 at 10:57 PM.
 
Old 02-01-2011, 09:51 PM   #24
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Mint doesn't have the mailing lists, and people
have not responded to this question on their
forums

I am beginning to lose hope now!

If I install mencoder/dvdrip will they be able to
recognize the DVD in the drive and rip it?

Any special reason for not moving this to Mint
forum?
 
Old 02-01-2011, 10:20 PM   #25
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Mint doesn't have the mailing lists, and people
have not responded to this question on their
forums

I am beginning to lose hope now!
Have patience. Rome wasn't built in a day.


Quote:
If I install mencoder/dvdrip will they be able to
recognize the DVD in the drive and rip it?

Any special reason for not moving this to Mint
forum?
No, was just forgetful. Sorry - moving now.

As for "recognising": once you've established which is the dvd
drive your tools (cdparanoia, mencoder, ... ) will have no problem
reading, playing, ripping, ... the media in the drive.



Cheers,
Tink
 
1 members found this post helpful.
Old 02-01-2011, 10:35 PM   #26
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by Tinkster View Post
As for "recognising": once you've established which is the dvd
drive ...
I asked that because I am not able to figure out
which is the dvd drive, so I thought those tools
might be smart enough to figure that out themselves?
I am expecting too much I suppose!
 
Old 02-01-2011, 10:40 PM   #27
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Anisha Kaul View Post
I asked that because I am not able to figure out
which is the dvd drive, so I thought those tools
might be smart enough to figure that out themselves?
I am expecting too much I suppose!

No, they're not that smart ;}

Assuming that the machine has been booted recently, and doesn't
have the ring buffer overflowing w/ udev or network messages:
Code:
dmesg | egrep "DVD|CD"

Alternatively:
Code:
egrep "DVD|CD" /var/log/{messages,syslog}
Maybe boot.log? I don't know the log-file structure of mint,
either. Those are files I'd look for/in in Slack or RHEL.



Cheers,
Tink
 
1 members found this post helpful.
Old 02-01-2011, 11:15 PM   #28
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,360
Blog Entries: 28

Rep: Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148Reputation: 6148
I would open a media player from a command line and tell it to play the CD and see what happens.

If it plays, I would enjoy the sounds.

If it doesn't, I would capture any error messages that are thrown to the command window.

I just inserted an audio CD into one of my optical drives.

In Nautilus, it appears in the sidebar as "Audio CD." I can play it in Totem (it appears in the Totem "Movie" menu as "Play audio disc"). But when I go to /media and /mnt and search around, I cannot see it. Linux does not seem to see it as regular storage media, but it sees it.

Video DVDs are different. They must be mounted to be played.

They should show up in a file manager with two subdirectories: AUDIO_TS and VIDEO_TS.

AUDIO_TS is normally empty (what it's there for I have no idea).

VIDEO_TS should contain files with various extensions including *.ifo, *.vob, and some others. If I remember correctly, the *.vob files are the actual videos and usually can be played directly in a media player, so long as the other files are present.

I have feeling--I hope this gives you no offense--I have a feeling that you are making this more complicated than it actually is and are consequently looking for dustbunnies in dark corners where there are no dustbunnies and no dark corners.

It is my experience that Linux does not do well with commercial video DVDs, what with DRM and all. It takes somersaults and handsprings to make Linux act like a DVD players, with functional menus and all that, but the *.vob files usually play.
 
Old 02-01-2011, 11:28 PM   #29
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by frankbell View Post
Video DVDs are different. They must be mounted to be played.
They should show up in a file manager with two subdirectories: AUDIO_TS and VIDEO_TS.
....
I have feeling--I hope this gives you no offense--I have a feeling that you are making this more complicated than it actually is and are consequently looking for dustbunnies in dark corners where there are no dustbunnies and no dark corners.
Yes, they must be mounted to be played,
and that's the question of this thread:
how to mount them? I said it before too,
thunar doesn't show up anything when I
insert the VCD. Do you mean to say that
my DVD drive is damaged? But then I just
managed to run the Slackware DVD!

If there are no darkcorners and dustbunnies
then where are the VCDs?
 
Old 02-02-2011, 07:44 AM   #30
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,732

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Does this make any sense?
Code:
_____________________________________
/ Future looks spotty. You will spill \
\ soup in late evening.               /
 -------------------------------------
       \   ,__,
        \  (oo)____
           (__)    )\
              ||--|| *
anisha@aquarius ~ $ dmesg | egrep "DVD|CD"
[    2.047525] ata1.00: ATAPI: Slimtype DVD A  DS8A1H, WH66, max MWDMA2
[    2.180793] scsi 0:0:0:0: CD-ROM            Slimtype DVD A  DS8A1H    WH66 PQ: 0 ANSI: 5
[    2.191923] Uniform CD-ROM driver Revision: 3.20
[    2.192044] sr 0:0:0:0: Attached scsi CD-ROM sr0
[  236.883504] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
[  237.351485] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
[  239.903533] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec 7a 00 00 02 00
[  240.137755] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec 7a 00 00 02 00
[  240.377876] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec ac 00 00 02 00
[  240.619235] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec ac 00 00 02 00
[  241.860280] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 1d 5a 00 00 02 00
[  242.127500] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 1d 5a 00 00 02 00
[  242.401706] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 1d 5c 00 00 02 00
...

Last edited by Aquarius_Girl; 02-02-2011 at 07:49 AM.
 
  


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
Thunar, FluxBox & auto mount CopyrightPhilly Linux - Software 1 05-14-2009 01:06 PM
change desktop option in gdm... using Linuxmint fluxbox version budword Linux - Desktop 1 04-08-2008 10:49 PM
Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat humbletech99 Debian 2 12-29-2005 10:16 AM
Fluxbox Menu option for 'Mount' TomalakBORG Linux - Software 9 05-18-2005 12:37 PM
How to mount drives from Fluxbox menu? ludwig W Linux - General 13 05-15-2003 03:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 01:29 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