Help for this page

Select Code to Download


  1. or download this
    root@jcmain:~# !1810
    grep -inH max_write `locate fuse` 2>/dev/null
    ...
    .....snip.....
    root@jcmain:~# uname -a
    Linux jcmain 2.6.30-custom #1 SMP Fri Jun 12 22:15:25 BST 2009 i686 GN
    +U/Linux
    
  2. or download this
    jc@jcmain:~/steg$ sudo perl fs_simple.pl 
    unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
    ...
       max_readahead=0x00020000
       max_write=0x00020000
       unique: 1, error: 0 (Success), outsize: 40
    
  3. or download this
    jc@jcmain:~$ perl -e "print int 0x00020000;"
    131072
    
  4. or download this
    jc@jcmain:/usr/lib/perl5$ grep 4096 Fuse.pm 
    jc@jcmain:/usr/lib/perl5$ 
    <snip>
    jc@jcmain:/usr/local/share/perl/5.10.0/Fuse$ grep 4096 Simple.pm 
    jc@jcmain:/usr/local/share/perl/5.10.0/Fuse$