9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] HFS is a pain in the neck.
@ 2008-07-19 16:25 a
  2008-07-19 16:51 ` Russ Cox
  0 siblings, 1 reply; 3+ messages in thread
From: a @ 2008-07-19 16:25 UTC (permalink / raw)
  To: 9fans

HFS (and derivative) volumes contain one or both of the folloing
directories with astoundingly anti-social names:
	␀␀␀␀HFS+ Private Data
	.HFS+ Private Directory Data
(that's a <cr> at the end of the last one). This is an awful hack
to support hard links. There may be others (I think at some point
Apple changed the four nuls to something even more insane).
Inferno's #U and 9vx's #Z don't turn these up; p9p does.

These are a little worse than the Icon junk discussed a few
months ago becuase they're on every HFS volume (as opposed to
the Icons, which you can just not store that way), but still easy
enough to just ignore most of the time (they're only in the root,
after all), and despite the grossness, most of the tools can cope.

vac will send this all to venti just fine. using vacfs (on Plan 9)
to view the results doesn't work so well:
	: root; pwd
	/n/vac/2008/0718
	: root; lf
	ls: .: bad character in file name: '.HFS+ Private Directory Data
	'
	: root; lf Library
	: root; lf Users
	.DS_Store	.localized	Shared/		a*			anthony/	dtipson/

I haven't figured out how to get vac -e to skip all these yet, nor
am I really keen to guess what the full set is. So the question:

Is there a reason for the alternate #U/#Z vs. p9p behavior? Are
there known cases where the p9p version is used/benificial? I'd
like vac to simply not see these files and not send them to venti.

Stupid HFS. I wish I had figured this out about a week ago,
before I set up my new laptop.

Anthony




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-20  1:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-19 16:25 [9fans] HFS is a pain in the neck a
2008-07-19 16:51 ` Russ Cox
2008-07-20  1:21   ` a

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).