| Forum |
|
|||||||
| 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. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
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 |
|
|
|
|
#3 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
|
|
#4 (permalink) |
|
Wise Old Owl
Join Date: Nov 2006
Location: Pune, Maharashtra, India
Posts: 1,728
|
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 |
|
|
|
|
#5 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
See if this command works
Code:
su mkdir /media/DVD mount -t auto /dev/hdd /media/DVD
__________________
http://www.bash.org/?258908 |
|
|
|
|
#8 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
|
|
#9 (permalink) |
|
The Devil
Join Date: Feb 2006
Location: 0x02AE88C6FF
Posts: 966
|
type
Code:
sudo gedit /etc/fstab Code:
dev/DVDrom /media/DVD auto defaults 0 0 I hope I got it right. |
|
|
|
|
#10 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
|
|
#11 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
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 Code:
~#nano -w /etc/fstab /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0 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. |
|
|
|
|
#12 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
1. The Name of my CDRW/DVDROM combo is
Code:
dev/sr0 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 Code:
/media/DVD <====The folder mount -t auto /dev/sr0 /media/DVD <---------Code to Mount dvds 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 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. |
|
|
|
|
#13 (permalink) |
|
18 Till I Die............
Join Date: Jul 2004
Location: India, Mumbai, Marine Lines
Posts: 5,792
|
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 |
|
|
|
|
#14 (permalink) |
|
The Devil
Join Date: Feb 2006
Location: 0x02AE88C6FF
Posts: 966
|
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 Code:
rw,auto,user,exec Notice the "/" |
|
|
|
|
#15 (permalink) |
|
Debian Rocks!
Join Date: Feb 2007
Location: Coimbattore
Posts: 528
|
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 |
|
|
|
|
#16 (permalink) |
|
Alpha Geek
Join Date: Feb 2006
Location: Hyderabad
Posts: 745
|
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. |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|