On Fri, Jul 14, 2017 at 02:31:15PM +0500, Eugene M. Zheganin wrote:
> Is there any chance to mount UDF filesystem under FreeBSD with mdconfig
> and ISO image ? Mount -t cd9660 /dev/md0 /mnt/cdrom gives me the
> readme.txt with "This is UDF, you idiot" and mount -t udf /dev/md0
> /mnt/cdrom gives
On Fri, Jul 14, 2017 at 02:31:15PM +0500, Eugene M. Zheganin wrote:
> Hi.
>
>
> Is there any chance to mount UDF filesystem under FreeBSD with mdconfig
> and ISO image ? Mount -t cd9660 /dev/md0 /mnt/cdrom gives me the
> readme.txt with "This is UDF, you idiot" and mount -t udf /dev/md0
> /mnt
Hi!
> Is there any chance to mount UDF filesystem under FreeBSD with mdconfig
> and ISO image ? Mount -t cd9660 /dev/md0 /mnt/cdrom gives me the
> readme.txt with "This is UDF, you idiot" and mount -t udf /dev/md0
> /mnt/cdrom gives me
>
>
> # mount -t udf /dev/md0 cdrom
> mount_udf: /dev/md0
On Fri, 14 Jul 2017 14:31:15 +0500
"Eugene M. Zheganin" wrote:
> Hi.
>
>
> Is there any chance to mount UDF filesystem under FreeBSD with
> mdconfig and ISO image ? Mount -t cd9660 /dev/md0 /mnt/cdrom gives me
> the readme.txt with "This is UDF, you idiot" and mount -t
> udf /dev/md0 /mnt/cdrom
On Mon, Jun 5, 2017 at 4:19 AM, Ronald Klop wrote:
> Hi,
>
> I'm trying something like this:
> # dd if=/dev/da0p2 of=/somefile
> # mdconfig -f /somefile
> # zpool import md0
>
> da0p2 comes from my external usb-disk:
> =>34 1953458109 da0 GPT (931G)
> 342014 - f
Michael Grant <[EMAIL PROTECTED]> wrote:
> # mdconfig -l -u md0
> md0 vnode 23503425 KBytes
-current has support for showing the file name:
# mdconfig -lu0
md0 vnode 3.0M /home/dima/test
I don't know when this will be MFC'd.
> Furthermore, could we have that info when we run