You are not logged in.

#1 2007-08-05 12:44:21

Al3rt!
Member
Registered: 2007-08-05
Posts: 23

Cant mount some DVD

When I can mount in Arch some DVD burn in Windows, It happens nothing. When I mount DVD in terminal (example) "mount -t udf /dev/dvd0 /mnt/dvd" say it:

mount: wrong fs type, bad option, bad superblock on /dev/dvd0,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

fstab:

# <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/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
/dev/sda1 /boot ext2 defaults 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda3 / ext3 defaults 0 1
/dev/sda4 /home ext3 defaults 0 1

dmesg | tail:

[lukas@myhost ~]$  dmesg | tail
nvidia: module license 'NVIDIA' taints kernel.
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:01:00.0 to 64
NVRM: loading NVIDIA UNIX x86 Kernel Module  100.14.11  Wed Jun 13 18:21:22 PDT 2007
eth0: no IPv6 routers present
UDF-fs: No VRS found
Unable to identify CD-ROM format.
Unable to identify CD-ROM format.
UDF-fs: Partition marked readonly; forcing readonly mount
UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'CC3', timestamp 2007/04/16 20:51 (1000)

BUT!

When I mount: "mount -t auto /dev/dvd0 /mnt/dvd" all work fine.. What is broke?????????

Offline

#2 2007-08-05 14:43:17

jean-paul
Member
From: Germany
Registered: 2007-03-26
Posts: 61

Re: Cant mount some DVD

Hi,

try in your fstab:

/dev/dvd        /mnt/dvd      udf,iso9660    ro,user,noauto,unhide   0          0

or

/dev/dvd       /mnt/dvd      auto        ro,user,noauto,unhide   0          0

Jean-Paul


I'm root. if you see me smile, you'd better have a backup!! smile

Offline

#3 2007-08-05 21:31:27

Al3rt!
Member
Registered: 2007-08-05
Posts: 23

Re: Cant mount some DVD

Thx for Your help, but still nothing sad

Offline

Board footer

Powered by FluxBB