Export to GitHub

grub4dos-chenall - issue #172

redirection to file issue


Posted on Mar 8, 2014 by Happy Kangaroo

What steps will reproduce the problem? 1. Create large 100kb ss.txt file in root 2. cat --hex (md)0x4e+4 > /ss.txt

What is the expected output? What do you see instead? The output stops after 8192 bytes.

What version of the product are you using? On what operating system? 0.4.5c and 0.4.6a

Please provide any additional information below.

also cat /fred.txt > /ss.txt only works for first 8192 bytes

Comment #1

Posted on Aug 10, 2014 by Happy Kangaroo

This happens on NTFS filessytem but not FAT32 filessystem

cat --hex (md)0x4e+100 > /s1 cat --hex --length=0x100 --skip=0x1f80 /s1

Only happens of a fragmented file.

same bugs as issue 193!

see #193 for details on how to make a fragmented file

Comment #2

Posted on Aug 19, 2014 by Happy Kangaroo

Fixed in 2104-08-18 release?

Comment #3

Posted on Aug 27, 2014 by Happy Hippo

(No comment was entered for this change.)

Status: Done

Labels:
Type-Defect Priority-Medium