Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 17:51:55 -0700 (PDT)
From:      Jin Guojun <jguojun@sbcglobal.net>
To:        Polytropon <freebsd@edvax.de>
Cc:        questions@freebsd.org
Subject:   Re: 8.3-R cannot mount non-BSD burned DVD
Message-ID:  <1349657515.80370.YahooMailRC@web180906.mail.ne1.yahoo.com>
In-Reply-To: <20120930081202.ea0b1af7.freebsd@edvax.de>
References:  <1348983864.42502.YahooMailRC@web180901.mail.ne1.yahoo.com> <20120930081202.ea0b1af7.freebsd@edvax.de>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Here are two DVDs burned by MS Windows.
DVD1 is Visual Studio 2008 distributed by MS in UDF FS. 
mount_udf cannot mount it and mount_cd9660 can mount it but see only a 
readme.txt.
% cdcontrol info
Starting track = 1, ending track = 1, TOC size = 18 bytes
track     start  duration   block  length   type
-------------------------------------------------
    1   0:02.00  246:31.67       0  1109392   data
  170  246:33.67         -  1109392       -      -
% file - < /dev/acd0
/dev/stdin: UDF filesystem data (version 1.5) 'DVD1


DVD2 is burned under Windows XP by DVD utility in UFD FS.
Although  BSD file command does not recognize it, mount_udf can mount it 
correctly.
It sounds like that we have issues in handling UDF FS. 
Attached are first two-page hexdump on both DVDs to help analyzing the problem.

% cdcontrol info
Starting track = 1, ending track = 1, TOC size = 18 bytes
track     start  duration   block  length   type
-------------------------------------------------
    1   0:02.00   0:18.26       0    1376   data
  170   0:20.26         -    1376       -      -

% file - < /dev/acd0
/dev/stdin: data

% ll /cdrom/4710/
total 3259
dr-xr-xr-x  1 root  wheel    2048 May 23 17:52 ./
dr-xr-xr-x  2 root  wheel    2048 May 23 17:52 ../
-r--r--r--  1 root  wheel  956262 May 23 17:36 ..-0003.amr
-r--r--r--  1 root  wheel   24576 May 23 17:45 ....-3.doc
-r--r--r--  1 root  wheel  688384 May 23 17:39 RealPlayer_cn.exe



________________________________
From: Polytropon <freebsd@edvax.de>
To: Jin Guojun <jguojun@sbcglobal.net>
Cc: questions@freebsd.org
Sent: Sat, September 29, 2012 11:12:05 PM
Subject: Re: 8.3-R cannot mount non-BSD burned DVD

On Sat, 29 Sep 2012 22:44:24 -0700 (PDT), Jin Guojun wrote:
> This problem seems having been there for a while, but was not pay
> attention to it till now.
> 
> Most DVDs burned under Windows machine cannot be mounted on FreeBSD
> 8.3-R. It gives following error:
>  
> # mount /cdrom
> mount_cd9660: /dev/acd0: Invalid argument
>  
> Some of those DVD can be mount, but no content can be found:
> % df /cdrom
> Filesystem  512-blocks   Used  Avail Capacity  Mounted on
> /dev/acd0      4687968  4687968        0   100%    /cdrom
> % ll /cdrom
> total 4
> dr-xr-xr-x   1 root  wheel  112 Jul 13  2009 ./
> drwxr-xr-x  24 root  wheel  512 Sep 25 23:11 ../
> -r-xr-xr-x   1 root  wheel  135 Jul 13  2009 readme.txt*
>  
> Searched bug report, but did not find related report.
> Does anyone have seen this problem? If so, is any working around for
> this problem?

Cannot confirm that here, reading a various amount of data
and media DVDs. Some of them are in ISO-9660 format, some
of them are UDF. The reader is a cheap LiteOn drive, and
OS version is 8.2-STABLE of last year.

You can check a DVD's content by some tests before attempting
to mount it. First check if they contain a data session, in
this example it's a movie DVD from Russia:

    % cdcontrol info
    Starting track = 1, ending track = 1, TOC size = 18 bytes
    track     start  duration   block  length   type
    -------------------------------------------------
        1   0:02.00  222:10.26       0  999776   data
      170  222:12.26         -  999776       -      -

Okay, one data track. Check _what_ data it is:

    % file - < /dev/acd0
    /dev/stdin: UDF filesystem data (version 1.5) 'NU POGODI'

This media can be mounted like any data DVD, even if we assume
a CD-9660 file system (commonly found on data CDs):

    # mount -t cd9660 -o ro /dev/acd0 /media/dvd
    # df -h /media/dvd
    Filesystem    Size    Used   Avail Capacity  Mounted on
    /dev/acd0     4.1G    4.1G      0B   100%    /media/dvd
    # umount /media/dvd

You could do some similar tests to see where you experience
problems. It's quite possible that the DVDs made in "Windows"
have some problems, e. g. not being closed, or having some
strange data format that doesn't conform to the standard.
Check if they contain a CD-9660 or a UDF file system, and
which version it is. Note that FreeBSD also has a mount_udf
command which could be working for those?

When the CD-9660 file system is used, there are several
extensions that help to deal with restrictions in the original
specification (like file name length or depth of directory
hierarchy). The standard is the RockRidge extension as used
in many operating systems (or, to be correct, by many pre-
mastering and burning tools), but "Windows" uses the "Joliet"
extension. However, FreeBSD can understand both - _if_ they
are properly done.

See "man mkisofs" for details.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...

[-- Attachment #2 --]
% cdcontrol info
Starting track = 1, ending track = 1, TOC size = 18 bytes
track     start  duration   block  length   type
-------------------------------------------------
    1   0:02.00  246:31.67       0  1109392   data
  170  246:33.67         -  1109392       -      -
% file - < /dev/acd0
/dev/stdin: UDF filesystem data (version 1.5) 'DVD1

% hexdump /dev/acd0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000000000
** 00 ... skipped 2047[7FFH] lines
01 43 44 30 30 31 01 00 - 20 20 20 20 20 20 20 20   .CD001..          0000008000
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20                     0000008010
20 20 20 20 20 20 20 20 - 44 56 44 31 20 20 20 20           DVD1      0000008020
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20                     0000008030
20 20 20 20 20 20 20 20 - 00 00 00 00 00 00 00 00           ........  0000008040
4A F2 15 00 00 15 F2 4A - 00 00 00 00 00 00 00 00   J......J........  0000008050
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000008060
00 00 00 00 00 00 00 00 - 01 00 00 01 01 00 00 01   ................  0000008070
00 08 08 00 0A 00 00 00 - 00 00 00 0A 15 00 00 00   ................  0000008080
00 00 00 00 00 00 00 16 - 00 00 00 00 22 00 18 00   ............"...  0000008090
00 00 00 00 00 18 70 00 - 00 00 00 00 00 70 6B 0B   ......p......pk.  00000080A0
0A 08 32 20 E0 02 00 00 - 01 00 00 01 01 00 44 56   ..2 ..........DV  00000080B0
44 31 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20   D1                00000080C0
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20                     00000080D0
** 20 ... skipped 5[5H] lines
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 4D 49                 MI  0000008130
43 52 4F 53 4F 46 54 20 - 43 4F 52 50 4F 52 41 54   CROSOFT CORPORAT  0000008140
49 4F 4E 20 20 20 20 20 - 20 20 20 20 20 20 20 20   ION               0000008150
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20                     0000008160
** 20 ... skipped 4[4H] lines
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 4D 49                 MI  00000081B0
43 52 4F 53 4F 46 54 20 - 43 4F 52 50 4F 52 41 54   CROSOFT CORPORAT  00000081C0
49 4F 4E 2C 20 4F 4E 45 - 20 4D 49 43 52 4F 53 4F   ION, ONE MICROSO  00000081D0
46 54 20 57 41 59 2C 20 - 52 45 44 4D 4F 4E 44 20   FT WAY, REDMOND   00000081E0
57 41 20 39 38 30 35 32 - 2C 20 28 34 32 35 29 20   WA 98052, (425)   00000081F0
38 38 32 2D 38 30 38 30 - 20 20 20 20 20 20 20 20   882-8080          0000008200
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20                     0000008210
** 20 ... skipped 1[1H] lines
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 43 44                 CD  0000008230
49 4D 41 47 45 20 32 2E - 35 34 20 28 30 31 2F 30   IMAGE 2.54 (01/0  0000008240
31 2F 32 30 30 35 20 54 - 4D 29 20 20 20 20 20 20   1/2005 TM)        0000008250
20 20 20 20 20 20 20 20 - 20 20 20 20 20 20 20 20                     0000008260
** 20 ... skipped 11[BH] lines
20 20 20 20 20 20 20 20 - 20 20 20 20 20 32 30 30                200  0000008320
37 31 31 30 39 31 36 30 - 30 30 30 30 30 E0 30 30   7110916000000.00  0000008330
30 30 30 30 30 30 30 30 - 30 30 30 30 30 30 00 30   00000000000000.0  0000008340
30 30 30 30 30 30 30 30 - 30 30 30 30 30 30 30 00   000000000000000.  0000008350
30 30 30 30 30 30 30 30 - 30 30 30 30 30 30 30 30   0000000000000000  0000008360
00 01 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000008370
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000008380
** 00 ... skipped 71[47H] lines
FF 43 44 30 30 31 01 00 - 00 00 00 00 00 00 00 00   .CD001..........  0000008800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000008810
** 00 ... skipped 126[7EH] lines
00 42 45 41 30 31 01 00 - 00 00 00 00 00 00 00 00   .BEA01..........  000000900000 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000009010
** 00 ... skipped 126[7EH] lines
00 4E 53 52 30 32 01 00 - 00 00 00 00 00 00 00 00   .NSR02..........  0000009800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000009810
** 00 ... skipped 126[7EH] lines
00 54 45 41 30 31 01 00 - 00 00 00 00 00 00 00 00   .TEA01..........  000000A000
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  000000A010
** 00 ... skipped 126[7EH] lines
01 00 18 00 00 00 01 00 - 00 00 00 00 00 00 00 00   ................  000000A800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  000000A810
** 00 ... skipped 126[7EH] lines
01 00 00 00 00 18 00 01 - 00 00 00 00 00 00 00 00   ................  000000B000
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  000000B010
** 00 ... skipped 126[7EH] lines
54 68 69 73 20 64 69 73 - 63 20 63 6F 6E 74 61 69   This disc contai  000000B800
6E 73 20 61 20 22 55 44 - 46 22 20 66 69 6C 65 20   ns a "UDF" file   000000B810
73 79 73 74 65 6D 20 61 - 6E 64 20 72 65 71 75 69   system and requi  000000B820
72 65 73 20 61 6E 20 6F - 70 65 72 61 74 69 6E 67   res an operating  000000B830
20 73 79 73 74 65 6D 0D - 0A 74 68 61 74 20 73 75    system..that su  000000B840
70 70 6F 72 74 73 20 74 - 68 65 20 49 53 4F 2D 31   pports the ISO-1  000000B850
33 33 34 36 20 22 55 44 - 46 22 20 66 69 6C 65 20   3346 "UDF" file   000000B860
73 79 73 74 65 6D 20 73 - 70 65 63 69 66 69 63 61   system specifica  000000B870
74 69 6F 6E 2E 0D 0A 00 - 00 00 00 00 00 00 00 00   tion............  000000B880
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  000000B890
** 00 ... skipped 118[76H] lines
22 00 18 00 00 00 00 00 - 00 18 70 00 00 00 00 00   ".........p.....  000000C000
00 70 6B 0B 0A 08 32 20 - E0 02 00 00 01 00 00 01   .pk...2 ........  000000C010
01 00 22 00 18 00 00 00 - 00 00 00 18 70 00 00 00   ..".........p...  000000C020
00 00 00 70 6B 0B 0A 08 - 32 20 E0 02 00 00 01 00   ...pk...2 ......  000000C030
00 01 01 01 2C 00 17 00 - 00 00 00 00 00 17 87 00   ....,...........  000000C040
00 00 00 00 00 87 6B 0B - 09 10 00 00 E0 00 00 00   ......k.........  000000C050
01 00 00 01 0A 52 45 41 - 44 4D 45 2E 54 58 54 00   .....README.TXT.  000000C060
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  000000C070
** 00 ... skipped 29688[73F8H] lines
02 00 02 00 74 00 00 00 - 18 66 F0 01 00 01 00 00   ....t....f......  0000080000
00 80 00 00 01 01 00 00 - 00 80 00 00 13 01 00 00   ................  0000080010
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000080020
** 00 ... skipped 125[7DH] lines
01 00 02 00 84 00 00 00 - DD B1 F0 01 01 01 00 00   ................  0000080800
00 00 00 00 00 00 00 00 - 10 00 55 00 44 00 46 00   ..........U.D.F.  0000080810
20 00 56 00 6F 00 6C 00 - 75 00 6D 00 65 00 00 00    .V.o.l.u.m.e...  0000080820
00 00 00 00 00 00 00 15 - 01 00 01 00 02 00 03 00   ................  0000080830
01 00 00 00 01 00 00 00 - 08 61 32 66 62 63 30 30   .........a2fbc00  0000080840
30 4D 53 20 55 44 46 42 - 72 69 64 67 65 00 00 00   0MS UDFBridge...  0000080850
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000080860
** 00 ... skipped 5[5H] lines
00 00 00 00 00 00 00 15 - 00 4F 53 54 41 20 43 6F   .........OSTA Co  00000808C0

[-- Attachment #3 --]
% cdcontrol info
Starting track = 1, ending track = 1, TOC size = 18 bytes
track     start  duration   block  length   type
-------------------------------------------------
    1   0:02.00   0:18.26       0    1376   data
  170   0:20.26         -    1376       -      -

% file - < /dev/acd0
/dev/stdin: data

% ll /cdrom/4710/
total 3259
dr-xr-xr-x  1 root  wheel    2048 May 23 17:52 ./
dr-xr-xr-x  2 root  wheel    2048 May 23 17:52 ../
-r--r--r--  1 root  wheel  956262 May 23 17:36 ..-0003.amr
-r--r--r--  1 root  wheel   24576 May 23 17:45 ....-3.doc
-r--r--r--  1 root  wheel  688384 May 23 17:39 RealPlayer_cn.exe

% hexdump /dev/acd0 | more
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000000000
** 00 ... skipped 2047[7FFH] lines
00 42 45 41 30 31 01 00 - 00 00 00 00 00 00 00 00   .BEA01..........  0000008000
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000008010
** 00 ... skipped 126[7EH] lines
00 4E 53 52 30 32 01 00 - 00 00 00 00 00 00 00 00   .NSR02..........  0000008800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000008810
** 00 ... skipped 126[7EH] lines
00 54 45 41 30 31 01 00 - 00 00 00 00 00 00 00 00   .TEA01..........  0000009000
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000009010
** 00 ... skipped 1790[6FEH] lines
01 00 02 00 4B 00 00 00 - 18 1F F0 01 20 00 00 00   ....K....... ...  0000010000
00 00 00 00 00 00 00 00 - 08 34 37 31 30 00 00 00   .........4710...  0000010010
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010020
00 00 00 00 00 00 00 05 - 01 00 01 00 02 00 03 00   ................  0000010030
01 00 00 00 01 00 00 00 - 08 30 30 33 34 30 30 32   .........0034002  0000010040
35 34 37 31 30 00 00 00 - 00 00 00 00 00 00 00 00   54710...........  0000010050
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010060
** 00 ... skipped 5[5H] lines
00 00 00 00 00 00 00 0D - 00 4F 53 54 41 20 43 6F   .........OSTA Co  00000100C0
6D 70 72 65 73 73 65 64 - 20 55 6E 69 63 6F 64 65   mpressed Unicode  00000100D0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000100E0
** 00 ... skipped 1[1H] lines
00 00 00 00 00 00 00 00 - 00 4F 53 54 41 20 43 6F   .........OSTA Co  0000010100
6D 70 72 65 73 73 65 64 - 20 55 6E 69 63 6F 64 65   mpressed Unicode  0000010110
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010120
** 00 ... skipped 4[4H] lines
00 00 00 00 00 00 00 00 - 00 10 DC 07 05 18 00 34   ...............4  0000010170
00 00 00 00 00 4D 69 63 - 72 6F 73 6F 66 74 20 49   .....Microsoft I  0000010180
4D 41 50 49 32 20 31 2E - 30 00 00 00 06 00 00 00   MAPI2 1.0.......  0000010190
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000101A0
** 00 ... skipped 101[65H] lines
04 00 02 00 E2 00 00 00 - DE EC F0 01 21 00 00 00   ............!...  0000010800
01 00 00 00 00 2A 55 44 - 46 20 4C 56 20 49 6E 66   .....*UDF LV Inf  0000010810
6F 00 00 00 00 00 00 00 - 00 00 00 00 02 01 06 00   o...............  0000010820
00 00 00 00 00 4F 53 54 - 41 20 43 6F 6D 70 72 65   .....OSTA Compre  0000010830
73 73 65 64 20 55 6E 69 - 63 6F 64 65 00 00 00 00   ssed Unicode....  0000010840
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010850
** 00 ... skipped 1[1H] lines
00 00 00 00 08 34 37 31 - 30 00 00 00 00 00 00 00   .....4710.......  0000010870
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010880
** 00 ... skipped 6[6H] lines
00 00 00 05 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000108F0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010900
** 00 ... skipped 5[5H] lines
00 4D 69 63 72 6F 73 6F - 66 74 20 49 4D 41 50 49   .Microsoft IMAPI  0000010960
32 20 31 2E 30 00 00 00 - 06 00 00 00 00 00 00 00   2 1.0...........  0000010970
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000010980
** 00 ... skipped 103[67H] lines
06 00 02 00 DA 00 00 00 - 23 DE AE 01 22 00 00 00   ........#..."...  0000011000
02 00 00 00 00 4F 53 54 - 41 20 43 6F 6D 70 72 65   .....OSTA Compre  0000011010
73 73 65 64 20 55 6E 69 - 63 6F 64 65 00 00 00 00   ssed Unicode....  0000011020
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000011030
** 00 ... skipped 1[1H] lines
00 00 00 00 08 34 37 31 - 30 00 00 00 00 00 00 00   .....4710.......  0000011050
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000011060
** 00 ... skipped 6[6H] lines
00 00 00 05 00 08 00 00 - 00 2A 4F 53 54 41 20 55   .........*OSTA U  00000110D0
44 46 20 43 6F 6D 70 6C - 69 61 6E 74 00 00 00 00   DF Compliant....  00000110E0
02 01 02 00 00 00 00 00 - 00 10 00 00 00 00 00 00   ................  00000110F0
00 00 00 00 00 00 00 00 - 06 00 00 00 01 00 00 00   ................  0000011100
00 4D 69 63 72 6F 73 6F - 66 74 20 49 4D 41 50 49   .Microsoft IMAPI  0000011110
32 20 31 2E 30 00 00 00 - 06 00 00 00 00 00 00 00   2 1.0...........  0000011120
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000011130
** 00 ... skipped 7[7H] lines
00 80 00 00 40 00 00 00 - 01 06 01 00 00 00 00 00   ....@...........  00000111B0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000111C0
** 00 ... skipped 99[63H] lines
05 00 02 00 FB 00 00 00 - F2 EE F0 01 23 00 00 00   ............#...  0000011800
03 00 00 00 01 00 00 00 - 00 2B 4E 53 52 30 32 00   .........+NSR02.  0000011810
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000011820
** 00 ... skipped 8[8H] lines
00 00 00 00 00 00 00 00 - 01 00 00 00 20 01 00 00   ............ ...  00000118B0
39 03 00 00 00 4D 69 63 - 72 6F 73 6F 66 74 20 49   9....Microsoft I  00000118C0
4D 41 50 49 32 20 31 2E - 30 00 00 00 06 00 00 00   MAPI2 1.0.......  00000118D0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000118E0
** 00 ... skipped 113[71H] lines
07 00 02 00 B1 00 00 00 - 6D 0F 08 00 24 00 00 00   ........m...$...  0000012000
04 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000012010
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000012020
** 00 ... skipped 125[7DH] lines
08 00 02 00 20 00 00 00 - 00 00 F0 01 25 00 00 00   .... .......%...  0000012800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000012810
** 00 ... skipped 3454[D7EH] lines
09 00 02 00 39 00 00 00 - 02 76 76 00 40 00 00 00   ....9....vv.@...  0000020000
00 10 DC 07 05 18 00 34 - 00 00 00 00 01 00 00 00   .......4........  0000020010
00 00 00 00 00 00 00 00 - 14 00 00 00 00 00 00 00   ................  0000020020
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000020030
00 00 00 00 00 00 00 00 - 01 00 00 00 2E 00 00 00   ................  0000020040
00 00 00 00 39 03 00 00 - 00 4D 69 63 72 6F 73 6F   ....9....Microso  0000020050
66 74 20 49 4D 41 50 49 - 32 20 31 2E 30 00 00 00   ft IMAPI2 1.0...  0000020060
06 00 00 00 00 00 00 00 - 03 00 00 00 02 00 00 00   ................  0000020070
02 01 02 01 02 01 00 00 - 00 00 00 00 00 00 00 00   ................  0000020080
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000020090
** 00 ... skipped 118[76H] lines
08 00 02 00 3C 00 00 00 - 00 00 F0 01 41 00 00 00   ....<.......A...  0000020800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000020810
** 00 ... skipped 24446[5F7EH] lines
02 00 02 00 6D 00 00 00 - 99 DE F0 01 00 01 00 00   ....m...........  0000080000
00 80 00 00 20 00 00 00 - 00 80 00 00 59 04 00 00   .... .......Y...  0000080010
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000080020
** 00 ... skipped 4093[FFDH] lines
00 01 02 00 A9 00 00 00 - 1A 9B F0 01 00 00 00 00   ................  0000090000
00 10 DC 07 05 18 00 34 - 00 00 00 00 03 00 03 00   .......4........  0000090010
01 00 00 00 01 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090020
00 4F 53 54 41 20 43 6F - 6D 70 72 65 73 73 65 64   .OSTA Compressed  0000090030
20 55 6E 69 63 6F 64 65 - 00 00 00 00 00 00 00 00    Unicode........  0000090040
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090050
** 00 ... skipped 1[1H] lines
08 34 37 31 30 00 00 00 - 00 00 00 00 00 00 00 00   .4710...........  0000090070
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090080
** 00 ... skipped 5[5H] lines
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 05   ................  00000900E0
00 4F 53 54 41 20 43 6F - 6D 70 72 65 73 73 65 64   .OSTA Compressed  00000900F0
20 55 6E 69 63 6F 64 65 - 00 00 00 00 00 00 00 00    Unicode........  0000090100
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090110
** 00 ... skipped 1[1H] lines
08 34 37 31 30 00 00 00 - 00 00 00 00 00 00 00 00   .4710...........  0000090130
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 05   ................  0000090140
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090150
** 00 ... skipped 3[3H] lines
00 08 00 00 02 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090190
00 2A 4F 53 54 41 20 55 - 44 46 20 43 6F 6D 70 6C   .*OSTA UDF Compl  00000901A0
69 61 6E 74 00 00 00 00 - 02 01 02 00 00 00 00 00   iant............  00000901B0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000901C0
** 00 ... skipped 99[63H] lines
08 00 02 00 FC 00 00 00 - 00 00 F0 01 01 00 00 00   ................  0000090800
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000090810
** 00 ... skipped 126[7EH] lines
05 01 02 00 6E 00 00 00 - 11 AB A8 00 02 00 00 00   ....n...........  0000091000
00 00 00 00 04 00 00 00 - 01 00 00 04 00 00 00 00   ................  0000091010
00 00 00 00 FF FF FF FF - FF FF FF FF AD 35 00 00   .............5..  0000091020
02 00 00 00 00 00 00 00 - 58 00 00 00 00 00 00 00   ........X.......  0000091030
01 00 00 00 00 00 00 00 - 00 10 DC 07 05 18 00 34   ...............4  0000091040
00 00 00 00 00 10 DC 07 - 05 18 00 34 00 00 00 00   ...........4....  0000091050
00 10 DC 07 05 18 00 34 - 00 00 00 00 01 00 00 00   .......4........  0000091060
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000091070
00 4D 69 63 72 6F 73 6F - 66 74 20 49 4D 41 50 49   .Microsoft IMAPI  0000091080
32 20 31 2E 30 00 00 00 - 06 00 00 00 00 00 00 00   2 1.0...........  0000091090
00 00 00 00 00 00 00 00 - 00 00 00 00 08 00 00 00   ................  00000910A0
58 00 00 00 03 00 00 00 - 00 00 00 00 00 00 00 00   X...............  00000910B0
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  00000910C0
** 00 ... skipped 115[73H] lines
01 01 02 00 C8 00 00 00 - 47 62 18 00 03 00 00 00   ........Gb......  0000091800
01 00 0A 00 00 08 00 00 - 02 00 00 00 00 00 00 00   ................  0000091810
00 00 00 00 00 00 00 00 - 01 01 02 00 01 00 00 00   ................  0000091820
5D 7D 20 00 03 00 00 00 - 01 00 02 09 00 08 00 00   ]} .............  0000091830
04 00 00 00 00 00 00 00 - 10 00 00 00 00 00 10 00   ................  0000091840
34 00 37 00 31 00 30 00 - 00 00 00 00 00 00 00 00   4.7.1.0.........  0000091850
00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00   ................  0000091860
** 00 ... skipped 121[79H] lines
05 01 02 00 D1 00 00 00 - 81 9C A8 00 04 00 00 00   ................  0000092000
00 00 00 00 04 00 00 00 - 01 00 00 04 00 00 00 00   ................  0000092010
--More--(byte 10873)
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1349657515.80370.YahooMailRC>