lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Nov 2006 02:32:43 +0900
From:	OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
To:	The Peach <smartart@...cali.it>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: bug? VFAT copy problem

The Peach <smartart@...cali.it> writes:

> I've recently found a problem with the VFAT module.
> I'm working on a gentoo box with kernel 2.6.17 gentoo patched (recently upgraded from 2.6.15)
>
> I've got a samba share on a reiser partition and a daily cron will copy its content to an external usb disk with vfat file system. The copy is done via bash scripting and some checks are done before mirroring the files.
> btw _some_ random files are copied lowering all chars in the file name.

I couldn't reproduce this for now. Could you tell mount options which
you used? and after mount, "cat /proc/mounts", please.

> Here is an example:
>
> # pwd
> /home/b/dir
> # ls -l
> -rwxr-xr-x 1 b users 676389 Aug 10  2004 DSCN5967(1).JPG
> -rwxr-xr-x 1 b users 710090 Aug 10  2004 DSCN5968(1).JPG
> -rwxr-xr-x 1 b users 732903 Aug 10  2004 DSCN5981.JPG.rem.2006-10-27-1543 
> -rwxr-xr-x 1 b users 622595 Aug 10  2004 DSCN5982.JPG.rem.2006-10-27-1543 
> # cp -v * /mnt/iomega/dir/ 
> `DSCN5967(1).JPG' -> `/mnt/iomega/dir/DSCN5967(1).JPG' 
> `DSCN5968(1).JPG' -> `/mnt/iomega/dir/DSCN5968(1).JPG' 
> `DSCN5981.JPG.rem.2006-10-27-1543' -> `/mnt/iomega/dir/DSCN5981.JPG.rem.2006-10-27-1543'
> `DSCN5982.JPG.rem.2006-10-27-1543' -> `/mnt/iomega/dir/DSCN5982.JPG.rem.2006-10-27-1543' 
> # ls -l /mnt/iomega/dir/ 
> total 2784 
> -rwxr-xr-x 1 b users 676389 Oct 27 16:55 DSCN5967(1).JPG 
> -rwxr-xr-x 1 b users 710090 Oct 27 16:55 DSCN5968(1).JPG 
> -rwxr-xr-x 1 b users 732903 Oct 27 16:55 dscn5981.jpg.rem.2006-10-27-1543 
> -rwxr-xr-x 1 b users 622595 Oct 27 16:55 dscn5982.jpg.rem.2006-10-27-1543
-- 
OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