Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 07-03-2007, 12:46 PM   #1 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default How to browse CD/DVD

I have set the correct Screen Resolution, Configured Wifi and Mobile Internet. Can read/write from NTFS partitions and also vice versa from XP - read write the ETX3 partitions. Installed Beryl and running it with out crashing it at all . ALL With the help from this forum.

Only problem is now remaining - I am not able to browse any CD/DVD. However, other Linux Distribution CDs/DVDs get mounted automatically and I can browse them. It also recognizes the OpenSuse DVD (PCW) - can't browse it though. My previous attempts were all disasters with my system some problem or other...

My system is a Dell Inspiron 6400, it has a Philips 24x CD-RW/DVD-Rom Combo. I am on OpenSuse 10.2. Can some one give me a step by step tutorial so that I can configure to mount all types of CD/DVDs like the Mp3s and DVDs containing *.avi files and Digit Magazine CD/DVD.

Thanx a lot in Anticipation.....coz i know i will get the solution.
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 07-03-2007, 12:54 PM   #2 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: How to browse CD/DVD

Buddy explain more clearly.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e
The Unknown is offline  
Old 07-03-2007, 01:00 PM   #3 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: How to browse CD/DVD

If I put a CD/DVD nothing happens, I can't see a CD or DVD - it does not get mounted - and therefore can't browse it. Some CDs get mounted and can be browsed like the Ubutntu 6.10 CD, but other CD/DVDs like those of Digit Magazine CD/DVDs are not to be seen anywhere..

Am I clear now or is there anything you want to know?
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 07-03-2007, 01:06 PM   #4 (permalink)
Wise Old Owl
 
The Unknown's Avatar
 
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
Default Re: How to browse CD/DVD

Digit CD\'s are designed for WINDOWS ONLY. IT SEEMS THAT YOU DO NOT READ THE LICENSE AGREEMENT WHICH APPEARS WHEN U INSERT THE CD.
__________
If i does not mount, try mounting it in the terminal. I do not remeber the command since it has been years since i stopped using linux but i am going to start again on 17 th March 07. On that day, i am going to uninstall windows completeley. Wait for some linux guru\'s like Mehul to come.
__________________
KDE on ArchLinux
PHP, MySQL, PostgreSQL, Linux, Apache; Message me to hire (freelancing only)
Explore Technology @ http://www.itech7.com
Cheap and Reliable VPS Hosting @ http://j.mp/arHk5e

Last edited by The Unknown; 07-03-2007 at 01:06 PM. Reason: Automerged Doublepost
The Unknown is offline  
Old 07-03-2007, 01:47 PM   #5 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to browse CD/DVD

See if this command works
Code:
su
mkdir /media/DVD
mount -t auto /dev/hdd /media/DVD
Replace hdd with whatever is the device name of the drive. I feel the problem is that cd/dvd's are scratched hence not readable. Or else HAL should mount it automatically.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-03-2007, 02:07 PM   #6 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: How to browse CD/DVD

how do i know the device name?
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 07-03-2007, 02:14 PM   #7 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to browse CD/DVD

Code:
sudo fdisk -l
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 07-03-2007, 07:53 PM   #8 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: How to browse CD/DVD

It works, but not i an not able to remove the dvd, it says "You are not privileged to eject this volume." Another question is it a permanent solution, that is would i be able to browse any dvd/cd with executing this code or will i have to do it every time...
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 07-03-2007, 10:30 PM   #9 (permalink)
The Devil
 
blackpearl's Avatar
 
Join Date: Feb 2006
Location: 0x02AE88C6FF
Posts: 966
Default Re: How to browse CD/DVD

type

Code:
sudo gedit /etc/fstab
Then add these lines in the fstab file

Code:
dev/DVDrom	/media/DVD	auto	defaults	0 0
Replace DVDrom with the correct DVD drive device name

I hope I got it right.
blackpearl is offline  
Old 07-03-2007, 11:52 PM   #10 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: How to browse CD/DVD

still i am not able to eject cd/dvd from the drive.
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Old 08-03-2007, 04:50 AM   #11 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,513
Smile the device file needs to be probed and listed in /etc/fstab

Do post ur /etc/fstab entry.
the block device files for the DVD/CD drive are most prolly something like hdx,where x will be a,b,c etc..
if u have an ide hdd,then ur DVD drive will be /dev/hdb and if ur hdd is SATA,then DVD drive will be /dev/hda.inspect /dev/ directory for such a file and proceed.
You can check using below command:
Code:
~# ls -l   /dev/ |grep hd*

