I need file storage to store dumps
--00504502cbfb1d551504a1350f4b
Content-Type: text/plain; charset=ISO-8859-1
I have a DVD disk with UDF filesystem on it. Kernel panic occurs while
copying files from this DVD. I tried following commands:
$ mount -t udf /dev/cd0 /mnt/cdrom
$ cp -r /mnt/cdrom/* .
or even
$ dd if=/dev/cd0 of=image.iso bs=20480
$ vnconfig -c vn0 image.iso
$ mount -t udf /dev/vn0s0 /mnt/cdrom
$ cp -r /mnt/cdrom/* .
That is all the same. Kernel panics with "bgetvp - overlapping buffer". The
clue is that image is mounted with -t udf. Mounting image with -t cd9660 and
copying files from it gives an expected effect (It seems, there is
compatibility between iso9660 and udf). This was tested on DragonFlyBSD 2.8
real machine and recent vkernel build from master.
I hope somebody will help me. I need space to store the dump and the image
(because everything seems to be normal with other images, but I am not
completely sure about it). Yes, the image is big - 3.8Gb. Sorry, but I
cannot provide smaller one :( Is a leaf account good for it?
--00504502cbfb1d551504a1350f4b
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I have a DVD disk with UDF filesystem on it. Kernel panic occurs while copy=
ing files from this DVD. I tried following commands:<br><br>$ mount -t udf =
/dev/cd0 /mnt/cdrom<br>$ cp -r /mnt/cdrom/* .<br><br>or even<br><br>$ dd if=
=3D/dev/cd0 of=3Dimage.iso bs=3D20480<br>
$ vnconfig -c vn0 image.iso<br>$ mount -t udf /dev/vn0s0 /mnt/cdrom<br>$ cp=
-r /mnt/cdrom/* .<br><br>That is all the same. Kernel panics with "bg=
etvp - overlapping buffer". The clue is that image is mounted with -t =
udf. Mounting image with -t cd9660 and copying files from it gives an expec=
ted effect (It seems, there is compatibility between iso9660 and udf). This=
was tested on DragonFlyBSD 2.8 real machine and recent vkernel build from =
master.<br>
<br>I hope somebody will help me. I need space to store the dump and the im=
age (because everything seems to be normal with other images, but I am not =
completely sure about it). Yes, the image is big - 3.8Gb. Sorry, but I cann=
ot provide smaller one :( Is a leaf account good for it?<br>
--00504502cbfb1d551504a1350f4b--