LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > CollegeLinux
User Name
Password
CollegeLinux This forum is for the discussion of CollegeLinux.

Notices


Reply
  Search this Thread
Old 06-08-2004, 05:18 PM   #1
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Rep: Reputation: 15
Talking fresh installed College Linux; how to open cd-rom and floppy?


this is the most stupidest question in history posted...i have just installed college linux and i wanted to watch a movie on it from a cd so how do i do that?? ( tried to google but found nothn )
 
Old 06-08-2004, 05:24 PM   #2
sirpimpsalot
Member
 
Registered: Feb 2004
Posts: 141

Rep: Reputation: 15
you could have entries in your fstab file (/etc/fstab) that automount the floppy and cdrom at boot... they would look something link

/dev/fd0 /mnt/floppy auto noauto, 0 0

/dev/cdrom /cdrom iso9660 ro 0 0

someone correct me if Im wrong

or manually with umount

type:

man umount


more info here:

http://slackbook.yoshiwara.org.uk/chapter9-mount.html
 
Old 06-08-2004, 05:36 PM   #3
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
um where exactly do i type them? i did it on a shell but it says permission denied even when i did su ... allthou closest i got
 
Old 06-08-2004, 05:40 PM   #4
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
also when i tried
# mount /cdrom

it says it cant find /cdrom in /etc/fstab or /etc/mtab
 
Old 06-08-2004, 07:38 PM   #5
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Often the directory is /mnt/cdrom, not /cdrom, and you'll need to be root to mount the CD unless you modify the /etc/fstab to allow users to mount the drive (basically you add user to the 4th field after noauto -- there are a number of threads hear that say exactly how to do it).
 
Old 06-09-2004, 06:13 AM   #6
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
ill try search around here i still dont get it =\ call me stupid by i just started linux 8(
 
Old 06-09-2004, 06:54 AM   #7
michaelk
Moderator
 
Registered: Aug 2002
Posts: 26,757

Rep: Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318Reputation: 6318
Most distributions use /mnt/cdrom as a mount point for the CDROM drive and /mnt/floppy for the floppy drive. With linux you need to mount the file system before you can access any data and unmount the filesystem to close any open read / write buffers. The commands are mount and umount.

mount /mnt/floppy to access the disk. umount /mnt/floppy to close filesystem. Be sure to close any application including file browsers before unmounting.

However, this is just for data CDs. Music and movie CDs do not contain a valid filesystem and do not get mounted like a data CD. The player application needs to be configured for the device.

A couple of good applications for video playback are xine and mplayer.
 
Old 06-17-2004, 03:49 PM   #8
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
woho i can access data files but i still cant watch me movie =\

thx 4 help anyways all =P
 
Old 06-19-2004, 04:28 PM   #9
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
how to watch movies on College Linux???

hello im newbie and can somebody explain how to watch a movie with college linux/slackware ???

i have these programs and have no idea how to work with them..;

KsCD (CD Player) , Mplayer , Noatun (Multimedia Player) , XMMS (Multimedia Player) and Xine (Video Player)...

also if possible how to make it/those programs auto-run whenever i put in a similiar film (brainwashed by m$)

if its not same thing/to much trouble how to run DVD movies??

please share knowledge

Latest Question:
http://www.linuxquestions.org/questi...hreadid=191258
 
Old 06-19-2004, 04:40 PM   #10
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
Kscd plays cds, mplayer plays anything, xine plays anything, xmms is the same as winamp to use, noatun is the KDE default media player.
in kde you can select which program runs which type of media just like in windows (file associations).
xine has the best support for watching dvds, the "dvdnav" button should do it :~]
 
Old 06-19-2004, 04:56 PM   #11
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
umm well thx for the quick reply tuttle but that didnt answer much
but if lets say i use XINE then how DO i put my movie on?? i dont see my cdrom-category nor do i know what im searching for here =\ (sorry if i was unclear on my question )
 
Old 06-19-2004, 05:08 PM   #12
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
if you don't have a dvdnav button on xine then you may need to look for the dvdnav plugin. In order to play dvds you need libdvdcss too.
This search may be of some help to you.
 
Old 06-19-2004, 05:13 PM   #13
Wiz22
Member
 
Registered: Mar 2004
Location: {€urope}
Distribution: Linux Mint
Posts: 146

Original Poster
Rep: Reputation: 15
thx tuttle again thats real nice ! ill look into it, but still is it the same as a "normal" movie(non-dvd)..? im more into anime and series and stuff like that =P
 
Old 06-19-2004, 05:28 PM   #14
Tuttle
Senior Member
 
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291

Rep: Reputation: 52
where are your movies located - on your hard disk or on a cdrom? Open xine and:
right click-->open-->file then select the file by navigating to where they are located on your disk. If they are on your cdrom then "mount" the cdrom and navigate to it (usually /mnt/cdrom/).
I'm not familiar with your distribution but you can usually mount/unmount a cdrom using "kdiskfree":
K(start) button-->system-->more programs-->kdiskfree(view disk useage)
 
Old 06-20-2004, 04:00 AM   #15
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 476Reputation: 476Reputation: 476Reputation: 476Reputation: 476
I have merged your threads since both have answers and both deal with the same thing. And I have moved it to the CollegeLinux forum where your thread should receive the attention it deserves.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Is it possible to watch 2 movies at same time on linux? Nyybai Linux - Software 1 05-04-2005 04:51 AM
AAAYYYEEEE Wanaa watch movies on Linux? saint_devil Linux - Software 9 01-22-2005 04:00 PM
Can't watch DVD movies FXRS Linux - Hardware 2 08-25-2004 10:21 AM
How to watch .rm movies? jimman Linux - Software 3 09-06-2002 02:44 AM
How do I watch Divx movies in linux? Cheese Linux - Newbie 3 12-22-2001 03:53 AM

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

All times are GMT -5. The time now is 03:54 AM.

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