On Jun 11 19:47:43, [email protected] wrote:
> Hi misc@
> 
>   I've got a couple of softraid 1 volumes on a server and the /home one was
> filling up a bit too much so I had to delete a bunch of isos and other non
> necessary items. I did this yesterday and it still hasn't cleared the disk
> space completely yet:
> 
> # bioctl -ih sd2
> Volume      Status               Size Device
> softraid0 0 Online               910G sd2     RAID1
>           0 Online               910G 0:0.0   noencl <sd0d>
>           1 Online               910G 0:1.0   noencl <sd1d>
> 
> # df -kh
> Filesystem     Size    Used   Avail Capacity  Mounted on
> /dev/sd3a     19.7G    5.6G   13.0G    30%    /
> /dev/sd2a      906G    859G    1.2G   100%    /home
> 
> /home # du -sh
> 782G    .
> 
> So there's a rather large disparity there!

The numbers reported by df(1) and du(1) mean different things.
As an extreme example, create a huge empty filesystem.
The du(1) size will be zero of course, but df(1) will
show you Avail noticably smaller than Size.

How was sd2a created (newfs) and how is it mounted (mount -v)?

I don't think you have a softraid problem.

Reply via email to