first make sure u have a directory as follows;or mkdir One.
Code:
~#mkdir  /media/cdrom0
nano is an easy-to-use editor from command line.edit /etc/fstab.append this entry at bottom.
Code:
~#nano -w /etc/fstab
/dev/hda        /media/cdrom0   udf,iso9660 user,noauto     0       0
Save the file.
Now it will mount DVDs/CDs automatically.

Regarding local user not able to mount,you can make the group "cdrom",local users supplimentary or secondary group using "usermod -G" command.but as you use Suse,there must be some gui tools for GNOME or kde allowing user to do these things.some distros facilitate that if ur a member of "wheel" can execute all this.

In Linux,CD/DVDs are ejected by right clicking and selecting eject or umount option.
But In My Debian and Ubuntu,Thanks to HAL & co,by pressing the CD/DVD drive eject button also ejects the CD/DVD.suse also may have such an option
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 08-03-2007 at 04:58 AM.
praka123 is offline  
Old 08-03-2007, 11:13 AM   #12 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: How to browse CD/DVD

1. The Name of my CDRW/DVDROM combo is
Code:
dev/sr0
2. I realized that I did not have any problems with CD ROM Disks, they automatically get mount and I can eject them by pressing the eject button, and also can browse the contents. The problem is with DVDs only.

3. I already have a folder which I created on advise from T_Y_F - and I have to manually mount the DVDs to browse. But he did not tell me how to unmount it , so not able to eject the drive
Code:
/media/DVD <====The folder
mount -t auto /dev/sr0 /media/DVD <---------Code to Mount dvds
4. the following is the extract from /etc/fstab
Code:
/dev/sda7            /                    ext3       acl,user_xattr        1 1
/dev/sda8            /home                ext3       acl,user_xattr        1 2
/dev/sda2            /windows/C           ntfs-3g       rw,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda5            /windows/D           ntfs-3g       rw,users,gid=users,umask=0002,nls=utf8 0 0
/dev/sda6            swap                 swap       defaults              0 0
proc                 /proc                proc       defaults              0 0
sysfs                /sys                 sysfs      noauto                0 0
debugfs              /sys/kernel/debug    debugfs    noauto                0 0
usbfs                /proc/bus/usb        usbfs      noauto                0 0
devpts               /dev/pts             devpts     mode=0620,gid=5       0 0
dev/sr0                 /media/DVD              auto         defaults               0 0
The last line i had inserted as advised by blackperl...

So what I do now?
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.

Last edited by hailgautam; 08-03-2007 at 11:19 AM.
hailgautam is offline  
Old 08-03-2007, 11:21 AM   #13 (permalink)
18 Till I Die............
 
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
Default Re: How to browse CD/DVD

Change defaults to ro, user, auto
And to unmount use the command umount, notice the absence of n after u.
__________________
http://www.bash.org/?258908
mehulved is offline  
Old 08-03-2007, 11:23 AM   #14 (permalink)
The Devil
 
blackpearl's Avatar
 
Join Date: Feb 2006
Location: 0x02AE88C6FF
Posts: 966
Default Re: How to browse CD/DVD

Replace the term "default" in the 4th column of the last line (i.e. the DVD line) with:

If its a DVD ROM
Code:
ro,auto,user,exec
If its a DVD Writer
Code:
rw,auto,user,exec
Also the first term of the last line is "/dev/sr0" not "dev/sr0"
Notice the "/"
blackpearl is offline  
Old 08-03-2007, 12:00 PM   #15 (permalink)
Debian Rocks!
 
freebird's Avatar
 
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
Default Re: How to browse CD/DVD

nice.you got the soltn
__________________
"The day windows users wake up to reality, it will be doomsday for Microsoft."UNIX like OS are more secure.get urself out 4m M$ http://whylinuxisbetter.net http://tinyurl.com/2amjjc http://fsf.org
freebird is offline  
Old 08-03-2007, 12:04 PM   #16 (permalink)
Alpha Geek
 
hailgautam's Avatar
 
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
Default Re: How to browse CD/DVD

thanks T_Y_F and Blackpearl, praka123 it is now working all right, seems I am reping you guys a lot, so the system is not allowing me to do it again

Thanks again
__________________
Change is Nature, the part that we can influence; and it starts when we decide.

Where you going?
With Luck forward.
hailgautam is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 11:26 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2