On Mon, Apr 25, 2016 at 07:49:50PM -0400, Josh Grosse wrote: > > - one typo in README > > Only one? I'd been finding them each time I opened the file. I must > have found about 30. And plenty of misinformation, too. I'd like to > clarify one section, which I'll add here:
It would help if I would remember to include things. :) I've added disklabels to the discussion of the first 0x8000 bytes. --- udfclient/pkg/README Mon Apr 25 19:27:55 2016 +++ pkg/README Mon Apr 25 19:57:34 2016 @@ -31,12 +31,13 @@ UDF on disk drives ------------------ -MBRs are not used, the filesystem begins at LBA 0. Partition "c" -should be used if writing directly to a drive instead of an image -file. If an MBR or GPT exists on the drive, or the drive contains -prior data, zero the leading sectors before use as shown in the -first command below. - +Disklabels are not used, except for virtual disklabel "a" with +2048-byte blocksize devices. MBRs are not used, the filesystem +begins at LBA 0. Partition "c" should be used if writing directly +to a drive instead of an image file. If the drive contains prior +data, zero the leading sectors before use as shown in the first +command below. + # dd if=/dev/zero of=/dev/rsd9c count=63 # newfs_udf -L shared.drive /dev/rsd9c # ufsclient -W /dev/rsd9c