|
| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Jul 02, 2004 9:57 pm Post subject: unable to mount dvd |
|
|
unable to mount dvd will mount a cd?
have all the nomal libdvd files installed
|
|
|
 |
jebba
|
Posted: Sat Jul 03, 2004 6:16 pm Post subject: |
|
|
Try this as root:
| Code: | cd /dev
ln -s cdrom dvd |
That will make a symbolic link from /dev/cdrom to /dev/dvd, assuming it's the same device. Some DVD playing programs expect a /dev/dvd by default. Or are you just talking about mounting a DVD data disc? That should mount just like a cd. I guess a bit more explanation of what your physical setup is (e.g 1 CDRW, 1 DVD on secondary master or somesuch), will help us help you. :)
-Jeff
|
|
|
 |
Guest
|
Posted: Sun Jul 04, 2004 2:45 pm Post subject: |
|
|
tried that still getting a error message when i open dvd any other cd will automount on desktop
|
|
|
 |
jebba
|
Posted: Sun Jul 04, 2004 2:47 pm Post subject: |
|
|
Ok.
1) Tell us what the error message is. That's the surest way to know what is going wrong. What does the system say is going wrong?
2) What kind of DVD is it? Is this some movie or a data disc or what?
3) I guess a bit more explanation of what your physical setup is (e.g 1 CDRW, 1 DVD on secondary master or somesuch), will help us help you.
-Jeff
|
|
|
 |
mbjbdc
|
Posted: Sun Jul 04, 2004 4:14 pm Post subject: |
|
|
i get error could not open dev/dvd iin mplayer
i can cd /mnt mount it will show the contents of dvd
tryed to open with totem,ogle get no error message get green screen
does not show any video
computer specs 1300 celeron 512 mg memory 60gig harddrive
cdrom dual dvd,cdrom
dvd burner comes up as cdrom 1
|
|
|
 |
jebba
|
Posted: Sun Jul 04, 2004 4:31 pm Post subject: |
|
|
| Code: | cd /dev
ln -sf cdrom1 dvd |
Or, depending on whether the drive is primary/secondary master/slave, you could try any of the following:
| Code: | cd /dev
ln -sf hdb dvd
ln -sf hdc dvd
ln -sf hdd dvd
ln -sf scd0 dvd |
-Jeff
|
|
|
 |
mbjbdc
|
Posted: Mon Jul 05, 2004 2:36 am Post subject: |
|
|
that fixed it
thanks for the speedy reply
dave
|
|
|
 |
|
|
|