Hi,
Brand new filer, 11x18G disks in the RAID group.
I started copying content to it, but told it to follow links by accident.
I had gotten about 3G of content on when I stopped it. I then just did a "rm -rf /mnt/*". However :
216.231.105.197:/vol/vol1 125186456 177408 125009048 1% /mnt
# ls -lR /mnt /mnt: total 0 #
Whats taking 177K?
I just did it again....
Copied about 3G before I realized AGAIN that the Sun "cp" is different than my BSDI cp.
Now :
# df -k /mnt Filesystem kbytes used avail capacity Mounted on 216.231.105.197:/vol/vol1 125186456 182592 125003864 1% /mnt
# du -s /mnt 80 /mnt
# ls -lR /mnt /mnt: total 0
Am I hitting something I should report?
Tuc/TTSG
1. Directories consume space as well. 2. Don't forget to look for . files (-a) 3. Metadata files like the inode and blkmap files consume space even though you don't see them.
Bruce