New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Search found 2 matches

by GotenXiao
07 Mar 2009, 11:11
Forum: B2 & B3 Support
Topic: Preinstalled 1T disk but with 47GB free space diff
Replies: 4
Views: 6737

There's another factor. By default, ext2/3/4 partitions have reserved space for a user. You can discover how much reserved space is allocated for a partition by issuing the following command:

Code: Select all

tune2fs -l /dev/sda1
Where /dev/sda1 is the partition in question.
by GotenXiao
23 Jan 2009, 08:10
Forum: B2 & B3 Support
Topic: Gigabit LAN connection with an average speed of 2,5 MB p/s
Replies: 65
Views: 101751

Confirming. In the following, casull is my server, nightstalker is my desktop, 45acp is the Bubba Two. testfile is a 1GB file generated using the following command: dd if=/dev/zero of=testfile bs=1M count=1K goten@nightstalker:~$ scp testfile casull:/home/goten/ testfile 100% 1024MB 32.0MB/s 00:32 g...