how to view environment variables

Chris Whitehouse cwhiteh at onetel.com
Sun Jun 15 00:51:46 UTC 2008


Robert Huff wrote:
> Chris Whitehouse writes:
> 
>>  sysutils/fusefs-ntfs/files/README.FreeBSD refers to various
>>  environment variables, eg UBLIO_BLOCKSIZE and others. How do I
>>  find out what they are set to? set and printenv don't find
>>  them. I'm using standard csh
> 
> 	In that case, try "setenv" with no arguements.  
> 
> 
> 				Robert Huff
> 
> 
No not that either. Shouldn't I somehow be able to get into ntfs-3g's 
environment? From README.FreeBSD

eco# env UBLIO_BLOCKSIZE=2097152 ntfs-3g /dev/ad0s1 /ad0s1
eco# echo $UBLIO_BLOCKSIZE
UBLIO_BLOCKSIZE: Undefined variable.

But it must be getting set because write speed changes when the block 
size is changed.

Chris


More information about the freebsd-questions mailing list