Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

BOFH excuse #167: excessive collisions & not enough packet ambulances


comp / comp.os.linux.advocacy / Re: Showdown! exFAT vs UDF 2.01

SubjectAuthor
* Showdown! exFAT vs UDF 2.01Justin
+- Re: Showdown! exFAT vs UDF 2.01Justin
`* Re: Showdown! exFAT vs UDF 2.01JEDIDIAH
 +- Re: Showdown! exFAT vs UDF 2.01Snit
 `* Re: Showdown! exFAT vs UDF 2.01Justin
  `* Re: Showdown! exFAT vs UDF 2.01JEDIDIAH
   `* Re: Showdown! exFAT vs UDF 2.01Justin
    `* Re: Showdown! exFAT vs UDF 2.01JEDIDIAH
     `* Re: Showdown! exFAT vs UDF 2.01Justin
      `- Re: Showdown! exFAT vs UDF 2.01JEDIDIAH

1
Subject: Showdown! exFAT vs UDF 2.01
From: Justin
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Organization: A noiseless patient Spider
Date: Fri, 20 Nov 2015 01:33 UTC
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From: justin@nobecauseihatespam.edu (Justin)
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
Subject: Showdown! exFAT vs UDF 2.01
Date: Thu, 19 Nov 2015 20:33:34 -0500
Organization: A noiseless patient Spider
Lines: 97
Message-ID: <n2lt52$gdo$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 20 Nov 2015 01:31:14 -0000 (UTC)
Injection-Info: mx02.eternal-september.org; posting-host="b283c863baa63139ffed0e15566705af";
logging-data="16824"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18TDB8c9sXRJuw1t9ZKS2AFnfWGanzF17Y="
X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-apple-darwin14.5.0)
Cancel-Lock: sha1:QE/ZZXuhloz4r6u3P7pjSjTtK6k=
View all headers

50 GB file - the ZIM file form wikipedia.

I used UDF 2.01 for compatibility.
I used a 64GB USB 3 drive, Corsair Voyager Vega, on my Late 2013 15" MacBook Pro.
The transfer took just over and under 50 minutes. I did the UDF test while I was at work, and doing all sorts of other work related crap, so the transfer was probably slower than it should have been. I will run the test again.
After each test I zeroed out the first meg or two of the drive (dd if=/dev/zero...) and reformatted using newfs_udf and newfs_exfat respectively.
UDF was 512B allocation unit (cluster) size while the exFAT was 13,1072B. This was a mistake, I wanted both to be 512. The larger cluster size on exFAT is probably responsible for the lower time.

MD5 (Downloads/wikipedia_en_all_2015-05.zim) = 2dabe5cf628a54f6edc97ac77b7c7c52
50,900,153,262B Jun 17 21:02 wikipedia_en_all_2015-05.zim

UDF:
$ time cp wikipedia_en_all_2015-05.zim /Volumes/Corsair64GB/
wikipedia_en_all_2015-05.zim -> /Volumes/Corsair64GB/wikipedia_en_all_2015-05.zim
real 53m11.412s
user 0m0.084s
sys 0m46.543s
50,900MB/3,191s = 15.9MB/s

exFAT:
$ time cp wikipedia_en_all_2015-05.zim /Volumes/Corsair64GB/
real 47m38.782s
user 0m0.129s
sys 0m51.018s
50,900MB/2,858s = 17.80MB/s

So, it would seem UDF 2.01 is a more viable option than exFAT.
I'm going to run the test again, with exFAT's cluster size at 512B.

Here's all the info when the drive was formatted to both FS's.
$ diskutil info /Volumes/Corsair64GB/

Device Identifier: disk2
Device Node: /dev/disk2
Part of Whole: disk2
Device / Media Name: Corsair Voyager VEGA Media
Volume Name: Corsair64GB
Mounted: Yes
Mount Point: /Volumes/Corsair64GB
File System Personality: UDF
Type (Bundle): udf
Name (User Visible): Universal Disk Format (UDF)
Content (IOContent): None
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Total Size: 62.0 GB (61951967232 Bytes) (exactly 120999936 512-Byte-Units)
Volume Free Space: 10.9 GB (10917155840 Bytes) (exactly 21322570 512-Byte-Units)
Device Block Size: 512 Bytes
Allocation Block Size: 512 Bytes
Read-Only Media: No
Read-Only Volume: No
Ejectable: Yes
Whole: Yes
Internal: No
OS 9 Drivers: No
Low Level Format: Not supported

exFAT

$ diskutil info /Volumes/Corsair64GB/
Device Identifier: disk2
Device Node: /dev/disk2
Part of Whole: disk2
Device / Media Name: Corsair Voyager VEGA Media
Volume Name: Corsair64GB
Mounted: Yes
Mount Point: /Volumes/Corsair64GB
File System Personality: ExFAT
Type (Bundle): exfat
Name (User Visible): ExFAT
Content (IOContent): None
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Volume UUID: 0FDE1168-F150-3E27-9CFD-CDFDB82ACE12
Total Size: 62.0 GB (61951967232 Bytes) (exactly 120999936 512-Byte-Units)
Volume Free Space: 61.9 GB (61940170752 Bytes) (exactly 120976896 512-Byte-Units)
Device Block Size: 512 Bytes
Allocation Block Size: 131072 Bytes
Read-Only Media: No
Read-Only Volume: No
Ejectable: Yes
Whole: Yes
Internal: No
OS 9 Drivers: No
Low Level Format: Not supported

--
x2w7ipoprfkuvswz
BM-2cTJKPDb8pmp6UKJLrZdhB7SojBJrBzznT

Subject: Re: Showdown! exFAT vs UDF 2.01
From: Justin
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Organization: A noiseless patient Spider
Date: Fri, 20 Nov 2015 02:39 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From: justin@nobecauseihatespam.edu (Justin)
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
Subject: Re: Showdown! exFAT vs UDF 2.01
Date: Thu, 19 Nov 2015 21:39:37 -0500
Organization: A noiseless patient Spider
Lines: 111
Message-ID: <n2m10s$nmg$1@dont-email.me>
References: <n2lt52$gdo$1@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 20 Nov 2015 02:37:17 -0000 (UTC)
Injection-Info: mx02.eternal-september.org; posting-host="b283c863baa63139ffed0e15566705af";
logging-data="24272"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19+zMKqhNgGjQgSlp62C1B8oNMs8szwW4c="
X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-apple-darwin14.5.0)
Cancel-Lock: sha1:/n4blRCpuSw3e8JS3TWZ5rT2ajw=
View all headers

On Thu, 19 Nov 2015 20:33:34 -0500
Justin <justin@nobecauseihatespam.edu> wrote:

> 50 GB file - the ZIM file form wikipedia.
>
> I used UDF 2.01 for compatibility.
> I used a 64GB USB 3 drive, Corsair Voyager Vega, on my Late 2013 15"
> MacBook Pro. The transfer took just over and under 50 minutes. I did
> the UDF test while I was at work, and doing all sorts of other work
> related crap, so the transfer was probably slower than it should have
> been. I will run the test again. After each test I zeroed out the
> first meg or two of the drive (dd if=/dev/zero...) and reformatted
> using newfs_udf and newfs_exfat respectively. UDF was 512B allocation
> unit (cluster) size while the exFAT was 13,1072B. This was a
> mistake, I wanted both to be 512. The larger cluster size on exFAT
> is probably responsible for the lower time.
>
> MD5 (Downloads/wikipedia_en_all_2015-05.zim) =
> 2dabe5cf628a54f6edc97ac77b7c7c52 50,900,153,262B Jun 17 21:02
> wikipedia_en_all_2015-05.zim
>
> UDF:
> $ time cp wikipedia_en_all_2015-05.zim /Volumes/Corsair64GB/
> wikipedia_en_all_2015-05.zim
> -> /Volumes/Corsair64GB/wikipedia_en_all_2015-05.zim real
> 53m11.412s user 0m0.084s
> sys 0m46.543s
> 50,900MB/3,191s = 15.9MB/s
>
> exFAT:
> $ time cp wikipedia_en_all_2015-05.zim /Volumes/Corsair64GB/
> real 47m38.782s
> user 0m0.129s
> sys 0m51.018s
> 50,900MB/2,858s = 17.80MB/s
>
>
> So, it would seem UDF 2.01 is a more viable option than exFAT.
> I'm going to run the test again, with exFAT's cluster size at 512B.
>
>
> Here's all the info when the drive was formatted to both FS's.
> $ diskutil info /Volumes/Corsair64GB/
>
> Device Identifier: disk2
> Device Node: /dev/disk2
> Part of Whole: disk2
> Device / Media Name: Corsair Voyager VEGA Media
> Volume Name: Corsair64GB
> Mounted: Yes
> Mount Point: /Volumes/Corsair64GB
> File System Personality: UDF
> Type (Bundle): udf
> Name (User Visible): Universal Disk Format (UDF)
> Content (IOContent): None
> OS Can Be Installed: No
> Media Type: Generic
> Protocol: USB
> SMART Status: Not Supported
> Total Size: 62.0 GB (61951967232 Bytes) (exactly
> 120999936 512-Byte-Units) Volume Free Space: 10.9 GB
> (10917155840 Bytes) (exactly 21322570 512-Byte-Units) Device Block
> Size: 512 Bytes Allocation Block Size: 512 Bytes
> Read-Only Media: No
> Read-Only Volume: No
> Ejectable: Yes
> Whole: Yes
> Internal: No
> OS 9 Drivers: No
> Low Level Format: Not supported
>
> exFAT
>
> $ diskutil info /Volumes/Corsair64GB/
> Device Identifier: disk2
> Device Node: /dev/disk2
> Part of Whole: disk2
> Device / Media Name: Corsair Voyager VEGA Media
> Volume Name: Corsair64GB
> Mounted: Yes
> Mount Point: /Volumes/Corsair64GB
> File System Personality: ExFAT
> Type (Bundle): exfat
> Name (User Visible): ExFAT
> Content (IOContent): None
> OS Can Be Installed: No
> Media Type: Generic
> Protocol: USB
> SMART Status: Not Supported
> Volume UUID: 0FDE1168-F150-3E27-9CFD-CDFDB82ACE12
> Total Size: 62.0 GB (61951967232 Bytes) (exactly
> 120999936 512-Byte-Units) Volume Free Space: 61.9 GB
> (61940170752 Bytes) (exactly 120976896 512-Byte-Units) Device Block
> Size: 512 Bytes Allocation Block Size: 131072 Bytes
> Read-Only Media: No
> Read-Only Volume: No
> Ejectable: Yes
> Whole: Yes
> Internal: No
> OS 9 Drivers: No
> Low Level Format: Not supported
>
>

49 minutes on exFAT with the 512B cluster size.

--
x2w7ipoprfkuvswz
BM-2cTJKPDb8pmp6UKJLrZdhB7SojBJrBzznT

Subject: Re: Showdown! exFAT vs UDF 2.01
From: JEDIDIAH
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Date: Fri, 20 Nov 2015 20:13 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!us.feeder.erje.net!news.glorb.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!fx20.iad.POSTED!not-for-mail
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
From: jedi@nomad.mishnet (JEDIDIAH)
Subject: Re: Showdown! exFAT vs UDF 2.01
References: <n2lt52$gdo$1@dont-email.me>
User-Agent: slrn/1.0.1 (Linux)
Message-ID: <slrnn4uvng.ntj.jedi@nomad.mishnet>
Lines: 8
X-Complaints-To: abuse@newsrazor.net
NNTP-Posting-Date: Fri, 20 Nov 2015 20:30:09 UTC
Date: Fri, 20 Nov 2015 14:13:36 -0600
X-Received-Bytes: 772
X-Received-Body-CRC: 2139717291
View all headers

On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> 50 GB file - the ZIM file form wikipedia.

....a pointless exercise given the typical level of clue for Mac users.

If you can't use it as is on MacOS, then it's a paperweight.

[deletia]

Subject: Re: Showdown! exFAT vs UDF 2.01
From: Snit
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Date: Fri, 20 Nov 2015 21:26 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!ecngs!testfeeder.ecngs.de!81.171.118.64.MISMATCH!peer04.fr7!news.highwinds-media.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: usenet@gallopinginsanity.com (Snit)
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
Subject: Re: Showdown! exFAT vs UDF 2.01
Date: Fri, 20 Nov 2015 14:26:01 -0700
Lines: 19
Message-ID: <D274DDF9.64CFA%usenet@gallopinginsanity.com>
References: <n2lt52$gdo$1@dont-email.me> <slrnn4uvng.ntj.jedi@nomad.mishnet>
Mime-Version: 1.0
Content-Type: text/plain;
charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Trace: individual.net sq0TuxAkyuvqLijZfk1XAwnxxE0jCU3r44fzj2FfSdTAAebQgf
Cancel-Lock: sha1:VtHM8XWnrIh+fPvIaExVYhXkYdw=
User-Agent: Microsoft-Entourage/12.36.0.130206
Thread-Topic: Showdown! exFAT vs UDF 2.01
Thread-Index: AdEj2g2wFKn/mHVSh0eRPvyibZxKQA==
X-Received-Bytes: 1707
X-Received-Body-CRC: 1688187092
View all headers

On 11/20/15, 1:13 PM, in article slrnn4uvng.ntj.jedi@nomad.mishnet,
"JEDIDIAH" <jedi@nomad.mishnet> wrote:

> If you can't use it as is on MacOS, then it's a paperweight.

Um, what?

--
* OS X / Linux: What is a file? <http://youtu.be/_dMbXGLW9PI>
* Mint MATE Trash, Panel, Menu: <http://youtu.be/C0y74FIf7uE>
* Mint KDE working with folders: <http://youtu.be/7C9nvniOoE0>
* Mint KDE creating files: <http://youtu.be/N7-fZJaJUv8>
* Mint KDE help: <http://youtu.be/3ikizUd3sa8>
* Mint KDE general navigation: <http://youtu.be/t9y14yZtQuI>
* Mint KDE bugs or Easter eggs? <http://youtu.be/CU-whJQvtfA>
* Easy on OS X / Hard on Linux: <http://youtu.be/D3BPWANQoIk>
* OS / Word Processor Comparison: <http://youtu.be/w6Qcl-w7s5c>

Subject: Re: Showdown! exFAT vs UDF 2.01
From: Justin
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Organization: A noiseless patient Spider
Date: Fri, 20 Nov 2015 22:57 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From: justin@nobecauseihatespam.edu (Justin)
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
Subject: Re: Showdown! exFAT vs UDF 2.01
Date: Fri, 20 Nov 2015 17:57:14 -0500
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <n2o8bt$f10$1@dont-email.me>
References: <n2lt52$gdo$1@dont-email.me>
<slrnn4uvng.ntj.jedi@nomad.mishnet>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 20 Nov 2015 22:54:53 -0000 (UTC)
Injection-Info: mx02.eternal-september.org; posting-host="b283c863baa63139ffed0e15566705af";
logging-data="15392"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18JPvQpNEWtaDpJR8POqG41oAr7mV+wAjk="
X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-apple-darwin14.5.0)
Cancel-Lock: sha1:jvluUVUsyzfJAdYWXeYwtiUmYsk=
View all headers

On Fri, 20 Nov 2015 14:13:36 -0600
JEDIDIAH <jedi@nomad.mishnet> wrote:

> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> > 50 GB file - the ZIM file form wikipedia.
>
> ...a pointless exercise given the typical level of clue for Mac users.
>
> If you can't use it as is on MacOS, then it's a paperweight.
>
> [deletia]

Was that supposed to be English? Here's a little hint, have a point
when you make a statement.

--
x2w7ipoprfkuvswz
BM-2cTJKPDb8pmp6UKJLrZdhB7SojBJrBzznT

Subject: Re: Showdown! exFAT vs UDF 2.01
From: JEDIDIAH
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Date: Sat, 21 Nov 2015 00:07 UTC
References: 1 2 3
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx25.iad.POSTED!not-for-mail
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
From: jedi@nomad.mishnet (JEDIDIAH)
Subject: Re: Showdown! exFAT vs UDF 2.01
References: <n2lt52$gdo$1@dont-email.me> <slrnn4uvng.ntj.jedi@nomad.mishnet>
<n2o8bt$f10$1@dont-email.me>
User-Agent: slrn/1.0.1 (Linux)
Message-ID: <slrnn4vdef.2e0.jedi@nomad.mishnet>
Lines: 21
X-Complaints-To: abuse@newsrazor.net
NNTP-Posting-Date: Sat, 21 Nov 2015 00:08:04 UTC
Date: Fri, 20 Nov 2015 18:07:43 -0600
X-Received-Bytes: 1391
X-Received-Body-CRC: 750710165
View all headers

On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> On Fri, 20 Nov 2015 14:13:36 -0600
> JEDIDIAH <jedi@nomad.mishnet> wrote:
>
>> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
>> > 50 GB file - the ZIM file form wikipedia.
>>
>> ...a pointless exercise given the typical level of clue for Mac users.
>>
>> If you can't use it as is on MacOS, then it's a paperweight.
>>
>> [deletia]
>
> Was that supposed to be English? Here's a little hint, have a point
> when you make a statement.

The comparison assumes that the typical Mac user is going to reformat
something or even be aware of what filesystem their using (or care).

...versus just ripping it out of the package and start using it like
I just did with an exFAT formated 200G microSD card.

Subject: Re: Showdown! exFAT vs UDF 2.01
From: Justin
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Organization: A noiseless patient Spider
Date: Mon, 23 Nov 2015 20:16 UTC
References: 1 2 3 4
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From: justin@nobecauseihatespam.edu (Justin)
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
Subject: Re: Showdown! exFAT vs UDF 2.01
Date: Mon, 23 Nov 2015 15:16:28 -0500
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <n2vs2e$2pe$1@dont-email.me>
References: <n2lt52$gdo$1@dont-email.me>
<slrnn4uvng.ntj.jedi@nomad.mishnet>
<n2o8bt$f10$1@dont-email.me>
<slrnn4vdef.2e0.jedi@nomad.mishnet>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 23 Nov 2015 20:14:06 -0000 (UTC)
Injection-Info: mx02.eternal-september.org; posting-host="e0a7348698e56e8723e848a5066028ce";
logging-data="2862"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+qtFNvnlZyaooyr+lkrqK/v4QHdqL9iPA="
X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-apple-darwin14.5.0)
Cancel-Lock: sha1:nRWu75knKQwfCdJyIYb4uRL+u1o=
View all headers

On Fri, 20 Nov 2015 18:07:43 -0600
JEDIDIAH <jedi@nomad.mishnet> wrote:

> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> > On Fri, 20 Nov 2015 14:13:36 -0600
> > JEDIDIAH <jedi@nomad.mishnet> wrote:
> >
> >> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> >> > 50 GB file - the ZIM file form wikipedia.
> >>
> >> ...a pointless exercise given the typical level of clue for Mac
> >> users.
> >>
> >> If you can't use it as is on MacOS, then it's a paperweight.
> >>
> >> [deletia]
> >
> > Was that supposed to be English? Here's a little hint, have a point
> > when you make a statement.
>
> The comparison assumes that the typical Mac user is going to
> reformat something or even be aware of what filesystem their using
> (or care).
>
> ...versus just ripping it out of the package and start using it
> like I just did with an exFAT formated 200G microSD card.

You can say that about most users no matter what OS they're using.

I was trying to see is UDF was a viable alternative to exFAT.
Unfortunately I'm having some issues on the Windows 7 side. Surprise?

http://postimg.org/image/bz2rhsi1h/

This happens on all sorts of files, formatted to UDF version 2.01 or
2.60.

--
x2w7ipoprfkuvswz
BM-2cTJKPDb8pmp6UKJLrZdhB7SojBJrBzznT

Subject: Re: Showdown! exFAT vs UDF 2.01
From: JEDIDIAH
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Date: Tue, 24 Nov 2015 15:39 UTC
References: 1 2 3 4 5
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx07.iad.POSTED!not-for-mail
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
From: jedi@nomad.mishnet (JEDIDIAH)
Subject: Re: Showdown! exFAT vs UDF 2.01
References: <n2lt52$gdo$1@dont-email.me> <slrnn4uvng.ntj.jedi@nomad.mishnet>
<n2o8bt$f10$1@dont-email.me> <slrnn4vdef.2e0.jedi@nomad.mishnet>
<n2vs2e$2pe$1@dont-email.me>
User-Agent: slrn/1.0.1 (Linux)
Message-ID: <slrnn59161.hsd.jedi@nomad.mishnet>
Lines: 48
X-Complaints-To: abuse@newsrazor.net
NNTP-Posting-Date: Tue, 24 Nov 2015 16:00:09 UTC
Date: Tue, 24 Nov 2015 09:39:45 -0600
X-Received-Bytes: 2488
X-Received-Body-CRC: 3017088481
View all headers

On 2015-11-23, Justin <justin@nobecauseihatespam.edu> wrote:
> On Fri, 20 Nov 2015 18:07:43 -0600
> JEDIDIAH <jedi@nomad.mishnet> wrote:
>
>> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
>> > On Fri, 20 Nov 2015 14:13:36 -0600
>> > JEDIDIAH <jedi@nomad.mishnet> wrote:
>> >
>> >> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
>> >> > 50 GB file - the ZIM file form wikipedia.
>> >>
>> >> ...a pointless exercise given the typical level of clue for Mac
>> >> users.
>> >>
>> >> If you can't use it as is on MacOS, then it's a paperweight.
>> >>
>> >> [deletia]
>> >
>> > Was that supposed to be English? Here's a little hint, have a point
>> > when you make a statement.
>>
>> The comparison assumes that the typical Mac user is going to
>> reformat something or even be aware of what filesystem their using
>> (or care).
>>
>> ...versus just ripping it out of the package and start using it
>> like I just did with an exFAT formated 200G microSD card.
>
> You can say that about most users no matter what OS they're using.

Like I said before...

>> >> ...a pointless exercise given the typical level of clue for Mac
>> >> users.

That's not even getting into the obvious other technical limitations
you're going to run niot with this kind of stuff.

>
> I was trying to see is UDF was a viable alternative to exFAT.
> Unfortunately I'm having some issues on the Windows 7 side. Surprise?

Windows will also have problems if you partition an sdcard or use
some Linux format on it. This is all kind of obvious really. If you are
using a product to "be compatible" then perhaps you shouldn't fuck around
with it. You might make it so that it's not "compatible" anymore.

It can be dangerous when you take the training wheels off.

Subject: Re: Showdown! exFAT vs UDF 2.01
From: Justin
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Organization: A noiseless patient Spider
Date: Mon, 30 Nov 2015 19:07 UTC
References: 1 2 3 4 5 6
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail
From: justin@nobecauseihatespam.edu (Justin)
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
Subject: Re: Showdown! exFAT vs UDF 2.01
Date: Mon, 30 Nov 2015 14:07:08 -0500
Organization: A noiseless patient Spider
Lines: 56
Message-ID: <n3i6kc$12d$2@dont-email.me>
References: <n2lt52$gdo$1@dont-email.me>
<slrnn4uvng.ntj.jedi@nomad.mishnet>
<n2o8bt$f10$1@dont-email.me>
<slrnn4vdef.2e0.jedi@nomad.mishnet>
<n2vs2e$2pe$1@dont-email.me>
<slrnn59161.hsd.jedi@nomad.mishnet>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 30 Nov 2015 19:04:44 -0000 (UTC)
Injection-Info: mx02.eternal-september.org; posting-host="e0a7348698e56e8723e848a5066028ce";
logging-data="1101"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+DeRrj53ZUZZR4fDOFQ+2uaX+6Ask0Gdo="
X-Newsreader: Claws Mail 3.11.1 (GTK+ 2.24.28; x86_64-apple-darwin14.5.0)
Cancel-Lock: sha1:lG4DlrfsTYICclHmhiUkLlcXPDk=
View all headers

On Tue, 24 Nov 2015 09:39:45 -0600
JEDIDIAH <jedi@nomad.mishnet> wrote:

> On 2015-11-23, Justin <justin@nobecauseihatespam.edu> wrote:
> > On Fri, 20 Nov 2015 18:07:43 -0600
> > JEDIDIAH <jedi@nomad.mishnet> wrote:
> >
> >> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> >> > On Fri, 20 Nov 2015 14:13:36 -0600
> >> > JEDIDIAH <jedi@nomad.mishnet> wrote:
> >> >
> >> >> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
> >> >> > 50 GB file - the ZIM file form wikipedia.
> >> >>
> >> >> ...a pointless exercise given the typical level of clue for Mac
> >> >> users.
> >> >>
> >> >> If you can't use it as is on MacOS, then it's a paperweight.
> >> >>
> >> >> [deletia]
> >> >
> >> > Was that supposed to be English? Here's a little hint, have a
> >> > point when you make a statement.
> >>
> >> The comparison assumes that the typical Mac user is going to
> >> reformat something or even be aware of what filesystem their using
> >> (or care).
> >>
> >> ...versus just ripping it out of the package and start using it
> >> like I just did with an exFAT formated 200G microSD card.
> >
> > You can say that about most users no matter what OS they're using.
>
> Like I said before...
>
>
> Windows will also have problems if you partition an sdcard or use
> some Linux format on it. This is all kind of obvious really. If you
> are using a product to "be compatible" then perhaps you shouldn't
> fuck around with it. You might make it so that it's not "compatible"
> anymore.

Yes, thats why using ext4 is clearly not an option.
exFAT/FAT64 is working perfectly. that's that we'll stick with.

>
> It can be dangerous when you take the training wheels off.

Was that supposed to have a point?

Ignorance is bliss.

--
x2w7ipoprfkuvswz
BM-2cTJKPDb8pmp6UKJLrZdhB7SojBJrBzznT

Subject: Re: Showdown! exFAT vs UDF 2.01
From: JEDIDIAH
Newsgroups: comp.os.linux.advocacy, comp.os.ms-windows.advocacy, comp.sys.mac.advocacy
Date: Mon, 30 Nov 2015 20:52 UTC
References: 1 2 3 4 5 6 7
Path: eternal-september.org!news.eternal-september.org!reader01.eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!fx10.iad.POSTED!not-for-mail
Newsgroups: comp.os.linux.advocacy,comp.os.ms-windows.advocacy,comp.sys.mac.advocacy
From: jedi@nomad.mishnet (JEDIDIAH)
Subject: Re: Showdown! exFAT vs UDF 2.01
References: <n2lt52$gdo$1@dont-email.me> <slrnn4uvng.ntj.jedi@nomad.mishnet>
<n2o8bt$f10$1@dont-email.me> <slrnn4vdef.2e0.jedi@nomad.mishnet>
<n2vs2e$2pe$1@dont-email.me> <slrnn59161.hsd.jedi@nomad.mishnet>
<n3i6kc$12d$2@dont-email.me>
User-Agent: slrn/1.0.1 (Linux)
Message-ID: <slrnn5pdo5.1a3.jedi@nomad.mishnet>
Lines: 54
X-Complaints-To: abuse@newsrazor.net
NNTP-Posting-Date: Mon, 30 Nov 2015 21:00:06 UTC
Date: Mon, 30 Nov 2015 14:52:21 -0600
X-Received-Bytes: 2694
X-Received-Body-CRC: 3478143417
View all headers

On 2015-11-30, Justin <justin@nobecauseihatespam.edu> wrote:
> On Tue, 24 Nov 2015 09:39:45 -0600
> JEDIDIAH <jedi@nomad.mishnet> wrote:
>
>> On 2015-11-23, Justin <justin@nobecauseihatespam.edu> wrote:
>> > On Fri, 20 Nov 2015 18:07:43 -0600
>> > JEDIDIAH <jedi@nomad.mishnet> wrote:
>> >
>> >> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
>> >> > On Fri, 20 Nov 2015 14:13:36 -0600
>> >> > JEDIDIAH <jedi@nomad.mishnet> wrote:
>> >> >
>> >> >> On 2015-11-20, Justin <justin@nobecauseihatespam.edu> wrote:
>> >> >> > 50 GB file - the ZIM file form wikipedia.
>> >> >>
>> >> >> ...a pointless exercise given the typical level of clue for Mac
>> >> >> users.
>> >> >>
>> >> >> If you can't use it as is on MacOS, then it's a paperweight.
>> >> >>
>> >> >> [deletia]
>> >> >
>> >> > Was that supposed to be English? Here's a little hint, have a
>> >> > point when you make a statement.
>> >>
>> >> The comparison assumes that the typical Mac user is going to
>> >> reformat something or even be aware of what filesystem their using
>> >> (or care).
>> >>
>> >> ...versus just ripping it out of the package and start using it
>> >> like I just did with an exFAT formated 200G microSD card.
>> >
>> > You can say that about most users no matter what OS they're using.
>>
>> Like I said before...
>>
>>
>> Windows will also have problems if you partition an sdcard or use
>> some Linux format on it. This is all kind of obvious really. If you
>> are using a product to "be compatible" then perhaps you shouldn't
>> fuck around with it. You might make it so that it's not "compatible"
>> anymore.
>
> Yes, thats why using ext4 is clearly not an option.
> exFAT/FAT64 is working perfectly. that's that we'll stick with.
>
>>
>> It can be dangerous when you take the training wheels off.
>
> Was that supposed to have a point?
>
> Ignorance is bliss.

That should be your motto.

1

rocksolid light 0.9.8
clearnet tor