View Single Post
Posts: 37 | Thanked: 33 times | Joined on Feb 2008 @ Ukraine, Kharkiv
#2
Some tricks
HUB usually set the minimal share limit (e.g. 5Gb)
With a 4Gb SDHC Card it's a problem
But there is a problem decision
You must have Card with ext2 file system. or partition. (It's work only on ext2-like FS, non FAT)
Make file (on card - in sared folder) with real size 1Mb but trick size ~2Gb:
Code:
dd if=/dev/zero of=test1 count=1 bs=1M seek=2000
Welcome!