You are not logged in.
Hi im having a strange problem with Thunar its not showing my cd or dvd or ntfs drives when mounted in the side pane.
#
# /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 /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/cdrom1 /mnt/cdrom1 iso9660 ro,user,noauto,unhide 0 0
/dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
/dev/sdb1 /boot ext2 defaults 0 1
/dev/sdb2 swap swap defaults 0 0
/dev/sdb3 / ext3 defaults 0 1
/dev/sdb4 /home ext3 defaults 0 1
/dev/sda1 /mnt/HDD ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_GB.utf8 0 0
And also I cant seem to mount CD's although DVD's work, i've tried in my DVD drive and CDRW but it doesnt work I get this error..
ash@breakage:~ $ mount /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
So I done dmesg | tail and got this..
ash@breakage:~ $ dmesg | tail
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'VIDEO_DVD', timestamp 2004/12/03 21:42 (1000)
end_request: I/O error, dev sr1, sector 64
isofs_fill_super: bread failed, dev=sr1, iso_blknum=16, block=16
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
end_request: I/O error, dev sr1, sector 64
isofs_fill_super: bread failed, dev=sr1, iso_blknum=16, block=16
end_request: I/O error, dev sr0, sector 64
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
These are my groups:
ash@breakage:~ $ groups ash
lp wheel network video audio optical floppy storage users
Anyone know how to fix this?
Last edited by Breakage (2008-02-27 08:23:45)
Offline
I guess...
From the information above,
you were mounting a DVD as it is a CD, so it failed.
For DVD and/or CD,
how about mounting them by your desktop environment, ie. KDE, GNOME, XFCE4 ?
Offline
The.. "UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'VIDEO_DVD', timestamp 2004/12/03 21:42 (1000)"
line when I was mounting a DVD to check it works (and it does) before trying to mount a CD using "mount /mnt/cdrom"
I've just tried mounting a CD again from the first drive using "mount /mnt/CD" in Openbox and get this..
ash@breakage:~ $ dmesg | tail
Adding 265064k swap on /dev/sdb2. Priority:-1 extents:1 across:265064k
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 17
NVRM: loading NVIDIA UNIX x86 Kernel Module 169.09 Fri Jan 11 14:38:28 PST 2008
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
end_request: I/O error, dev sr0, sector 64
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
I've also tried mounting from my CDRW drive instead of the DVD drive using "mount /mnt/cdrom1" and get this output:
ash@breakage:~ $ dmesg | tail
NVRM: loading NVIDIA UNIX x86 Kernel Module 169.09 Fri Jan 11 14:38:28 PST 2008
agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
end_request: I/O error, dev sr0, sector 64
isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
end_request: I/O error, dev sr1, sector 64
isofs_fill_super: bread failed, dev=sr1, iso_blknum=16, block=16
Also for the hell of it I tried mounting the CD using "mount /mnt/dvd" using the DVD drive..
ash@breakage:~ $ dmesg | tail
end_request: I/O error, dev sr0, sector 486440
end_request: I/O error, dev sr0, sector 487096
end_request: I/O error, dev sr0, sector 486072
end_request: I/O error, dev sr0, sector 485848
end_request: I/O error, dev sr0, sector 487088
end_request: I/O error, dev sr0, sector 486064
end_request: I/O error, dev sr0, sector 485840
end_request: I/O error, dev sr0, sector 1248
end_request: I/O error, dev sr0, sector 1024
UDF-fs: No partition found (1)
About mounting them via the DE, how could I do that? I use XFCE4 as my main DE but cannot find an option to mount the CD in Thunar or Xfce there is no drive icons in "/mnt" just folders.
And my Removable Drives and Media section looks like this..
And thanks for the reply
----
Edit: I've removed the optical devices from fstab and now DVDs and data CDs automount how do I get music CDs to mount?
Last edited by Breakage (2008-02-28 05:57:47)
Offline