| 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
| ||
|
Message-ID: <CABx-mUmNtkpUJCNRWBieu0B0vgwB5QyoLLmrbkKr6Qo0X7Zx8A@mail.gmail.com> Date: Fri, 6 Feb 2015 00:46:57 +0530 From: Ramesh M <rameshandram@...il.com> To: linux-ext4@...r.kernel.org Subject: Directio flags in dd command causes file corruption on ext4 filesystem Hello All, I am using linux 3.3.8 kernel on AP and trying to copy 5200 bytes of data from AP to USB disk ( /dev/sda1 -contains ext4 ) using directio method . For example mount /dev/sda1 /mnt/usb-ext4/ dd if=inptu.data of=/mnt/usb-ext4/output.data bs=4096 conv=notrunc oflag=append,direct the input.data file contains know pattern for example 0xaa55. and after writing this file from AP to USB disk, randomly i observed that the output.data file was corrupted (instead of 0xaa55, zero is written in the middle of the output file ) . is there any patches already available to fix this issue ? Thanks in advance for your help. Regards Ramesh -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists