Skip to content

Instantly share code, notes, and snippets.

@Quiark
Created July 22, 2014 03:06
Show Gist options
  • Save Quiark/530a9f8be7e44b8c041e to your computer and use it in GitHub Desktop.
Save Quiark/530a9f8be7e44b8c041e to your computer and use it in GitHub Desktop.
POST /BoxServer/rest/status/disk/full HTTP/1.1
Host: 210.22.124.194:9080
Accept: */*
Accept-Encoding: gzip, deflate
Content-Length: 52
Content-Type: application/x-www-form-urlencoded; charset=utf-8
Accept-Language: en;q=1, fr;q=0.9, de;q=0.8, zh-Hans;q=0.7, zh-Hant;q=0.6, ja;q=0.5
Connection: keep-alive
User-Agent: snowbox/1.0 (iPad; iOS 7.1.1; Scale/2.00)
machine=iPad2%2C2%27s020000000000-iPad-ASTRISNSiPad2
Content-Type: application/json
Content-Length: 84
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
{"result":true,"info":{"total":2951938891776,"free":2789857136640,"user":821163458}}
@carlostse
Copy link

root@snowbox:~# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 2.7T 12G 2.6T 1% /
udev 10M 0 10M 0% /dev
tmpfs 368M 228K 368M 1% /run
/dev/disk/by-uuid/ce5ed5c5-b8e9-46fd-b659-d9e4310d7b84 2.7T 12G 2.6T 1% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 1.1G 0 1.1G 0% /run/shm

root@snowbox:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 2882752824 11849540 2724467804 1% /
udev 10240 0 10240 0% /dev
tmpfs 376068 228 375840 1% /run
/dev/disk/by-uuid/ce5ed5c5-b8e9-46fd-b659-d9e4310d7b84 2882752824 11849540 2724467804 1% /
tmpfs 5120 0 5120 0% /run/lock
tmpfs 1063220 0 1063220 0% /run/shm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment