The defaults in my 9front installation were other, fscache and fsworm. Does fscache == main and fsworm == dump?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, May 17, 2012 9:37 AM To: [email protected] Subject: Re: [9fans] Thinkpad T61 Installation Experience no. your user data is not in "other" filesystem. basicly there are 3 filesystems that cwfs exports after 9front installation. "main", "dump" and "other". "main" is the primary file system that gets archived to the worm in daily intervals. the archival snapshots (dump) appear as directories in the read only "dump" filesystem. "main" is your root filesystem. once stuff is written to the worm, it never gets deleted. you can't discard dumps. they are there. forever. the "other" filesystem is like a traditional unix filesystem. its not dumped to worm and can be used kind of like scratch space. we use it for the users /tmp directories. you can do without a "other" fs. we added support for +t flags like there is in fossil, so you can just mark directories and files as temporary in the "main" filesystem so they dont get dumped to worm. (this works recursively on directories) but requires a bigger fscache partition if you have lots of stuff flagged temporary. and you loose all your +t flagged data when recovering the filesystem from the last archival snapshot (dump). -- cinap This e-mail, including accompanying communications and attachments, is strictly confidential and only for the intended recipient. Any retention, use or disclosure not expressly authorised by Markit is prohibited. This email is subject to all waivers and other terms at the following link: http://www.markit.com/en/about/legal/email-disclaimer.page Please visit http://www.markit.com/en/about/contact/contact-us.page? for contact information on our offices worldwide.
