[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: jffs out of space for no obvious reason
On Mon, Jul 10, 2000 at 06:59:30PM -0400, Dennis W. Tokarski wrote:
> [root@BorgGates nvrblk]# ls -l /mnt/jffs
> total 0
> -rw------- 1 root root 1024 Jul 4 18:29 writer8B6
> [root@BorgGates nvrblk]# df /mnt/jffs
> Filesystem 1k-blocks Used Available Use% Mounted on
> /dev/mtdblk 1952 - 17179869180 - /mnt/jffs
> [root@BorgGates nvrblk]# umount /mnt/jffs
> [root@BorgGates nvrblk]# mount /dev/mtdblk /mnt/jffs
> [root@BorgGates nvrblk]# ls -l /mnt/jffs
> total 0
> -rw------- 1 root root 1695940 Jul 4 18:29 writer8B6
> [root@BorgGates nvrblk]# df /mnt/jffs
> Filesystem 1k-blocks Used Available Use% Mounted on
> /dev/mtdblk 1952 - 17179869180 - /mnt/jffs
> [root@BorgGates nvrblk]#
looks like the missing locking for jffs_garbage_collect that should be
fixed now.