Filesize limit when copying with ddForum: Other Help Topics Topic: Filesize limit when copying with dd started by: lm317t Posted by lm317t on Oct. 24 2006,17:47
I was attempting to copy between two USB hard disks (dd if=/dev/sda1 of=/mnt/sdb1/ntfs bs=1k), when I got an error saying the maximum filesize has been exceeded at 2GB.Has anybody had this experience? sda1 was ntfs, sdb1 was ext2. This exact same command worked fine for me in Knoppix 4. Posted by humpty on Oct. 24 2006,18:00
i can't quite remember, but i think there's a limit in the default busybox dd. try installing gnu-utils in the repository (system or testing) which has a different dd.(also try searching these forums). Posted by lm317t on Oct. 24 2006,18:29
for others with this prob: goto apps->Tools->Upgrade to gnu-utilsI will try that out. Thanks! Posted by WDef on Nov. 03 2006,12:05
Old thread, only saw it now.It sounds like you're trying to copy to a fat32/vfat filesystem on your usb drive. These filesystems have an effective filesize limit of 2GB. |