* Writing to Pana DVD-RAM
@ 2001-04-14 21:31 cacook
2001-04-14 22:15 ` Jeremy Jackson
0 siblings, 1 reply; 7+ messages in thread
From: cacook @ 2001-04-14 21:31 UTC (permalink / raw)
To: linux-kernel
Hello,
I am running RedHat Wolverine (beta) with kernel 2.4.2. I have a SCSI subsystem (AHA2740) with a Panasonic LF-D101 DVDRAM on it.
I read that the CDROM driver is built to recognize DVDRAMs and allow writes; well I can mount and read the UDF file system fine, but am not allowed writes. I have UDF2.0 on the disk, because it didn't recognize UDF2.1.
Also, when I make xconfig, it includes UDF support, but read-only. (Write-Experimental is grayed-out)
In fstab: /dev/scd1 is mounted to /mnt/dvdram udf default 0 0. (paraphrasing)
I need the DVDRAM for backups and file transfers. Is the problem the driver, the UDF filesystem, my setup, or what?
--
C.
The best way out is always through.
- Robert Frost A Servant to Servants, 1914
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Writing to Pana DVD-RAM
2001-04-14 21:31 Writing to Pana DVD-RAM cacook
@ 2001-04-14 22:15 ` Jeremy Jackson
2001-04-15 13:53 ` cacook
0 siblings, 1 reply; 7+ messages in thread
From: Jeremy Jackson @ 2001-04-14 22:15 UTC (permalink / raw)
To: cacook, linux-kernel
cacook@freedom.net wrote:
> Hello,
>
> I am running RedHat Wolverine (beta) with kernel 2.4.2. I have a SCSI subsystem (AHA2740) with a Panasonic LF-D101 DVDRAM on it.
>
> I read that the CDROM driver is built to recognize DVDRAMs and allow writes; well I can mount and read the UDF file system fine, but am not allowed writes. I have UDF2.0 on the disk, because it didn't recognize UDF2.1.
>
> Also, when I make xconfig, it includes UDF support, but read-only. (Write-Experimental is grayed-out)
>
> In fstab: /dev/scd1 is mounted to /mnt/dvdram udf default 0 0. (paraphrasing)
>
> I need the DVDRAM for backups and file transfers. Is the problem the driver, the UDF filesystem, my setup, or what?
> --
> C.
>
> The best way out is always through.
> - Robert Frost A Servant to Servants, 1914
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
Check that "Experimental " is enabled under "Code Maturity level options",
if you can't find it try using "make menuconfig" instead of "make xconfig"
Note that the UDF-write support option is listed as "Dangerous"... possibly
making things difficult, but then again if you have a DVD-RAM,
how bad can things be :)
Cheers,
Jeremy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Writing to Pana DVD-RAM
2001-04-14 22:15 ` Jeremy Jackson
@ 2001-04-15 13:53 ` cacook
2001-04-15 14:20 ` Jens Axboe
0 siblings, 1 reply; 7+ messages in thread
From: cacook @ 2001-04-15 13:53 UTC (permalink / raw)
To: linux-kernel
DOH! You're right.
I can now write to it, but only get one chance. Copy a file to DVDRAM, read, print, etc, but when I try to rm or mv, segfault. Foreverafter the DVDRAM is 'busy'. Cannot umount. Must reboot then umount. Remount, get another write, but on subsequent write, segfault.
I am using UDF2. (UDF2.1 won't mount) Would I be better off with UDF1.2, or FAT32? How can I get details of the driver's capabilities?
--
C.
The best way out is always through.
- Robert Frost A Servant to Servants, 1914
Jeremy Jackson wrote:
> cacook@freedom.net wrote:
>
> > Hello,
> >
> > I am running RedHat Wolverine (beta) with kernel 2.4.2. I have a SCSI subsystem (AHA2740) with a Panasonic LF-D101 DVDRAM on it.
> >
> > I read that the CDROM driver is built to recognize DVDRAMs and allow writes; well I can mount and read the UDF file system fine, but am not allowed writes. I have UDF2.0 on the disk, because it didn't recognize UDF2.1.
> >
> > Also, when I make xconfig, it includes UDF support, but read-only. (Write-Experimental is grayed-out)
> >
> > In fstab: /dev/scd1 is mounted to /mnt/dvdram udf default 0 0. (paraphrasing)
> >
> > I need the DVDRAM for backups and file transfers. Is the problem the driver, the UDF filesystem, my setup, or what?
> > --
> > C.
> >
> > The best way out is always through.
> > - Robert Frost A Servant to Servants, 1914
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>
> Check that "Experimental " is enabled under "Code Maturity level options",
> if you can't find it try using "make menuconfig" instead of "make xconfig"
> Note that the UDF-write support option is listed as "Dangerous"... possibly
> making things difficult, but then again if you have a DVD-RAM,
> how bad can things be :)
>
> Cheers,
>
> Jeremy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Writing to Pana DVD-RAM
2001-04-15 13:53 ` cacook
@ 2001-04-15 14:20 ` Jens Axboe
[not found] ` <20010416153103.5D6F11E0FC@Cantor.suse.de>
0 siblings, 1 reply; 7+ messages in thread
From: Jens Axboe @ 2001-04-15 14:20 UTC (permalink / raw)
To: cacook; +Cc: linux-kernel
On Sun, Apr 15 2001, cacook@freedom.net wrote:
> DOH! You're right.
>
> I can now write to it, but only get one chance. Copy a file to
> DVDRAM, read, print, etc, but when I try to rm or mv, segfault.
> Foreverafter the DVDRAM is 'busy'. Cannot umount. Must reboot then
> umount. Remount, get another write, but on subsequent write,
> segfault.
Please decode that oops and send it along, see REPORTING-BUGS
--
Jens Axboe
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Problem: Writing to Pana DVD-RAM
[not found] ` <20010416153103.5D6F11E0FC@Cantor.suse.de>
@ 2001-04-16 16:28 ` Jens Axboe
0 siblings, 0 replies; 7+ messages in thread
From: Jens Axboe @ 2001-04-16 16:28 UTC (permalink / raw)
To: cacook; +Cc: linux-kernel
On Mon, Apr 16 2001, cacook@freedom.net wrote:
please, no html mails -- unreadable and impossible to reply to. it looks
like a udf bug most likely, you may want to try the latest and greatest
from
http://sourceforge.net/projects/linux-udf/
instead of using the kernel supplied version.
--
Jens Axboe
^ permalink raw reply [flat|nested] 7+ messages in thread
* Problem: Writing to Pana DVD-RAM
@ 2001-04-28 21:05 cacook
0 siblings, 0 replies; 7+ messages in thread
From: cacook @ 2001-04-28 21:05 UTC (permalink / raw)
To: linux-kernel
To recap: running Panasonic LF-D101 DVDRAM drive on SCSI (AHA2740) and
getting segfaults. On-disk format is UDF2.0, as 2.1 won't mount.
Mount, ls, umount, mount, ls, umount, etc - no problem.
Mount, cp <20Mfile>, umount, mount, ls, (20Mfile), umount, mount, ls, (20Mfile),
rpm -q 20Mfile, umount, etc - no problem.
Mount, rm <20Mfile>, Segmentation Fault, umount, (device busy), umount, (device busy), etc. Reboot without reset and bootup hangs at Running Linuxconf hooks. Boot to Windows & try to access DVDRAM & it says "Not formatted, would you like to format?" Power-cycle =only= the DVDRAM & then it works fine. The Linux CD driver is messing up the controller in the drive.
Reset system & boots fine to Linux. Mount, ls, (no files), umount, mount, ls, (no files), umount, etc.
Again copy file to, & it seems fine.
(Help - Jens has been too busy)
--
C.
The best way out is always through.
- Robert Frost A Servant to Servants, 1914
Keywords: DVDRAM DVD-RAM LF-D101 LFD101 cdrecord
The log is:
Apr 15 20:58:27 hydra kernel: UDF-fs INFO UDF 0.9.1 (2000/02/29) Mounting
volume 'UDF Volume', timestamp 2001/03/02 11:55 (1e98)
Apr 15 20:59:31 hydra kernel: UDF-fs INFO UDF 0.9.1 (2000/02/29) Mounting
volume 'UDF Volume', timestamp 2001/03/02 11:55 (1e98)
Apr 15 20:59:50 hydra last message repeated 3 times
Apr 15 21:00:17 hydra mon[1258]: failure for servers http 987390017 localhost
Apr 15 21:01:11 hydra kernel: UDF-fs INFO UDF 0.9.1 (2000/02/29) Mounting
volume 'UDF Volume', timestamp 2001/03/02 11:55 (1e98)
Apr 15 21:03:25 hydra last message repeated 2 times
Apr 15 21:03:40 hydra kernel: kernel BUG at inode.c:890!
Apr 15 21:03:40 hydra kernel: invalid operand: 0000
Apr 15 21:03:40 hydra kernel: CPU: 0
Apr 15 21:03:40 hydra kernel: EIP: 0010:[iput_free+216/352]
Apr 15 21:03:40 hydra kernel: EIP: 0010:[<c01461c8>]
Apr 15 21:03:40 hydra kernel: EFLAGS: 00010286
Apr 15 21:03:40 hydra kernel: eax: 0000001b ebx: cb1ad640 ecx: 00000004
edx: c5508840
Apr 15 21:03:40 hydra kernel: esi: c0319560 edi: cb4f2740 ebp: bffff678 esp:
c9d5ff20
Apr 15 21:03:40 hydra kernel: ds: 0018 es: 0018 ss: 0018
Apr 15 21:03:40 hydra kernel: Process rm (pid: 2254, stackpage=c9d5f000)
Apr 15 21:03:40 hydra kernel: Stack: c02a1610 c02a16f3 0000037a 00000000
00000012 c3920000 cffb3560 cb4f2740
Apr 15 21:03:40 hydra kernel: cb1ad640 c0144a3c cb1ad640 00000184
fffffff0 c39229c0 cb4f2740 00000000
Apr 15 21:03:40 hydra kernel: c39229c0 c013e31c cb4f2740 cfc83d40
c9d5ff9c 00000000 ffffffeb cb4f2740
Apr 15 21:03:40 hydra kernel: Call Trace: [error_table+39488/42452]
[error_table+39715/42452] [d_delete+76/112] [vfs_unlink+316/368]
[sys_unlink+150/272] [do_page_fault+0/1088] [system_call+51/56]
Apr 15 21:03:40 hydra kernel: Call Trace: [<c02a1610>] [<c02a16f3>]
[<c0144a3c>] [<c013e31c>] [<c013e3e6>] [<c0112de0>] [<c0108ffb>]
Apr 15 21:03:40 hydra kernel:
Apr 15 21:03:40 hydra kernel: Code: 0f 0b 83 c4 0c eb 69 90 39 1b 74 3c f6 83 f8
00 00 00 07 75
Apr 15 21:04:18 hydra mon[1258]: failure for servers http 987390258 localhost
ver_linux
Linux hydra.darkmatter.com 2.4.2-0.1.49 #1 Sun Apr 15 18:12:33 MDT 2001 i686
unknown
Gnu C 2.96
Gnu make 3.79.1
binutils 2.10.91.0.2
util-linux 2.10r
modutils 2.4.2
e2fsprogs 1.19
reiserfsprogs 3.x.0b
PPP 2.4.0
isdn4k-utils 3.1pre1
Linux C Library 2.2.2
Dynamic linker (ldd) 2.2.2
Procps 2.0.7
Net-tools 1.57
Console-tools 0.3.3
Sh-utils 2.0
Modules Loaded via82cxxx_audio ac97_codec binfmt_misc autofs
nls_iso8859-1 nls_cp437
cdrecord 1.9-6
^ permalink raw reply [flat|nested] 7+ messages in thread
* Problem: Writing to Pana DVD-RAM
@ 2001-04-30 15:48 cacook
0 siblings, 0 replies; 7+ messages in thread
From: cacook @ 2001-04-30 15:48 UTC (permalink / raw)
To: linux-kernel
Originally sent this in HTML, so maybe it didn't get through:
To recap: running Panasonic LF-D101 DVDRAM drive on SCSI (AHA2740) and
getting segfaults. On-disk format is UDF2.0, as 2.1 won't mount.
Mount, ls, umount, mount, ls, umount, etc - no problem.
Mount, cp <20Mfile>, umount, mount, ls, (20Mfile), umount, mount, ls, (20Mfile),
rpm -q 20Mfile, umount, etc - no problem.
Mount, rm <20Mfile>, Segmentation Fault, umount, (device busy), umount, (device busy), etc. Reboot without reset and bootup hangs at Running Linuxconf hooks. Boot to Windows & try to access DVDRAM & it says "Not formatted, would you like to format?" Power-cycle =only= the DVDRAM & then it works fine. The Linux CD driver is messing up the controller in the drive.
Reset system & boots fine to Linux. Mount, ls, (no files), umount, mount, ls, (no files), umount, etc. Reboot to Win2k & access the DVDRAM, but ondisk format is destroyed. Win2k asks if I want to reformat.
(Help - Jens has been too busy)
--
C.
The best way out is always through.
- Robert Frost A Servant to Servants, 1914
Keywords: DVDRAM DVD-RAM LF-D101 LFD101 cdrecord
The log is:
Apr 15 20:58:27 hydra kernel: UDF-fs INFO UDF 0.9.1 (2000/02/29) Mounting
volume 'UDF Volume', timestamp 2001/03/02 11:55 (1e98)
Apr 15 20:59:31 hydra kernel: UDF-fs INFO UDF 0.9.1 (2000/02/29) Mounting
volume 'UDF Volume', timestamp 2001/03/02 11:55 (1e98)
Apr 15 20:59:50 hydra last message repeated 3 times
Apr 15 21:00:17 hydra mon[1258]: failure for servers http 987390017 localhost
Apr 15 21:01:11 hydra kernel: UDF-fs INFO UDF 0.9.1 (2000/02/29) Mounting
volume 'UDF Volume', timestamp 2001/03/02 11:55 (1e98)
Apr 15 21:03:25 hydra last message repeated 2 times
Apr 15 21:03:40 hydra kernel: kernel BUG at inode.c:890!
Apr 15 21:03:40 hydra kernel: invalid operand: 0000
Apr 15 21:03:40 hydra kernel: CPU: 0
Apr 15 21:03:40 hydra kernel: EIP: 0010:[iput_free+216/352]
Apr 15 21:03:40 hydra kernel: EIP: 0010:[<c01461c8>]
Apr 15 21:03:40 hydra kernel: EFLAGS: 00010286
Apr 15 21:03:40 hydra kernel: eax: 0000001b ebx: cb1ad640 ecx: 00000004
edx: c5508840
Apr 15 21:03:40 hydra kernel: esi: c0319560 edi: cb4f2740 ebp: bffff678 esp:
c9d5ff20
Apr 15 21:03:40 hydra kernel: ds: 0018 es: 0018 ss: 0018
Apr 15 21:03:40 hydra kernel: Process rm (pid: 2254, stackpage=c9d5f000)
Apr 15 21:03:40 hydra kernel: Stack: c02a1610 c02a16f3 0000037a 00000000
00000012 c3920000 cffb3560 cb4f2740
Apr 15 21:03:40 hydra kernel: cb1ad640 c0144a3c cb1ad640 00000184
fffffff0 c39229c0 cb4f2740 00000000
Apr 15 21:03:40 hydra kernel: c39229c0 c013e31c cb4f2740 cfc83d40
c9d5ff9c 00000000 ffffffeb cb4f2740
Apr 15 21:03:40 hydra kernel: Call Trace: [error_table+39488/42452]
[error_table+39715/42452] [d_delete+76/112] [vfs_unlink+316/368]
[sys_unlink+150/272] [do_page_fault+0/1088] [system_call+51/56]
Apr 15 21:03:40 hydra kernel: Call Trace: [<c02a1610>] [<c02a16f3>]
[<c0144a3c>] [<c013e31c>] [<c013e3e6>] [<c0112de0>] [<c0108ffb>]
Apr 15 21:03:40 hydra kernel:
Apr 15 21:03:40 hydra kernel: Code: 0f 0b 83 c4 0c eb 69 90 39 1b 74 3c f6 83 f8
00 00 00 07 75
Apr 15 21:04:18 hydra mon[1258]: failure for servers http 987390258 localhost
ver_linux
Linux hydra.darkmatter.com 2.4.2-0.1.49 #1 Sun Apr 15 18:12:33 MDT 2001 i686
unknown
Gnu C 2.96
Gnu make 3.79.1
binutils 2.10.91.0.2
util-linux 2.10r
modutils 2.4.2
e2fsprogs 1.19
reiserfsprogs 3.x.0b
PPP 2.4.0
isdn4k-utils 3.1pre1
Linux C Library 2.2.2
Dynamic linker (ldd) 2.2.2
Procps 2.0.7
Net-tools 1.57
Console-tools 0.3.3
Sh-utils 2.0
Modules Loaded via82cxxx_audio ac97_codec binfmt_misc autofs
nls_iso8859-1 nls_cp437
cdrecord 1.9-6
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2001-04-30 15:49 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-14 21:31 Writing to Pana DVD-RAM cacook
2001-04-14 22:15 ` Jeremy Jackson
2001-04-15 13:53 ` cacook
2001-04-15 14:20 ` Jens Axboe
[not found] ` <20010416153103.5D6F11E0FC@Cantor.suse.de>
2001-04-16 16:28 ` Problem: " Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2001-04-28 21:05 cacook
2001-04-30 15:48 cacook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox