Date: Thu, 19 Jul 2001 21:30:40 -0700 (PDT) From: Félix-Antoine Paradis <reel@sympatico.ca> To: freebsd-gnats-submit@FreeBSD.org Subject: i386/29097: rm/df/sync problem. cannot really know where the problem is. Message-ID: <200107200430.f6K4UeM88440@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 29097 >Category: i386 >Synopsis: rm/df/sync problem. cannot really know where the problem is. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 19 21:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Félix-Antoine Paradis >Release: FreeBSD 4.3-STABLE i386 >Organization: Unix Consult Technologies >Environment: FreeBSD myhost.com 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 17 12:32:30 EDT 2001 reel@myhost.com:/usr/src/sys/compile/ZEUS i386 >Description: Once, i had 700mb to remove from the disk to free space. I df(1)'d to know what was the size of each partition. Here is what i typed with resulting outputs. Give a look at /usr. reel@zeus% df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad1s1a 116M 41M 66M 38% / /dev/ad0s1g 311M 129K 286M 0% /source /dev/ad1s1e 2.3G 1.4G 697M 67% /usr /dev/ad0s1e 678M 337M 287M 54% /usr/src /dev/ad0s1f 388M 4.2M 352M 1% /var procfs 4.0K 4.0K 0B 100% /proc reel@zeus% su root Password: (in /usr) su-2.05# rm -r sounds/ su-2.05# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad1s1a 116M 41M 66M 38% / /dev/ad0s1g 311M 129K 286M 0% /source /dev/ad1s1e 2.3G 1.4G 697M 67% /usr /dev/ad0s1e 678M 337M 287M 54% /usr/src /dev/ad0s1f 388M 4.2M 352M 1% /var procfs 4.0K 4.0K 0B 100% /proc su-2.05# sync su-2.05# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ad1s1a 116M 41M 66M 38% / /dev/ad0s1g 311M 129K 286M 0% /source /dev/ad1s1e 2.3G 1015M 1.1G 48% /usr /dev/ad0s1e 678M 337M 287M 54% /usr/src /dev/ad0s1f 388M 4.1M 352M 1% /var procfs 4.0K 4.0K 0B 100% /proc is that normal? i need to sync to know the real size of my partitions? >How-To-Repeat: Same distro/release date. Try to remove a big directory from a disk. >Fix: No. maybe it's an error with the buffer size or such. So many informations kept in cache without being written to disk naturally. That's odd. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107200430.f6K4UeM88440>