LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Mounting a DVD drive on OpenBSD?? (https://www.linuxquestions.org/questions/%2Absd-17/mounting-a-dvd-drive-on-openbsd-314117/)

chutsu 04-17-2005 07:25 AM

Mounting a DVD drive on OpenBSD??
 
Hi
I managed to mount a Cd-rom drive, but I don't really know how to mount a dvd-rom drive.
Note that I've installed openbsd 3.6 on a laptop so the disk drive is a combo drive which is a CD, CD-RW and DVD rom drive.

if you could show me how to mount a CD-RW drive as well, that would help.
Thanks
Chris

sigsegv 04-17-2005 08:34 AM

They all mount exactly the same way (unless they have a different filesystem on the media).

chutsu 04-17-2005 09:18 AM

so what am I suppose to put into my fstab......when I looked at man mount I didn't seem to be able to find UDF file system....
Chris

sigsegv 04-17-2005 09:48 AM

cd9660

chutsu 04-17-2005 11:06 AM

it says that its got a input out put error when I try something like this
mount -v -t cd9660 /dev/cd0a /mnt/dvd

I've already created /mnt/dvd

Thanks
Chris

sigsegv 04-17-2005 03:35 PM

Code:

# mount -vt cd9660 /dev/cd0a /mnt
exec: mount_cd9660 /dev/cd0a /mnt
/dev/cd0a on /mnt type cd9660 (read-only, local, writes: sync 0 async 0)
# ls /mnt/                                                                   
audio_ts  video_ts

Are you sure the disc is good (and are you sure there is anything on it)?


All times are GMT -5. The time now is 02:45 PM.