[haiku-development] bfs_fuse is limited to 2G

  • From: Vladimir 'φ-coder/phcoder' Serbinenko <phcoder@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Thu, 27 Oct 2011 21:36:23 +0200

I mount a freshly-created bfs image using bfs_fuse. And I do:
    BIGBLOCKCNT=5000
    (openssl rand $((BIGBLOCKCNT * 262144)); openssl rand $((BIGBLOCKCNT
* 262144)); openssl rand $((BIGBLOCKCNT * 262144)); openssl rand
$((BIGBLOCKCNT * 262144))) > big.img
On other FS this creates a 5G random file. On bfs-fuse it creates only a
file as big as 2133430272 bytes.

-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko


Other related posts: