Re: cf cell's df result question
Lior Okman
Hi,
toggle quoted message
Show quoted text
Usually a certain percentage (5% by default) of the available disk space is reserved for uid 0. You can check to see what that percentage amounts to in bytes using the following command if the filesystem is ext{2,3,4}: echo $(( $(tune2fs -l /dev/xvdb2 |grep "Reserved block count"|cut -f2 -d: ) * $(tune2fs -l /dev/xvdb2 | grep "Block size" |cut -f2 -d: ) )) See tune2fs(8) for details. For a 100G disk this would amount to your missing 5G. -- Lior
On Thu, Sep 14, 2017 at 1:45 PM, 강경원 <kyungwon.kang(a)samsung.com> wrote:
Hi, when I check the cell's disk, it's using 10G but df result reports |
|