You are not logged in.
Pages: 1
Hi
I have a problem reagarding how to read DVD in arch linux.Please somebody help me
Rishabh
Offline
What are you trying to do?
Get data of off a dvd, play a dvd? You need to give us more information.
Check out the beginners guide, it might be useful: http://wiki.archlinux.org/index.php/Beginners_Guide
Offline
I want to get data frm DVD.I tried the beginners manual before but no luck
Offline
Are you in the "optical" group? Run 'groups' to check.
If you're not: gpasswd -a yourusername optical
1000
Offline
ya i m in the optical group.It says that please specify the filetype.Also when i did ls /dev/ i couldnt find the sr0 file u mentioned in the mount command.
Offline
Hi cant get it to run.Plz somebody help me.When i do ls /dev/ this is the result I get.Can nebody tell me whch of the following refers to my DVD and what should i do to mount after that:
Thnx
XOR loop3 ram11 sda2 tty14 tty32 tty50 ttyS2
adsp loop4 ram12 sda3 tty15 tty33 tty51 ttyS3
audio loop5 ram13 sequencer tty16 tty34 tty52 urandom
bsg loop6 ram14 sequencer2 tty17 tty35 tty53 usbdev1.1
bus loop7 ram15 sg0 tty18 tty36 tty54 usbdev1.1_ep00
console lp0 ram2 shm tty19 tty37 tty55 usbdev1.1_ep81
core mem ram3 snapshot tty2 tty38 tty56 usbdev1.2
disk misc ram4 snd tty20 tty39 tty57 usbdev1.2_ep00
dsp mixer ram5 sound tty21 tty4 tty58 usbdev1.2_ep02
fd null ram6 stderr tty22 tty40 tty59 usbdev1.2_ep81
full par0 ram7 stdin tty23 tty41 tty6 usbdev1.2_ep83
initctl parport0 ram8 stdout tty24 tty42 tty60 vc
input port ram9 tts tty25 tty43 tty61 vcc
kmem ppp random tty tty26 tty44 tty62 zero
kmsg psaux rd tty0 tty27 tty45 tty63
log ptmx root tty1 tty28 tty46 tty7
loop pts rtc tty10 tty29 tty47 tty8
loop0 ram0 rtc0 tty11 tty3 tty48 tty9
loop1 ram1 sda tty12 tty30 tty49 ttyS0
loop2 ram10 sda1 tty13 tty31 tty5 ttyS1
RIshabh
Offline
http://wiki.archlinux.org/index.php/HAL. Most file managers support HAL. PCMANFM, Konqueror, Thunar, Nautilus(?).
Try 'cat /etc/fstab' and see where the default mount point for your cd/dvd rom drive is. You might want to look into pmount, since it lets you mount as a user.
-Zack
Offline
hey Guys
it always ask me to specify the file system type when i try to mount my dvdrom.And on doing wht u saidthe following is the output.:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
/dev/fd0 /media/fd0 auto user,noauto 0 0
/dev/sda2 / ext3 defaults 0 1
/dev/sda3 swap swap defaults 0 0
Offline
in your fstab replace auto option with udf,iso9660
like so
/dev/cdrom /media/cdrom udf,iso9660 ro,user,noauto,unhide 0 0
Offline
tried this but no lick
Offline
Pages: 1