On 25/11/2009, at 8:32 AM, textmate-request@lists.macromates.com wrote:
Date: Tue, 24 Nov 2009 17:43:28 +0100 From: Allan Odgaard mailinglist@textmate.org Subject: [TxMt] Re: OakDocumentDisableFSMetaData in build 1589 To: TextMate users textmate@lists.macromates.com Message-ID: D7B1C72F-713E-4B09-BFEE-B3A6B939EC88@textmate.org
On 24 Nov 2009, at 17:17, King, Steven wrote:
[...] If I wanted to disable metadata on this drive would I specify the device (/dev/disk3), mount point (/Volumes/THUMB), file system type (msdos), or something else? Can you provide an example, please?
File system, so that would be:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData '( msdos )'
The value is an array in old-style plist format, so for multiple file system use: '( msdos, afps, nfs )'.
Anyone know what the filesystem would be for sshfs? The reason I ask is that MacFUSE is used, and I suspect that might confuse things.
Cheers,
Will :-}
defaults write com.macromates.textmate OakDocumentDisableFSMetaData '( fusefs )'
On Tue, Nov 24, 2009 at 2:09 PM, William Uther willu.mailingLists@cse.unsw.edu.au wrote:
On 25/11/2009, at 8:32 AM, textmate-request@lists.macromates.com wrote:
Date: Tue, 24 Nov 2009 17:43:28 +0100 From: Allan Odgaard mailinglist@textmate.org Subject: [TxMt] Re: OakDocumentDisableFSMetaData in build 1589 To: TextMate users textmate@lists.macromates.com Message-ID: D7B1C72F-713E-4B09-BFEE-B3A6B939EC88@textmate.org
On 24 Nov 2009, at 17:17, King, Steven wrote:
[...] If I wanted to disable metadata on this drive would I specify the device (/dev/disk3), mount point (/Volumes/THUMB), file system type (msdos), or something else? Can you provide an example, please?
File system, so that would be:
defaults write com.macromates.textmate OakDocumentDisableFSMetaData '( msdos )'
The value is an array in old-style plist format, so for multiple file system use: '( msdos, afps, nfs )'.
Anyone know what the filesystem would be for sshfs? The reason I ask is that MacFUSE is used, and I suspect that might confuse things.
Cheers,
Will :-}
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate