MaxTyutyunnikov / grub4dos-chenall

Automatically exported from code.google.com/p/grub4dos-chenall
0 stars 0 forks source link

redirection to file issue #172

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by Steve6375 on 8 Mar 2014 at 3:30

GoogleCodeExporter commented 8 years ago
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

Original comment by Steve6375 on 10 Aug 2014 at 7:42

GoogleCodeExporter commented 8 years ago
Fixed in 2104-08-18 release?

Original comment by Steve6375 on 19 Aug 2014 at 4:17

GoogleCodeExporter commented 8 years ago

Original comment by chenall.cn on 27 Aug 2014 at 12:02