You are not logged in.
Pages: 1
Hello,
My Arch Linux doesn't see any CD's or DVD's. I use LXDE desktop environment, I have installed hal and added to the /etc/rc.conf.
My /etc/fstab
# <file system> <dir> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0
/dev/cdrom /media/cd iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
#/dev/fd0 /media/fl auto user,noauto 0 0
/dev/sda2 swap swap defaults 0 0
/dev/sda7 / ext4 defaults 0 1
/dev/sda6 /home ext4 defaults 0 1
/dev/sda5 /Muza ext4 defaults 0 1My /etc/mtab
/dev/sda7 / ext4 rw 0 0
none /proc proc rw,relatime 0 0
none /sys sysfs rw,relatime 0 0
udev /dev tmpfs rw,nosuid,relatime,size=10240k,mode=755 0 0
devpts /dev/pts devpts rw 0 0
shm /dev/shm tmpfs rw,nosuid,nodev 0 0
/dev/sda6 /home ext4 rw 0 0
/dev/sda5 /Muza ext4 rw 0 0When i try to mount drive by terminal, I have error
[smiglo@smiglo ~]$ sudo mount /media/cd
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or soWhen I try dmesg | tail, he return error
[smiglo@smiglo ~]$ dmesg | tail
do_general_protection: 128 callbacks suppressed
iron[27310] general protection ip:7f65598be3ee sp:6cb28b917feef39e error:0 in libc-2.12.so[7f655988c000+153000]
operapluginwrap[12481]: segfault at 10 ip 00007fb1d7cf1587 sp 00007fff230e6e00 error 4 in libplds4.so[7fb1d7cf0000+3000]
sr 0:0:0:0: [sr0] Result: hostbyte=0x00 driverbyte=0x08
sr 0:0:0:0: [sr0] Sense Key : 0x5 [current]
Info fld=0x10
sr 0:0:0:0: [sr0] ASC=0x21 ASCQ=0x0
sr 0:0:0:0: [sr0] CDB: cdb[0]=0x28: 28 00 00 00 00 10 00 00 01 00
end_request: I/O error, dev sr0, sector 64
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16P.S. Sorry for my language.
Last edited by Smiglo (2010-06-05 16:00:48)
I wanna be the minority
Offline
The command is:
sudo mount /dev/sr0 /media/cd.
Try that first and see if it mounts.
Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.
Offline
Ok, it works!
Thanks a lot!
I wanna be the minority
Offline
Pages: 1